| Modifier and Type | Method and Description |
|---|---|
void |
MetamodelImpl.addTableGenerator(TableGeneratorMetadata metadata)
Adds the table generator to the metamodel
|
| Constructor and Description |
|---|
TableGenerator(TableGeneratorMetadata metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
TableGeneratorMetadataImpl
Implementation of
TableGeneratorMetadata. |
| Modifier and Type | Method and Description |
|---|---|
List<TableGeneratorMetadata> |
MetadataImpl.getTableGenerators()
Returns the list of table generators.
|
| Modifier and Type | Method and Description |
|---|---|
TableGeneratorMetadata |
IdAttributeMetadataImpl.getTableGenerator()
Returns the table generator definition of the id attribute.
|
| Modifier and Type | Method and Description |
|---|---|
TableGeneratorMetadata |
EntityMetadataImpl.getTableGenerator()
Returns the table generator of the entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableGeneratorElement
Element for
sequence-generator elements. |
| Modifier and Type | Method and Description |
|---|---|
List<TableGeneratorMetadata> |
EntityMappings.getTableGenerators()
Returns the list of table generators.
|
| Modifier and Type | Method and Description |
|---|---|
TableGeneratorMetadata |
IdAttributeElement.getTableGenerator()
Returns the table generator definition of the id attribute.
|
| Modifier and Type | Method and Description |
|---|---|
TableGeneratorMetadata |
EntityElementFactory.getTableGenerator()
Returns the table generator of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableGeneratorMetadata> |
Metadata.getTableGenerators()
Returns the list of table generators.
|
| Modifier and Type | Method and Description |
|---|---|
TableGeneratorMetadata |
IdAttributeMetadata.getTableGenerator()
Returns the table generator definition of the id attribute.
|
| Modifier and Type | Method and Description |
|---|---|
TableGeneratorMetadata |
EntityMetadata.getTableGenerator()
Returns the table generator of the entity.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.