Uses of Class
org.hibernate.boot.model.relational.Database
-
Packages that use Database Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).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.envers.enhanced org.hibernate.id org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.mapping -
-
Uses of Database in org.hibernate.boot
Methods in org.hibernate.boot that return Database Modifier and Type Method Description Database
Metadata. getDatabase()
Retrieve the database model. -
Uses of Database in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming that return Database Modifier and Type Method Description protected Database
ObjectNameNormalizer. database()
-
Uses of Database in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational with parameters of type Database Modifier and Type Method Description void
ExportableProducer. registerExportables(Database database)
Register the contained exportable things to theDatabase
-
Uses of Database in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return Database Modifier and Type Method Description Database
AbstractDelegatingMetadata. getDatabase()
-
Uses of Database in org.hibernate.envers.enhanced
Methods in org.hibernate.envers.enhanced with parameters of type Database Modifier and Type Method Description protected void
OrderedSequenceStructure. buildSequence(Database database)
-
Uses of Database in org.hibernate.id
Methods in org.hibernate.id with parameters of type Database Modifier and Type Method Description void
CompositeNestedGeneratedValueGenerator. registerExportables(Database database)
default void
IdentifierGenerator. registerExportables(Database database)
Register database objects used by this identifier generator, e.g.void
MultipleHiLoPerTableGenerator. registerExportables(Database database)
Deprecated.void
SequenceGenerator. registerExportables(Database database)
Deprecated.Constructors in org.hibernate.id with parameters of type Database Constructor Description ExportableColumn(Database database, Table table, java.lang.String name, BasicType type)
ExportableColumn(Database database, Table table, java.lang.String name, BasicType type, java.lang.String dbTypeDeclaration)
ValueImpl(ExportableColumn column, Table table, BasicType type, Database database)
-
Uses of Database in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced with parameters of type Database Modifier and Type Method Description protected void
SequenceStructure. buildSequence(Database database)
void
DatabaseStructure. registerExportables(Database database)
Register database objects involved in this structure, e.g.void
SequenceStructure. registerExportables(Database database)
void
SequenceStyleGenerator. registerExportables(Database database)
void
TableGenerator. registerExportables(Database database)
void
TableStructure. registerExportables(Database database)
-
Uses of Database in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type Database Modifier and Type Method Description void
Component.ValueGenerationPlan. registerExportables(Database database)
-