类 StandardTableExporter
- java.lang.Object
-
- org.hibernate.tool.schema.internal.StandardTableExporter
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Dialectdialect-
从接口继承的字段 org.hibernate.tool.schema.spi.Exporter
NO_COMMANDS
-
-
构造器概要
构造器 构造器 说明 StandardTableExporter(Dialect dialect)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidapplyComments(Table table, QualifiedName tableName, List<String> sqlStrings)protected voidapplyInitCommands(Table table, List<String> sqlStrings)protected voidapplyTableCheck(Table table, StringBuilder buf)protected voidapplyTableTypeString(StringBuilder buf)String[]getSqlCreateStrings(Table table, Metadata metadata)Get the commands needed for creation.String[]getSqlDropStrings(Table table, Metadata metadata)Get the commands needed for dropping.protected StringtableCreateString(boolean hasPrimaryKey)
-
-
-
字段详细资料
-
dialect
protected final Dialect dialect
-
-
构造器详细资料
-
StandardTableExporter
public StandardTableExporter(Dialect dialect)
-
-
方法详细资料
-
getSqlCreateStrings
public String[] getSqlCreateStrings(Table table, Metadata metadata)
从接口复制的说明:ExporterGet the commands needed for creation.- 指定者:
getSqlCreateStrings在接口中Exporter<Table>- 返回:
- The commands needed for creation scripting.
-
applyComments
protected void applyComments(Table table, QualifiedName tableName, List<String> sqlStrings)
-
applyTableTypeString
protected void applyTableTypeString(StringBuilder buf)
-
applyTableCheck
protected void applyTableCheck(Table table, StringBuilder buf)
-
tableCreateString
protected String tableCreateString(boolean hasPrimaryKey)
-
-