| Package | Description |
|---|---|
| org.tentackle.model |
Entity model.
|
| org.tentackle.model.impl |
Default model implementation.
|
| org.tentackle.model.migrate |
Database migration support.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
EntityFactory.createIndex(Entity entity,
SourceInfo sourceInfo)
Creates an index.
|
Index |
Entity.getIndex(String name,
boolean all)
Gets an index by its name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
Entity.getAllIndexes()
Gets all including inherited and indexes from sub entities.
|
List<Index> |
Entity.getIndexes()
Gets the indexes.
|
List<Index> |
Entity.getIndexesIncludingInherited()
Gets all including inherited indexes.
|
List<Index> |
Entity.getIndexesIncludingSubEntities()
Gets all including indexes from sub entities.
|
List<Index> |
Entity.getInheritedIndexes()
Gets inherited indexes.
|
List<Index> |
Entity.getSubEntityIndexes()
Gets indexes from sub entities.
|
List<Index> |
Entity.getTableIndexes()
Gets the indexes of the table mapped by this entity.
|
| Modifier and Type | Method and Description |
|---|---|
IndexAttribute |
EntityFactory.createIndexAttribute(Index index,
SourceInfo sourceInfo)
Creates an index attribute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexImpl
Index descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
EntityImpl.getIndex(String name,
boolean all) |
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
EntityImpl.getAllIndexes() |
List<Index> |
EntityImpl.getIndexes() |
List<Index> |
EntityImpl.getIndexesIncludingInherited() |
List<Index> |
EntityImpl.getIndexesIncludingSubEntities() |
List<Index> |
EntityImpl.getInheritedIndexes() |
List<Index> |
EntityImpl.getSubEntityIndexes() |
List<Index> |
EntityImpl.getTableIndexes() |
| Modifier and Type | Method and Description |
|---|---|
IndexAttributeImpl |
EntityFactoryImpl.createIndexAttribute(Index index,
SourceInfo sourceInfo) |
| Constructor and Description |
|---|
IndexAttributeImpl(Index index,
SourceInfo sourceInfo)
Creates an index attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
IndexMigrator.getIndex()
Gets the index to migrate.
|
| Constructor and Description |
|---|
IndexMigrator(Entity entity,
Index index,
Backend backend,
IndexMetaData indexMetaData)
Creates a migrator.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.