| Package | Description |
|---|---|
| org.fastnate.generator.context | |
| org.fastnate.generator.provider |
| Modifier and Type | Method and Description |
|---|---|
JpaProvider |
GeneratorContext.getProvider()
Identifies the JPA provider to indicate implementation specific details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratorContext.setProvider(JpaProvider provider)
Identifies the JPA provider to indicate implementation specific details.
|
| Constructor and Description |
|---|
TableIdGenerator(javax.persistence.TableGenerator generator,
GeneratorDialect dialect,
JpaProvider provider,
boolean relativeIds)
Creates a new instance of
SequenceIdGenerator. |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateProvider
Encapsulates implementation details of Hibernate as JPA provider.
|
Copyright © 2017 fastnate.org. All rights reserved.