| Package | Description |
|---|---|
| org.fastnate.generator.context |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityValue
Contains the current value for a primary key of type
GenerationType.IDENTITY. |
class |
SequenceIdGenerator
Stores the current value for a
SequenceGenerator. |
class |
TableIdGenerator
Saves the current value for a
TableGenerator. |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
IdGenerator.derive(GeneratorTable entityTable)
Some implementations (like the Hibernate table generator) create a different generator, depending on the table
name.
|
IdGenerator |
TableIdGenerator.derive(GeneratorTable currentTable) |
IdGenerator |
GeneratedIdProperty.getGenerator()
The generator used for generating new values of this property.
|
IdGenerator |
GeneratorContext.getGenerator(javax.persistence.GeneratedValue generatedValue,
GeneratorTable table,
GeneratorColumn column)
Finds the correct generator for the given annotation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContextModelListener.foundGenerator(IdGenerator generator)
Called when a new generator was discovered.
|
void |
DefaultContextModelListener.foundGenerator(IdGenerator generator) |
Copyright © 2020 fastnate.org. All rights reserved.