| Package | Description |
|---|---|
| org.hibernate.boot.internal | |
| org.hibernate.boot.model |
| Modifier and Type | Method and Description |
|---|---|
void |
IdGeneratorInterpreterImpl.interpretSequenceGenerator(javax.persistence.SequenceGenerator sequenceGeneratorAnnotation,
IdentifierGeneratorDefinition.Builder definitionBuilder) |
void |
IdGeneratorInterpreterImpl.interpretTableGenerator(javax.persistence.TableGenerator tableGeneratorAnnotation,
IdentifierGeneratorDefinition.Builder definitionBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdGeneratorStrategyInterpreter.interpretSequenceGenerator(javax.persistence.SequenceGenerator sequenceGeneratorAnnotation,
IdentifierGeneratorDefinition.Builder definitionBuilder)
Extract the IdentifierGeneratorDefinition related to the given SequenceGenerator annotation
|
void |
IdGeneratorStrategyInterpreter.interpretTableGenerator(javax.persistence.TableGenerator tableGeneratorAnnotation,
IdentifierGeneratorDefinition.Builder definitionBuilder)
Extract the IdentifierGeneratorDefinition related to the given TableGenerator annotation
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.