Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
HbmBinder.bindRootClass(org.dom4j.Element node,
RootClass rootClass,
Mappings mappings,
java.util.Map inheritedMetas)
Responsible for perfoming the bind operation related to an <class/> mapping element.
|
Constructor and Description |
---|
CreateKeySecondPass(RootClass rootClass) |
Modifier and Type | Method and Description |
---|---|
RootClass |
Subclass.getRootClass() |
RootClass |
RootClass.getRootClass() |
abstract RootClass |
PersistentClass.getRootClass() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
PersistentClassVisitor.accept(RootClass class1) |
IdentifierGenerator |
KeyValue.createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory,
Dialect dialect,
java.lang.String defaultCatalog,
java.lang.String defaultSchema,
RootClass rootClass) |
IdentifierGenerator |
SimpleValue.createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory,
Dialect dialect,
java.lang.String defaultCatalog,
java.lang.String defaultSchema,
RootClass rootClass) |
IdentifierGenerator |
Component.createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory,
Dialect dialect,
java.lang.String defaultCatalog,
java.lang.String defaultSchema,
RootClass rootClass) |
Copyright © 2013. All Rights Reserved.