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.
|
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 |
---|---|
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) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.