Uses of Class
org.hibernate.boot.model.relational.Namespace
-
Packages that use Namespace Package Description org.hibernate.boot.model.relational org.hibernate.mapping org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.spi -
-
Uses of Namespace in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return Namespace Modifier and Type Method Description NamespaceDatabase. adjustDefaultNamespace(java.lang.String implicitCatalogName, java.lang.String implicitSchemaName)NamespaceDatabase. adjustDefaultNamespace(Identifier catalogName, Identifier schemaName)NamespaceDatabase. getDefaultNamespace()NamespaceDatabase. locateNamespace(Identifier catalogName, Identifier schemaName)Methods in org.hibernate.boot.model.relational that return types with arguments of type Namespace Modifier and Type Method Description java.lang.Iterable<Namespace>Database. getNamespaces()Constructors in org.hibernate.boot.model.relational with parameters of type Namespace Constructor Description NamedAuxiliaryDatabaseObject(java.lang.String name, Namespace namespace, java.lang.String[] createStrings, java.lang.String[] dropStrings, java.util.Set<java.lang.String> dialectScopes)NamedAuxiliaryDatabaseObject(java.lang.String name, Namespace namespace, java.lang.String createString, java.lang.String dropString, java.util.Set<java.lang.String> dialectScopes)SimpleAuxiliaryDatabaseObject(Namespace namespace, java.lang.String[] createStrings, java.lang.String[] dropStrings, java.util.Set<java.lang.String> dialectScopes)SimpleAuxiliaryDatabaseObject(Namespace namespace, java.lang.String createString, java.lang.String dropString, java.util.Set<java.lang.String> dialectScopes) -
Uses of Namespace in org.hibernate.mapping
Constructors in org.hibernate.mapping with parameters of type Namespace Constructor Description DenormalizedTable(Namespace namespace, java.lang.String subselect, boolean isAbstract, Table includedTable)DenormalizedTable(Namespace namespace, Identifier physicalTableName, boolean isAbstract, Table includedTable)DenormalizedTable(Namespace namespace, Identifier physicalTableName, java.lang.String subselectFragment, boolean isAbstract, Table includedTable)Table(Namespace namespace, java.lang.String subselect, boolean isAbstract)Table(Namespace namespace, Identifier physicalTableName, boolean isAbstract)Table(Namespace namespace, Identifier physicalTableName, java.lang.String subselect, boolean isAbstract) -
Uses of Namespace in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi with parameters of type Namespace Modifier and Type Method Description NameSpaceTablesInformationDatabaseInformation. getTablesInformation(Namespace namespace)Obtain reference to all theTableInformationfor a givenNamespace -
Uses of Namespace in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type Namespace Modifier and Type Method Description booleanSchemaFilter. includeNamespace(Namespace namespace)Should the given namespace (catalog+schema) be included? Iftrue, the namespace will be further processed; iffalse, processing will skip this namespace.
-