Uses of Interface
org.melati.poem.Persistable

Packages that use Persistable
org.melati.poem Persistent Object Engine for Melati. 
org.melati.poem.generated The POEM-generated support classes for org.melati.poem. 
 

Uses of Persistable in org.melati.poem
 

Subinterfaces of Persistable in org.melati.poem
 interface Persistent
          The object representing a single table row; this is the PO in POEM!
 

Classes in org.melati.poem that implement Persistable
 class Capability
          The quality of being able to perform an action.
 class ColumnInfo
          All the data defining a Column; actually a Persistent from the ColumnInfoTable.
 class Group
          An authorisation grouping that a User can belong to.
 class GroupCapability
          A record of a Group's ability to perform an action.
 class GroupMembership
          A record of a User's belonging to a Group.
 class JdbcPersistent
          The object representing a single table row; this is the PO in POEM!
 class Setting
          A setting, analageous to a Property.
 class TableCategory
          A grouping into which a Table can be assigned, eg Data or System.
 class TableInfo
          All the data defining a Table; actually a Persistent from the TableInfoTable.
 class User
          A registered user.
 class ValueInfo
          Abstract persistent generated from Poem.dsd and extended to cover Setting and ColumnInfo.
 

Uses of Persistable in org.melati.poem.generated
 

Classes in org.melati.poem.generated that implement Persistable
 class CapabilityBase
          Melati POEM generated abstract base class for a Persistent Capability Object.
 class ColumnInfoBase
          Melati POEM generated abstract base class for a Persistent ColumnInfo Object.
 class GroupBase
          Melati POEM generated abstract base class for a Persistent Group Object.
 class GroupCapabilityBase
          Melati POEM generated abstract base class for a Persistent GroupCapability Object.
 class GroupMembershipBase
          Melati POEM generated abstract base class for a Persistent GroupMembership Object.
 class SettingBase
          Melati POEM generated abstract base class for a Persistent Setting Object.
 class TableCategoryBase
          Melati POEM generated abstract base class for a Persistent TableCategory Object.
 class TableInfoBase
          Melati POEM generated abstract base class for a Persistent TableInfo Object.
 class UserBase
          Melati POEM generated abstract base class for a Persistent User Object.
 class ValueInfoBase
          Melati POEM generated abstract base class for a Persistent ValueInfo Object.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.