|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RootClass | |
---|---|
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
org.hibernate.mapping | This package defines the Hibernate configuration-time metamodel. |
Uses of RootClass in org.hibernate.cfg |
---|
Methods in org.hibernate.cfg with parameters of type RootClass | |
---|---|
static void |
HbmBinder.bindRootClass(org.dom4j.Element node,
RootClass rootClass,
Mappings mappings,
Map inheritedMetas)
Responsible for performing the bind operation related to an <class/> mapping element. |
Constructors in org.hibernate.cfg with parameters of type RootClass | |
---|---|
CreateKeySecondPass(RootClass rootClass)
|
Uses of RootClass in org.hibernate.mapping |
---|
Methods in org.hibernate.mapping that return RootClass | |
---|---|
RootClass |
Subclass.getRootClass()
|
abstract RootClass |
PersistentClass.getRootClass()
|
RootClass |
RootClass.getRootClass()
|
Methods in org.hibernate.mapping with parameters of type RootClass | |
---|---|
Object |
PersistentClassVisitor.accept(RootClass class1)
|
IdentifierGenerator |
SimpleValue.createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory,
Dialect dialect,
String defaultCatalog,
String defaultSchema,
RootClass rootClass)
|
IdentifierGenerator |
KeyValue.createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory,
Dialect dialect,
String defaultCatalog,
String defaultSchema,
RootClass rootClass)
|
IdentifierGenerator |
Component.createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory,
Dialect dialect,
String defaultCatalog,
String defaultSchema,
RootClass rootClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |