Package | Description |
---|---|
org.castor.cpa.persistence.sql.engine.info | |
org.exolab.castor.jdo.engine |
Implementation of the Castor JDO engine.
|
Modifier and Type | Method and Description |
---|---|
TableInfo |
InfoFactory.createTableInfo(ClassDescriptor classDescriptor)
Method checks if table for given class descriptor exists.
|
TableInfo |
TableInfo.getExtendedTable()
Method returning extendedTable currently set.
|
TableInfo |
PrimaryKeyInfo.getTable()
Get table the primary key belongs to.
|
TableInfo |
TableLink.getTargetTable()
Method returning the right table of the join.
|
Modifier and Type | Method and Description |
---|---|
List<TableInfo> |
TableInfo.getExtendingTables()
Method returning list of tables extending this one.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TableInfo.addExtendingTable(TableInfo table) |
protected void |
TableInfo.setExtendedTable(TableInfo table) |
Constructor and Description |
---|
PrimaryKeyInfo(TableInfo table)
Construct primary key info for given table.
|
TableLink(TableInfo targetTable,
int relationType,
String tableAlias,
List<ColumnInfo> startColumns,
int fieldIndex)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TableInfo |
SQLEngine.getTableInfo() |
Copyright © 2013. All rights reserved.