Uses of Class
org.hibernate.boot.model.IdentifierGeneratorDefinition
-
Packages that use IdentifierGeneratorDefinition Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.model org.hibernate.boot.model.source.spi org.hibernate.boot.spi org.hibernate.cfg org.hibernate.cfg.annotations -
-
Uses of IdentifierGeneratorDefinition in org.hibernate.boot
Methods in org.hibernate.boot that return IdentifierGeneratorDefinition Modifier and Type Method Description IdentifierGeneratorDefinitionMetadata. getIdentifierGenerator(java.lang.String name) -
Uses of IdentifierGeneratorDefinition in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return IdentifierGeneratorDefinition Modifier and Type Method Description IdentifierGeneratorDefinitionIdentifierGeneratorDefinition.Builder. build() -
Uses of IdentifierGeneratorDefinition in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return IdentifierGeneratorDefinition Modifier and Type Method Description IdentifierGeneratorDefinitionIdentifierSource. getIdentifierGeneratorDescriptor()Obtain the identifier generator source.IdentifierGeneratorDefinitionCompositeIdentifierSource. getIndividualAttributeIdGenerator(java.lang.String identifierAttributeName)Handle silly SpecJ reading of the JPA spec. -
Uses of IdentifierGeneratorDefinition in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return IdentifierGeneratorDefinition Modifier and Type Method Description IdentifierGeneratorDefinitionAbstractDelegatingMetadata. getIdentifierGenerator(java.lang.String name)Methods in org.hibernate.boot.spi with parameters of type IdentifierGeneratorDefinition Modifier and Type Method Description voidInFlightMetadataCollector. addDefaultIdentifierGenerator(IdentifierGeneratorDefinition generatorDefinition)voidInFlightMetadataCollector. addIdentifierGenerator(IdentifierGeneratorDefinition generatorDefinition) -
Uses of IdentifierGeneratorDefinition in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type IdentifierGeneratorDefinition Modifier and Type Method Description static voidBinderHelper. makeIdGenerator(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, java.lang.String generatorType, java.lang.String generatorName, MetadataBuildingContext buildingContext, IdentifierGeneratorDefinition foreignKGeneratorDefinition)apply an id generator to a SimpleValueMethod parameters in org.hibernate.cfg with type arguments of type IdentifierGeneratorDefinition Modifier and Type Method Description static voidBinderHelper. makeIdGenerator(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, java.lang.String generatorType, java.lang.String generatorName, MetadataBuildingContext buildingContext, java.util.Map<java.lang.String,IdentifierGeneratorDefinition> localGenerators)apply an id generator to a SimpleValueConstructors in org.hibernate.cfg with parameters of type IdentifierGeneratorDefinition Constructor Description IdGeneratorResolverSecondPass(SimpleValue id, org.hibernate.annotations.common.reflection.XProperty idXProperty, java.lang.String generatorType, java.lang.String generatorName, MetadataBuildingContext buildingContext, IdentifierGeneratorDefinition localIdentifierGeneratorDefinition) -
Uses of IdentifierGeneratorDefinition in org.hibernate.cfg.annotations
Fields in org.hibernate.cfg.annotations with type parameters of type IdentifierGeneratorDefinition Modifier and Type Field Description protected java.util.HashMap<java.lang.String,IdentifierGeneratorDefinition>CollectionBinder. localGeneratorsMethod parameters in org.hibernate.cfg.annotations with type arguments of type IdentifierGeneratorDefinition Modifier and Type Method Description voidCollectionBinder. setLocalGenerators(java.util.HashMap<java.lang.String,IdentifierGeneratorDefinition> localGenerators)
-