Uses of Class
org.hibernate.mapping.RootClass
-
Packages that use RootClass Package Description org.hibernate.id.factory.spi Contains an SPI for id generator factories.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of RootClass in org.hibernate.id.factory.spi
Methods in org.hibernate.id.factory.spi that return RootClass Modifier and Type Method Description RootClassCustomIdGeneratorCreationContext. getRootClass() -
Uses of RootClass in org.hibernate.mapping
Methods in org.hibernate.mapping that return RootClass Modifier and Type Method Description abstract RootClassPersistentClass. getRootClass()RootClassRootClass. getRootClass()RootClassSubclass. getRootClass()Methods in org.hibernate.mapping with parameters of type RootClass Modifier and Type Method Description ObjectPersistentClassVisitor. accept(RootClass class1)GeneratorComponent. createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)GeneratorKeyValue. createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)GeneratorSimpleValue. createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)default IdentifierGeneratorKeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)Deprecated.default IdentifierGeneratorKeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)Deprecated.
-