| Modifier and Type | Method and Description |
|---|---|
String |
SubqueryImpl.getFieldAlias(String tableAlias,
AbstractColumn column) |
String |
BaseQueryImpl.getFieldAlias(String tableAlias,
AbstractColumn column) |
String |
BaseQuery.getFieldAlias(String tableAlias,
AbstractColumn column) |
String |
SubQueryStub.getFieldAlias(String tableAlias,
AbstractColumn column) |
| Modifier and Type | Method and Description |
|---|---|
String |
ParentPath.getColumnAlias(BaseQueryImpl<?> query,
AbstractColumn column)
Returns the table alias for the column.
|
String |
EntityPath.getColumnAlias(BaseQueryImpl<?> query,
AbstractColumn column)
Returns the table alias for the column.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicColumn
BasicColumn to persist basic attributes of the entity.
|
class |
DiscriminatorColumn
Column implementation for discriminator columns.
|
class |
ElementColumn
Columns for list type attributes.
|
class |
JoinColumn
Mapping of two
BasicColumns. |
class |
MapKeyColumn
Columns for map key type attributes.
|
class |
OrderColumn
Columns for list type attributes.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractColumn[] |
AbstractTable.getColumns()
Returns the array of columns the table has
|
protected AbstractColumn[] |
AbstractTable.getInsertColumns(EntityTypeImpl<?> entity,
int size)
Returns the columns for the insert.
|
AbstractColumn |
JoinColumn.getMasterColumn()
Returns the master column.
|
AbstractColumn |
JoinColumn.getReferencedColumn()
Returns the referenced column of the join column.
|
AbstractColumn[] |
AbstractTable.getSelectVersionColumns()
Returns the select version columns.
|
protected AbstractColumn[] |
AbstractTable.getUpdateColumns(EntityTypeImpl<?> entity)
Returns the columns for the update.
|
AbstractColumn[] |
AbstractTable.getVersionUpdateColumns()
Returns the version update columns.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,AbstractColumn> |
AbstractTable.getColumnMap()
Returns the columnMap of the AbstractTable.
|
HashMap<AbstractColumn,String> |
EntityTable.getIdFields()
Returns the id fields of the table.
|
Collection<AbstractColumn> |
EntityTable.getPkColumns()
Returns the pkColumns of the EntityTable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityTable.addColumn(AbstractColumn column)
Adds the column to the table
|
void |
AbstractTable.addColumn(AbstractColumn column)
Adds the column to the table
|
void |
JoinColumn.setColumnProperties(AssociationMapping<?,?,?> mapping,
AbstractColumn referencedColumn,
AbstractColumn masterColumn)
Sets the column definition for virtual foreign column.
|
void |
JoinColumn.setColumnProperties(AssociationMapping<?,?,?> mapping,
AbstractColumn referencedColumn,
boolean id)
Sets the column definition.
|
void |
JoinColumn.setVirtual(AbstractColumn masterColumn)
Sets the master column of the join column.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractTable.getSelectVersionSql(Map<String,AbstractColumn> pkColumns)
Returns the version select statement for the table specifically.
|
protected String |
AbstractTable.getUpdateSql(EntityTypeImpl<?> entity,
Map<String,AbstractColumn> pkColumns)
Returns the update statement for the table specifically.
|
protected String |
AbstractTable.getVersionUpdateSql(Map<String,AbstractColumn> pkColumns)
Returns the version update statement for the table specifically.
|
| Constructor and Description |
|---|
JoinColumn(JdbcAdaptor jdbcAdaptor,
AssociationMapping<?,?,?> mapping,
AbstractColumn referencedColumn,
BasicColumn masterColumn)
Constructor with no metadata for mappings with MapsId.
|
JoinColumn(JdbcAdaptor jdbcAdaptor,
AssociationMapping<?,?,?> mapping,
AbstractColumn referencedColumn,
boolean id)
Constructor with no metadata.
|
JoinColumn(JdbcAdaptor jdbcAdaptor,
PrimaryKeyJoinColumnMetadata metadata,
SecondaryTable table,
AbstractColumn referencedColumn)
Constructor for secondary table join column with metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedId<X> |
EntityTypeImpl.getId(SessionImpl session,
ResultSet row,
HashMap<AbstractColumn,String> idFields)
Returns the id of the entity from the resultset row.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<AbstractColumn> |
JdbcAdaptor.getColumns(AbstractTable table)
Returns the sorted columns.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PostgreSqlAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
String |
H2Adaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
abstract String |
JdbcAdaptor.createColumnDDL(AbstractColumn columnDefinition)
Creates the BasicColumn Definition DDL For the column.
|
String |
SawSqlAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
String |
OracleAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
String |
MsSqlAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
String |
DerbyAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
String |
HsqlAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
String |
MySqlAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
protected String |
PostgreSqlAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
H2Adaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
JdbcAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
SawSqlAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
OracleAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
MsSqlAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
HsqlAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
MySqlAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.