Uses of Class
org.hibernate.mapping.RootClass
-
Packages that use RootClass Package Description org.hibernate.cfg org.hibernate.mapping -
-
Uses of RootClass in org.hibernate.cfg
Constructors in org.hibernate.cfg with parameters of type RootClass Constructor Description CreateKeySecondPass(RootClass rootClass) -
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)IdentifierGeneratorComponent. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)IdentifierGeneratorKeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)Deprecated.IdentifierGeneratorKeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)IdentifierGeneratorSimpleValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)IdentifierGeneratorSimpleValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)
-