Uses of Class
org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
-
Packages that use IdentifierGeneratorDefinition.Builder Package Description org.hibernate.boot.internal org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "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 void
IdGeneratorInterpreterImpl. interpretSequenceGenerator(jakarta.persistence.SequenceGenerator sequenceGeneratorAnnotation, IdentifierGeneratorDefinition.Builder definitionBuilder)
void
IdGeneratorInterpreterImpl. interpretTableGenerator(jakarta.persistence.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 void
IdGeneratorStrategyInterpreter. interpretSequenceGenerator(jakarta.persistence.SequenceGenerator sequenceGeneratorAnnotation, IdentifierGeneratorDefinition.Builder definitionBuilder)
Deprecated.Extract the IdentifierGeneratorDefinition related to the given SequenceGenerator annotationvoid
IdGeneratorStrategyInterpreter. interpretTableGenerator(jakarta.persistence.TableGenerator tableGeneratorAnnotation, IdentifierGeneratorDefinition.Builder definitionBuilder)
Deprecated.Extract the IdentifierGeneratorDefinition related to the given TableGenerator annotation
-