|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentityType | |
org.jpox.metadata | Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. |
org.jpox.store | Definition of the storage of the classes. |
org.jpox.store.rdbms.table | Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. |
Uses of IdentityType in org.jpox.metadata |
Fields in org.jpox.metadata declared as IdentityType | |
protected IdentityType |
AbstractClassMetaData.identityType
Identity-type tag value. |
static IdentityType |
IdentityType.APPLICATION
identity-type="application" |
static IdentityType |
IdentityType.DATASTORE
identity-type="datastore" |
static IdentityType |
IdentityType.NONDURABLE
identity-type="nondurable" |
Methods in org.jpox.metadata that return IdentityType | |
IdentityType |
AbstractClassMetaData.getIdentityType()
Accessor for the identity-type. |
static IdentityType |
IdentityType.getIdentityType(java.lang.String value)
Return IdentityType from String. |
Uses of IdentityType in org.jpox.store |
Methods in org.jpox.store that return IdentityType | |
IdentityType |
DatastoreClass.getIdentityType()
Accessor for the identity-type used by this table. |
Uses of IdentityType in org.jpox.store.rdbms.table |
Methods in org.jpox.store.rdbms.table that return IdentityType | |
abstract IdentityType |
AbstractClassTable.getIdentityType()
Accessor for the identity-type. |
IdentityType |
ClassTable.getIdentityType()
Accessor for the identity-type. |
IdentityType |
ClassView.getIdentityType()
Accessor for the identity type in use. |
IdentityType |
SecondaryTable.getIdentityType()
Accessor for the identity-type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |