Uses of Class
org.hibernate.boot.model.relational.Namespace.Name
Packages that use Namespace.Name
Package
Description
Some SPIs related to DDL generation and schema management.
Implementation of the SPI for schema information extraction from the database via JDBC.
Defines an SPI for schema information extraction from the database via JDBC.
-
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.internal
Methods in org.hibernate.tool.schema.extract.internal with parameters of type Namespace.NameModifier and TypeMethodDescriptionDatabaseInformationImpl.getSequenceInformation
(Namespace.Name schemaName, Identifier sequenceName) DatabaseInformationImpl.getTableInformation
(Namespace.Name namespace, Identifier tableName) boolean
DatabaseInformationImpl.schemaExists
(Namespace.Name namespace) -
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.