Uses of Class
org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
-
Packages that use IdentifierGeneratorDefinition.Builder Package Description org.hibernate.boot.internal org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database. -
-
Uses of IdentifierGeneratorDefinition.Builder in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type IdentifierGeneratorDefinition.Builder Modifier and Type Method Description voidIdGeneratorInterpreterImpl. interpretSequenceGenerator(SequenceGenerator sequenceGeneratorAnnotation, IdentifierGeneratorDefinition.Builder definitionBuilder)voidIdGeneratorInterpreterImpl. interpretTableGenerator(TableGenerator tableGeneratorAnnotation, IdentifierGeneratorDefinition.Builder definitionBuilder) -
Uses of IdentifierGeneratorDefinition.Builder in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type IdentifierGeneratorDefinition.Builder Modifier and Type Method Description voidIdGeneratorStrategyInterpreter. interpretSequenceGenerator(SequenceGenerator sequenceGeneratorAnnotation, IdentifierGeneratorDefinition.Builder definitionBuilder)Deprecated.Extract the IdentifierGeneratorDefinition related to the given SequenceGenerator annotationvoidIdGeneratorStrategyInterpreter. interpretTableGenerator(TableGenerator tableGeneratorAnnotation, IdentifierGeneratorDefinition.Builder definitionBuilder)Deprecated.Extract the IdentifierGeneratorDefinition related to the given TableGenerator annotation
-