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 Hibernate native bootstrapping API (building a SessionFactory).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.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)
-