类 NamedAuxiliaryDatabaseObject
- java.lang.Object
-
- org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
-
- org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
-
- org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
-
public class NamedAuxiliaryDatabaseObject extends SimpleAuxiliaryDatabaseObject implements Exportable
Mainly this is used to support legacy sequence exporting.- 作者:
- Steve Ebersole
- 另请参阅:
SequenceGenerator, 序列化表格
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
AuxiliaryDatabaseObject.Expandable
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetExportIdentifier()Get a unique identifier to make sure we are not exporting the same database structure multiple times.-
从类继承的方法 org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
getCatalogName, getSchemaName, sqlCreateStrings, sqlDropStrings
-
从类继承的方法 org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
addDialectScope, appliesToDialect, beforeTablesOnCreation, getDialectScopes
-
-
-
-
方法详细资料
-
getExportIdentifier
public String getExportIdentifier()
从接口复制的说明:ExportableGet a unique identifier to make sure we are not exporting the same database structure multiple times.- 指定者:
getExportIdentifier在接口中Exportable- 覆盖:
getExportIdentifier在类中AbstractAuxiliaryDatabaseObject- 返回:
- The exporting identifier.
-
-