| Package | Description |
|---|---|
| com.impetus.kundera.configure | |
| com.impetus.kundera.metadata.model | |
| com.impetus.kundera.metadata.processor |
| 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
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,PropertyIndex> |
EntityMetadata.indexPrperties
The index prperties.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyIndex> |
EntityMetadata.getIndexProperties()
Gets the index properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityMetadata.addIndexProperty(String columnName,
PropertyIndex index)
Adds the index property.
|
| Modifier and Type | Method and Description |
|---|---|
private static PropertyIndex |
IndexProcessor.populatePropertyIndex(String indexName,
String indexType,
Integer max,
Integer min,
Field f) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,PropertyIndex> |
IndexProcessor.getIndexesOnEmbeddable(Class<?> entityClazz)
Returns list of indexed columns on
@Embeddable entity |
| Modifier and Type | Method and Description |
|---|---|
private static void |
IndexProcessor.getPropertyIndexes(Class<?> entityClazz,
Map<String,PropertyIndex> pis,
List<String> columnsNameToBeIndexed,
Map<String,Index> columnsToBeIndexed) |
Copyright © 2015. All Rights Reserved.