Uses of Class
org.hibernate.boot.model.relational.Namespace.Name
-
Packages that use Namespace.Name Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.extract.spi 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.Name Modifier and Type Method Description Namespace.NameNamespace. getName()Namespace.NameDatabase. getPhysicalImplicitNamespaceName()Namespace.NameNamespace. getPhysicalName()Methods in org.hibernate.boot.model.relational with parameters of type Namespace.Name Modifier and Type Method Description intNamespace.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)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.Name Modifier and Type Method Description SequenceInformationDatabaseInformationImpl. getSequenceInformation(Namespace.Name schemaName, Identifier sequenceName)TableInformationDatabaseInformationImpl. getTableInformation(Namespace.Name namespace, Identifier tableName)booleanDatabaseInformationImpl. 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.Name Modifier and Type Method Description SequenceInformationDatabaseInformation. getSequenceInformation(Namespace.Name schemaName, Identifier sequenceName)Obtain reference to the named SequenceInformationTableInformationDatabaseInformation. getTableInformation(Namespace.Name schemaName, Identifier tableName)Obtain reference to the named TableInformationbooleanDatabaseInformation. schemaExists(Namespace.Name schema)Check to see if the given schema already exists.
-