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.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) -
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.
-