|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityTableInfo | |
|---|---|
| org.castor.cpa.persistence.sql.engine | |
| org.castor.cpa.persistence.sql.engine.info | |
| Uses of EntityTableInfo in org.castor.cpa.persistence.sql.engine |
|---|
| Methods in org.castor.cpa.persistence.sql.engine that return EntityTableInfo | |
|---|---|
EntityTableInfo |
SQLEngine.getTableInfo()
|
| Uses of EntityTableInfo in org.castor.cpa.persistence.sql.engine.info |
|---|
| Methods in org.castor.cpa.persistence.sql.engine.info that return EntityTableInfo | |
|---|---|
EntityTableInfo |
InfoFactory.createTableInfo(ClassDescriptor classDescriptor)
Method checks if table for given class descriptor exists. |
EntityTableInfo |
EntityTableInfo.getExtendedTable()
Method returning extendedTable currently set. |
EntityTableInfo |
ForeignReferenceInfo.getToTable()
Method returning the table referenced by the foreign key. |
EntityTableInfo |
ForeignKeyInfo.getToTable()
Method returning the table referenced by the foreign key. |
| Methods in org.castor.cpa.persistence.sql.engine.info that return types with arguments of type EntityTableInfo | |
|---|---|
List<EntityTableInfo> |
EntityTableInfo.getExtendingTables()
Method returning list of tables extending this one. |
| Methods in org.castor.cpa.persistence.sql.engine.info with parameters of type EntityTableInfo | |
|---|---|
protected void |
EntityTableInfo.addExtendingTable(EntityTableInfo table)
Add table that is extending this one. |
protected void |
EntityTableInfo.setExtendedTable(EntityTableInfo table)
Set table extended by this one. |
| Constructors in org.castor.cpa.persistence.sql.engine.info with parameters of type EntityTableInfo | |
|---|---|
ForeignKeyInfo(int fieldIndex,
String fieldName,
TableInfo fromTable,
EntityTableInfo toTable,
String toAlias)
Construct a foreign key. |
|
ForeignReferenceInfo(int fieldIndex,
String fieldName,
EntityTableInfo toTable,
TableInfo fromTable,
String fromAlias)
Construct a foreign reference. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||