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 DatabaseMetadata. 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 DatabaseObjectNameNormalizer. 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 voidExportableProducer. registerExportables(Database database)Register the contained exportable things to theDatabaseConstructors in org.hibernate.boot.model.relational with parameters of type Database Constructor Description Namespace(Database database, Namespace.Name name) -
Uses of Database in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return Database Modifier and Type Method Description DatabaseAbstractDelegatingMetadata. 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 voidOrderedSequenceStructure. 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 voidCompositeNestedGeneratedValueGenerator. registerExportables(Database database)voidMultipleHiLoPerTableGenerator. registerExportables(Database database)Deprecated.voidSequenceGenerator. 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 voidSequenceStructure. buildSequence(Database database)voidSequenceStructure. registerExportables(Database database)voidSequenceStyleGenerator. registerExportables(Database database)voidTableGenerator. registerExportables(Database database)voidTableStructure. 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 voidComponent.ValueGenerationPlan. registerExportables(Database database)
-