Uses of Interface
org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
-
Packages that use CustomIdGeneratorCreationContext Package Description org.hibernate.id.uuid Contains theUuidGenerator
.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of CustomIdGeneratorCreationContext in org.hibernate.id.uuid
Constructors in org.hibernate.id.uuid with parameters of type CustomIdGeneratorCreationContext Constructor Description UuidGenerator(UuidGenerator config, Member member, CustomIdGeneratorCreationContext creationContext)
-
Uses of CustomIdGeneratorCreationContext in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type CustomIdGeneratorCreationContext Modifier and Type Method Description Generator
IdentifierGeneratorCreator. createGenerator(CustomIdGeneratorCreationContext context)
-