| Modifier and Type | Method and Description |
|---|---|
String |
AbstractFrom.getTableAlias(BaseQueryImpl<?> query,
AbstractTable table)
Returns the alias for the table.
|
String |
FetchParentImpl.getTableAlias(BaseQueryImpl<?> query,
AbstractTable table)
Returns the alias for the table.
|
String |
Joinable.getTableAlias(BaseQueryImpl<?> query,
AbstractTable table)
Returns the alias for the table.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EntityPath.getTableAlias(BaseQueryImpl<?> query,
AbstractTable table)
Returns the alias for the table.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTable |
EntityTypeImpl.getTable(String tableName)
Returns the table with the name.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTable |
ElementMappingImpl.getCollectionTable()
Returns the collection table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionTable
The table for element collection attributes.
|
class |
EntityTable
Table representing an entity persistent storage.
|
class |
JoinTable |
class |
SecondaryTable
Table representing an secondary table for entity persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTable |
JoinColumn.getReferencedTable()
Returns the referenced table.
|
AbstractTable |
Column.getTable()
Returns the table of the column
|
AbstractTable |
ElementColumn.getTable()
Returns the table of the column
|
AbstractTable |
JoinColumn.getTable()
Returns the table of the column
|
AbstractTable |
MapKeyColumn.getTable()
Returns the table of the column
|
AbstractTable |
ForeignKey.getTable()
Returns the table of the ForeignKey.
|
AbstractTable |
DiscriminatorColumn.getTable()
Returns the table of the column
|
AbstractTable |
BasicColumn.getTable()
Returns the table of the column
|
AbstractTable |
OrderColumn.getTable()
Returns the table of the column
|
abstract AbstractTable |
AbstractColumn.getTable()
Returns the table of the column
|
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setTable(AbstractTable table)
Sets the table of the column.
|
void |
ElementColumn.setTable(AbstractTable table)
Sets the table of the column.
|
void |
JoinColumn.setTable(AbstractTable table)
Sets the table of the column.
|
void |
MapKeyColumn.setTable(AbstractTable table)
Sets the table of the column.
|
void |
ForeignKey.setTable(AbstractTable table)
Sets the table of the foreign key.
|
void |
DiscriminatorColumn.setTable(AbstractTable table)
Sets the table of the column.
|
void |
BasicColumn.setTable(AbstractTable table)
Sets the table of the column.
|
void |
OrderColumn.setTable(AbstractTable table)
Sets the table of the column.
|
abstract void |
AbstractColumn.setTable(AbstractTable table)
Sets the table of the column.
|
| Constructor and Description |
|---|
MapKeyColumn(AbstractTable table,
ColumnMetadata metadata,
String name,
javax.persistence.TemporalType temporalType,
javax.persistence.EnumType enumType,
Class<?> javaType) |
OrderColumn(AbstractTable table,
ColumnMetadata orderColumn,
String name,
AbstractLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
String |
HsqlAdaptor.createCreateTableStatement(AbstractTable table,
Collection<String> ddlColumns,
List<String> pkColumns,
List<String> uniqueColumns)
Creates the create table statement
|
String |
JdbcAdaptor.createCreateTableStatement(AbstractTable table,
Collection<String> ddlColumns,
List<String> pkColumns,
List<String> uniqueColumns)
Creates the create table statement
|
void |
JdbcAdaptor.createOrUpdateTable(AbstractTable table,
DataSource datasource,
DDLMode ddlMode)
Creates or update the table.
|
protected void |
JdbcAdaptor.dropTable(QueryRunner runner,
AbstractTable table)
Drops the table
|
protected void |
PostgreSqlAdaptor.dropTable(QueryRunner runner,
AbstractTable table)
Drops the table
|
protected Collection<AbstractColumn> |
JdbcAdaptor.getColumns(AbstractTable table)
Returns the sorted columns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcAdaptor.dropAllForeignKeys(DataSource datasource,
Set<AbstractTable> tableSet) |
void |
JdbcAdaptor.dropAllTables(DataSource datasource,
Collection<AbstractTable> tables)
Drops the tables in the database
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTable |
EntityTypeDescriptor.getTable(String tableName)
Returns the table with the name.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.