Uses of Record Class
org.hibernate.boot.model.relational.Namespace.Name
Packages that use Namespace.Name
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
Some SPIs related to DDL generation and schema management.
Defines an SPI for schema information extraction from the database via JDBC.
-
Uses of Namespace.Name in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type Namespace.NameModifier and TypeMethodDescriptionvoid
BootLogging.createdDatabaseNamespace
(Namespace.Name logicalName, Namespace.Name physicalName) -
Uses of Namespace.Name in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return Namespace.NameModifier and TypeMethodDescriptionNamespace.getName()
Database.getPhysicalImplicitNamespaceName()
Namespace.getPhysicalName()
Methods in org.hibernate.boot.model.relational with parameters of type Namespace.NameConstructors in org.hibernate.boot.model.relational with parameters of type Namespace.NameModifierConstructorDescriptionNamespace
(PhysicalNamingStrategy physicalNamingStrategy, JdbcEnvironment jdbcEnvironment, Namespace.Name name) QualifiedNameImpl
(Namespace.Name schemaName, Identifier objectName) QualifiedSequenceName
(Namespace.Name schemaName, Identifier sequenceName) QualifiedTableName
(Namespace.Name schemaName, Identifier tableName) QualifiedTypeName
(Namespace.Name schemaName, Identifier tableName) -
Uses of Namespace.Name in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi with parameters of type Namespace.NameModifier and TypeMethodDescriptionDatabaseInformation.getSequenceInformation
(Namespace.Name schemaName, Identifier sequenceName) Obtain reference to the named SequenceInformationDatabaseInformation.getTableInformation
(Namespace.Name schemaName, Identifier tableName) Obtain reference to the named TableInformationboolean
DatabaseInformation.schemaExists
(Namespace.Name schema) Check to see if the given schema already exists.