|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignKey | |
org.jpox.store.rdbms.adapter | Provides mappings of all supported databases to aspects of the database that determines the SQL generation. |
org.jpox.store.rdbms.key | This package contains wrappers to various types of keys found in RDBMS databases. |
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 ForeignKey in org.jpox.store.rdbms.adapter |
Methods in org.jpox.store.rdbms.adapter with parameters of type ForeignKey | |
java.lang.String |
RDBMSAdapter.getAddForeignKeyStatement(ForeignKey fk)
Returns the appropriate SQL to add a foreign key to its table. |
java.lang.String |
DatabaseAdapter.getAddForeignKeyStatement(ForeignKey fk)
Returns the appropriate SQL to add a foreign key to its table. |
Uses of ForeignKey in org.jpox.store.rdbms.key |
Constructors in org.jpox.store.rdbms.key with parameters of type ForeignKey | |
Index(ForeignKey fk)
Constructor. |
Uses of ForeignKey in org.jpox.store.rdbms.table |
Methods in org.jpox.store.rdbms.table that return ForeignKey | |
protected ForeignKey |
ElementContainerTable.getForeignKeyToOwner(DatastoreClass ownerTable,
boolean autoMode)
Convenience method to generate a ForeignKey from this join table to an owner table. |
protected ForeignKey |
ElementContainerTable.getForeignKeyToElement(DatastoreClass elementTable,
boolean autoMode,
JavaTypeMapping m)
Convenience method to generate a ForeignKey from this join table to an element table using the specified mapping. |
protected ForeignKey |
ClassTable.getForeignKeyForForeignKeyMetaData(ForeignKeyMetaData fkmd)
Convenience method to create a FK for the specified ForeignKeyMetaData. |
static ForeignKey |
TableUtils.getForeignKeyForPCField(JavaTypeMapping fieldMapping,
AbstractPropertyMetaData fmd,
boolean autoMode,
StoreManager storeMgr,
ClassLoaderResolver clr)
Convenience method to add a foreign key for a PC field. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |