| Package | Description |
|---|---|
| com.impetus.kundera.configure | |
| com.impetus.kundera.configure.schema |
| Modifier and Type | Method and Description |
|---|---|
private EmbeddedColumnInfo |
SchemaConfiguration.getEmbeddedColumn(TableInfo tableInfo,
javax.persistence.metamodel.EmbeddableType embeddableType,
String embeddableColName,
Class embeddedEntityClass,
Field field)
Get Embedded column info.
|
| Modifier and Type | Field and Description |
|---|---|
private List<EmbeddedColumnInfo> |
TableInfo.embeddedColumnMetadatas
The embedded column metadatas.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmbeddedColumnInfo> |
TableInfo.getEmbeddedColumnMetadatas()
Gets the embedded column metadatas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableInfo.addEmbeddedColumnInfo(EmbeddedColumnInfo embdColumnInfo)
Adds the embedded column info.
|
Copyright © 2015. All Rights Reserved.