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 IdentifierGeneratorDefinition
Metadata. 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 IdentifierGeneratorDefinition
IdentifierGeneratorDefinition.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 IdentifierGeneratorDefinition
IdentifierSource. getIdentifierGeneratorDescriptor()
Obtain the identifier generator source.IdentifierGeneratorDefinition
CompositeIdentifierSource. 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 IdentifierGeneratorDefinition
AbstractDelegatingMetadata. getIdentifierGenerator(java.lang.String name)
Methods in org.hibernate.boot.spi with parameters of type IdentifierGeneratorDefinition Modifier and Type Method Description void
InFlightMetadataCollector. addDefaultIdentifierGenerator(IdentifierGeneratorDefinition generatorDefinition)
void
InFlightMetadataCollector. 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 void
BinderHelper. 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 void
BinderHelper. 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. localGenerators
Method parameters in org.hibernate.cfg.annotations with type arguments of type IdentifierGeneratorDefinition Modifier and Type Method Description void
CollectionBinder. setLocalGenerators(java.util.HashMap<java.lang.String,IdentifierGeneratorDefinition> localGenerators)
-