| Package | Description |
|---|---|
| com.impetus.kundera.configure | |
| com.impetus.kundera.configure.schema |
| Modifier and Type | Method and Description |
|---|---|
private ColumnInfo |
SchemaConfiguration.getColumn(TableInfo tableInfo,
javax.persistence.metamodel.Attribute column,
PropertyIndex indexedColumn,
String[] orderByColumns)
getColumn method return ColumnInfo for the given column
|
private ColumnInfo |
SchemaConfiguration.getJoinColumn(TableInfo tableInfo,
String joinColumnName,
Class columnType)
getJoinColumn method return ColumnInfo for the join column
|
| Modifier and Type | Field and Description |
|---|---|
private List<ColumnInfo> |
TableInfo.columnMetadatas
The column metadatas.
|
private List<ColumnInfo> |
EmbeddedColumnInfo.columns
The list of columns variable is columns .
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnInfo> |
TableInfo.getColumnMetadatas()
Gets the column metadatas.
|
List<ColumnInfo> |
EmbeddedColumnInfo.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableInfo.addColumnInfo(ColumnInfo columnInfo)
Adds the column info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedColumnInfo.setColumns(List<ColumnInfo> columns) |
Copyright © 2015. All Rights Reserved.