类的使用
org.hibernate.boot.model.relational.Namespace
-
使用Namespace的程序包 程序包 说明 org.hibernate.boot.model.relational org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.internal org.hibernate.tool.schema.spi -
-
org.hibernate.boot.model.relational中Namespace的使用
返回Namespace的org.hibernate.boot.model.relational中的方法 修饰符和类型 方法 说明 NamespaceDatabase. adjustDefaultNamespace(String implicitCatalogName, String implicitSchemaName)NamespaceDatabase. adjustDefaultNamespace(Identifier catalogName, Identifier schemaName)NamespaceDatabase. getDefaultNamespace()NamespaceDatabase. locateNamespace(Identifier catalogName, Identifier schemaName)返回变量类型为Namespace的类型的org.hibernate.boot.model.relational中的方法 修饰符和类型 方法 说明 Iterable<Namespace>Database. getNamespaces()参数类型为Namespace的org.hibernate.boot.model.relational中的构造器 构造器 说明 NamedAuxiliaryDatabaseObject(String name, Namespace namespace, String[] createStrings, String[] dropStrings, Set<String> dialectScopes)NamedAuxiliaryDatabaseObject(String name, Namespace namespace, String createString, String dropString, Set<String> dialectScopes)SimpleAuxiliaryDatabaseObject(Namespace namespace, String[] createStrings, String[] dropStrings, Set<String> dialectScopes)SimpleAuxiliaryDatabaseObject(Namespace namespace, String createString, String dropString, Set<String> dialectScopes) -
org.hibernate.mapping中Namespace的使用
参数类型为Namespace的org.hibernate.mapping中的构造器 构造器 说明 DenormalizedTable(Namespace namespace, String subselect, boolean isAbstract, Table includedTable)DenormalizedTable(Namespace namespace, Identifier physicalTableName, boolean isAbstract, Table includedTable)DenormalizedTable(Namespace namespace, Identifier physicalTableName, String subselectFragment, boolean isAbstract, Table includedTable)Table(Namespace namespace, String subselect, boolean isAbstract)Table(Namespace namespace, Identifier physicalTableName, boolean isAbstract)Table(Namespace namespace, Identifier physicalTableName, String subselect, boolean isAbstract) -
org.hibernate.tool.schema.extract.internal中Namespace的使用
参数类型为Namespace的org.hibernate.tool.schema.extract.internal中的方法 修饰符和类型 方法 说明 NameSpaceTablesInformationDatabaseInformationImpl. getTablesInformation(Namespace namespace) -
org.hibernate.tool.schema.extract.spi中Namespace的使用
参数类型为Namespace的org.hibernate.tool.schema.extract.spi中的方法 修饰符和类型 方法 说明 NameSpaceTablesInformationDatabaseInformation. getTablesInformation(Namespace namespace)Obtain reference to all theTableInformationfor a givenNamespace -
org.hibernate.tool.schema.internal中Namespace的使用
参数类型为Namespace的org.hibernate.tool.schema.internal中的方法 修饰符和类型 方法 说明 protected voidAbstractSchemaMigrator. createSchemaAndCatalog(DatabaseInformation existingDatabase, ExecutionOptions options, Dialect dialect, Formatter formatter, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, GenerationTarget[] targets)booleanDefaultSchemaFilter. includeNamespace(Namespace namespace)protected abstract NameSpaceTablesInformationAbstractSchemaMigrator. performTablesMigration(Metadata metadata, DatabaseInformation existingDatabase, ExecutionOptions options, Dialect dialect, Formatter formatter, Set<String> exportIdentifiers, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, GenerationTarget[] targets)protected NameSpaceTablesInformationGroupedSchemaMigratorImpl. performTablesMigration(Metadata metadata, DatabaseInformation existingDatabase, ExecutionOptions options, Dialect dialect, Formatter formatter, Set<String> exportIdentifiers, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, GenerationTarget[] targets)protected NameSpaceTablesInformationIndividuallySchemaMigratorImpl. performTablesMigration(Metadata metadata, DatabaseInformation existingDatabase, ExecutionOptions options, Dialect dialect, Formatter formatter, Set<String> exportIdentifiers, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, GenerationTarget[] targets)protected abstract voidAbstractSchemaValidator. validateTables(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, Dialect dialect, Namespace namespace)protected voidGroupedSchemaValidatorImpl. validateTables(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, Dialect dialect, Namespace namespace)protected voidIndividuallySchemaValidatorImpl. validateTables(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, Dialect dialect, Namespace namespace) -
org.hibernate.tool.schema.spi中Namespace的使用
参数类型为Namespace的org.hibernate.tool.schema.spi中的方法 修饰符和类型 方法 说明 booleanSchemaFilter. includeNamespace(Namespace namespace)Should the given namespace (catalog+schema) be included?
-