Uses of Interface
org.hibernate.boot.model.IdGeneratorStrategyInterpreter
-
Packages that use IdGeneratorStrategyInterpreter Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.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.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of IdGeneratorStrategyInterpreter in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type IdGeneratorStrategyInterpreter Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter interpreter)Deprecated.sinceIdGeneratorStrategyInterpreteris deprecated -
Uses of IdGeneratorStrategyInterpreter in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement IdGeneratorStrategyInterpreter Modifier and Type Class Description classIdGeneratorInterpreterImplThe root (composition) IdGenerationTypeInterpreter.Methods in org.hibernate.boot.internal that return IdGeneratorStrategyInterpreter Modifier and Type Method Description IdGeneratorStrategyInterpreterMetadataBuilderImpl.MetadataBuildingOptionsImpl. getIdGenerationTypeInterpreter()Methods in org.hibernate.boot.internal with parameters of type IdGeneratorStrategyInterpreter Modifier and Type Method Description voidIdGeneratorInterpreterImpl. addInterpreterDelegate(IdGeneratorStrategyInterpreter delegate)MetadataBuilderMetadataBuilderImpl. 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 IdentifierGeneratorDefinitionIdentifierGeneratorDefinition. createImplicit(String name, Class<?> idType, String generatorName, IdGeneratorStrategyInterpreter generationInterpreter, GenerationType generationType) -
Uses of IdGeneratorStrategyInterpreter in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return IdGeneratorStrategyInterpreter Modifier and Type Method Description IdGeneratorStrategyInterpreterAbstractDelegatingMetadataBuildingOptions. getIdGenerationTypeInterpreter()IdGeneratorStrategyInterpreterMetadataBuildingOptions. getIdGenerationTypeInterpreter()Deprecated.sinceIdGeneratorStrategyInterpreteris deprecatedMethods in org.hibernate.boot.spi with parameters of type IdGeneratorStrategyInterpreter Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter interpreter)
-