Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.model.naming |
Represents a proposed new approach to allowing hooks into the process of determining
the name of database objects (tables, columns, constraints, etc).
|
org.hibernate.boot.model.relational | |
org.hibernate.boot.spi | |
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
org.hibernate.id.enhanced |
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified
configuration
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
Database |
Metadata.getDatabase()
Retrieve the database model.
|
Modifier and Type | Method and Description |
---|---|
Database |
MetadataImpl.getDatabase() |
Database |
InFlightMetadataCollectorImpl.getDatabase() |
Constructor and Description |
---|
MetadataImpl(UUID uuid,
MetadataBuildingOptions metadataBuildingOptions,
TypeResolver typeResolver,
MutableIdentifierGeneratorFactory identifierGeneratorFactory,
Map<String,PersistentClass> entityBindingMap,
Map<Class,MappedSuperclass> mappedSuperclassMap,
Map<String,Collection> collectionBindingMap,
Map<String,TypeDefinition> typeDefinitionMap,
Map<String,FilterDefinition> filterDefinitionMap,
Map<String,FetchProfile> fetchProfileMap,
Map<String,String> imports,
Map<String,IdentifierGeneratorDefinition> idGeneratorDefinitionMap,
Map<String,NamedQueryDefinition> namedQueryMap,
Map<String,NamedSQLQueryDefinition> namedNativeQueryMap,
Map<String,NamedProcedureCallDefinition> namedProcedureCallMap,
Map<String,ResultSetMappingDefinition> sqlResultSetMappingMap,
Map<String,NamedEntityGraphDefinition> namedEntityGraphMap,
Map<String,SQLFunction> sqlFunctionMap,
Database database) |
Modifier and Type | Method and Description |
---|---|
protected Database |
ObjectNameNormalizer.database() |
Modifier and Type | Method and Description |
---|---|
void |
ExportableProducer.registerExportables(Database database)
Register the contained exportable things to the
Database |
Constructor and Description |
---|
Namespace(Database database,
Namespace.Name name) |
Modifier and Type | Method and Description |
---|---|
Database |
InFlightMetadataCollector.getDatabase() |
Database |
AbstractDelegatingMetadata.getDatabase() |
Modifier and Type | Method and Description |
---|---|
void |
SequenceGenerator.registerExportables(Database database)
Deprecated.
|
void |
MultipleHiLoPerTableGenerator.registerExportables(Database database)
Deprecated.
|
void |
CompositeNestedGeneratedValueGenerator.registerExportables(Database database) |
Constructor and Description |
---|
ExportableColumn(Database database,
Table table,
String name,
BasicType type) |
ExportableColumn(Database database,
Table table,
String name,
BasicType type,
String dbTypeDeclaration) |
ValueImpl(ExportableColumn column,
Table table,
BasicType type,
Database database) |
Modifier and Type | Method and Description |
---|---|
void |
TableStructure.registerExportables(Database database) |
void |
TableGenerator.registerExportables(Database database) |
void |
SequenceStyleGenerator.registerExportables(Database database) |
void |
SequenceStructure.registerExportables(Database database) |
Modifier and Type | Method and Description |
---|---|
void |
Component.ValueGenerationPlan.registerExportables(Database database) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.