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