Uses of Class
org.hibernate.boot.model.relational.Namespace.Name
-
Packages that use Namespace.Name Package Description org.hibernate.boot.model.relational org.hibernate.tool.schema.extract.spi -
-
Uses of Namespace.Name in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return Namespace.Name Modifier and Type Method Description Namespace.Name
Namespace. getName()
Namespace.Name
Database. getPhysicalImplicitNamespaceName()
Namespace.Name
Namespace. getPhysicalName()
Methods in org.hibernate.boot.model.relational with parameters of type Namespace.Name Modifier and Type Method Description int
Namespace.Name. compareTo(Namespace.Name that)
Constructors in org.hibernate.boot.model.relational with parameters of type Namespace.Name Constructor Description Namespace(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)
-
Uses of Namespace.Name in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi with parameters of type Namespace.Name Modifier and Type Method Description SequenceInformation
DatabaseInformation. getSequenceInformation(Namespace.Name schemaName, Identifier sequenceName)
Obtain reference to the named SequenceInformationTableInformation
DatabaseInformation. 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.
-