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 |
TableIdGenerator.derive(String currentTable) |
IdGenerator |
IdGenerator.derive(String table)
Some implementations (like the Hibernate table generator) create a different generator, depending on the table
name.
|
IdGenerator |
GeneratorContext.getGenerator(javax.persistence.GeneratedValue generatedValue,
String table,
String column)
Finds the correct generator for the given annotation.
|
Copyright © 2016 fastnate.org. All rights reserved.