Uses of Interface
org.hibernate.boot.model.IdGeneratorStrategyInterpreter
-
Packages that use IdGeneratorStrategyInterpreter Package Description org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.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.org.hibernate.boot.spi -
-
Uses of IdGeneratorStrategyInterpreter in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type IdGeneratorStrategyInterpreter Modifier and Type Method Description MetadataBuilder
MetadataBuilder. applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter interpreter)
-
Uses of IdGeneratorStrategyInterpreter in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement IdGeneratorStrategyInterpreter Modifier and Type Class Description class
IdGeneratorInterpreterImpl
The root (composition) IdGenerationTypeInterpreter.Methods in org.hibernate.boot.internal that return IdGeneratorStrategyInterpreter Modifier and Type Method Description IdGeneratorStrategyInterpreter
MetadataBuilderImpl.MetadataBuildingOptionsImpl. getIdGenerationTypeInterpreter()
Methods in org.hibernate.boot.internal with parameters of type IdGeneratorStrategyInterpreter Modifier and Type Method Description void
IdGeneratorInterpreterImpl. addInterpreterDelegate(IdGeneratorStrategyInterpreter delegate)
MetadataBuilder
MetadataBuilderImpl. applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter interpreter)
-
Uses of IdGeneratorStrategyInterpreter in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type IdGeneratorStrategyInterpreter Modifier and Type Method Description static IdentifierGeneratorDefinition
IdentifierGeneratorDefinition. createImplicit(String name, Class<?> idType, String generatorName, IdGeneratorStrategyInterpreter generationInterpreter, jakarta.persistence.GenerationType generationType)
-
Uses of IdGeneratorStrategyInterpreter in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return IdGeneratorStrategyInterpreter Modifier and Type Method Description IdGeneratorStrategyInterpreter
AbstractDelegatingMetadataBuildingOptions. getIdGenerationTypeInterpreter()
IdGeneratorStrategyInterpreter
MetadataBuildingOptions. getIdGenerationTypeInterpreter()
Methods in org.hibernate.boot.spi with parameters of type IdGeneratorStrategyInterpreter Modifier and Type Method Description MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter interpreter)
-