|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnMetaDataContainer | |
org.jpox.metadata | Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. |
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 ColumnMetaDataContainer in org.jpox.metadata |
Classes in org.jpox.metadata that implement ColumnMetaDataContainer | |
class |
AbstractElementMetaData
This element specifies the mapping for the element component of arrays and collections. |
class |
AbstractPropertyMetaData
The property element declares mapping between a virtual field of an implemented interface and the corresponding persistent field of a persistence-capable class. |
class |
ElementMetaData
This element specifies the mapping for the element component of arrays and collections. |
class |
FieldMetaData
Representation of the Meta-Data for a field of a class. |
class |
ForeignKeyMetaData
Foreign keys in metadata serve two quite different purposes. |
class |
IdentityMetaData
Representation of the Meta-Data for an identity of a class. |
class |
IndexMetaData
For schema generation, it might be useful to specify that a column or columns be indexed, and to provide the name of the index. |
class |
JoinMetaData
Secondary tables and join tables are mapped using a join condition that associates a column or columns in the secondary or join table with a column or columns in the primary table, typically the primary tables primary key columns. |
class |
KeyMetaData
This element specifies the mapping for the element component of arrays and collections. |
class |
OrderMetaData
Representation of Order MetaData - the ordering of the elements of a List. |
class |
PropertyMetaData
The property element declares mapping between a virtual field of an implemented interface and the corresponding persistent field of a persistence-capable class. |
class |
UniqueMetaData
MetaData representing a unique constraint. |
class |
ValueMetaData
This element specifies the mapping for the element component of arrays and collections. |
Uses of ColumnMetaDataContainer in org.jpox.store.rdbms.table |
Constructors in org.jpox.store.rdbms.table with parameters of type ColumnMetaDataContainer | |
CorrespondentColumnsMapping(ColumnMetaDataContainer columnContainer,
ColumnMetaData[] colmds,
JavaTypeMapping mappingSideB,
boolean updateContainer)
Constructor. |
|
CorrespondentColumnsMapping(ColumnMetaDataContainer columnContainer,
JavaTypeMapping mappingSideB,
boolean updateContainer)
Constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |