| Modifier and Type | Method and Description |
|---|---|
void |
MetamodelImpl.addSequenceGenerator(SequenceGeneratorMetadata metadata)
Adds the sequence generator to the metamodel
|
| Constructor and Description |
|---|
SequenceGenerator(SequenceGeneratorMetadata metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
SequenceGeneratorMetadataImpl
Implementation of
SequenceGeneratorMetadata. |
| Modifier and Type | Method and Description |
|---|---|
List<SequenceGeneratorMetadata> |
MetadataImpl.getSequenceGenerators()
Returns the list of sequence generators.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceGeneratorMetadata |
IdAttributeMetadataImpl.getSequenceGenerator()
Returns the sequence generator definition of the id attribute.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceGeneratorMetadata |
EntityMetadataImpl.getSequenceGenerator()
Returns the sequence Generator of the entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SequenceGeneratorElement
Element for
sequence-generator elements. |
| Modifier and Type | Method and Description |
|---|---|
List<SequenceGeneratorMetadata> |
EntityMappings.getSequenceGenerators()
Returns the list of sequence generators.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceGeneratorMetadata |
IdAttributeElement.getSequenceGenerator()
Returns the sequence generator definition of the id attribute.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceGeneratorMetadata |
EntityElementFactory.getSequenceGenerator()
Returns the sequence Generator of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<SequenceGeneratorMetadata> |
Metadata.getSequenceGenerators()
Returns the list of sequence generators.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceGeneratorMetadata |
IdAttributeMetadata.getSequenceGenerator()
Returns the sequence generator definition of the id attribute.
|
| Modifier and Type | Method and Description |
|---|---|
SequenceGeneratorMetadata |
EntityMetadata.getSequenceGenerator()
Returns the sequence Generator of the entity.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.