类 StandardForeignKeyExporter
- java.lang.Object
-
- org.hibernate.tool.schema.internal.StandardForeignKeyExporter
-
- 所有已实现的接口:
Exporter<ForeignKey>
public class StandardForeignKeyExporter extends Object implements Exporter<ForeignKey>
- 作者:
- Steve Ebersole
-
-
字段概要
-
从接口继承的字段 org.hibernate.tool.schema.spi.Exporter
NO_COMMANDS
-
-
构造器概要
构造器 构造器 说明 StandardForeignKeyExporter(Dialect dialect)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 String[]getSqlCreateStrings(ForeignKey foreignKey, Metadata metadata)Get the commands needed for creation.String[]getSqlDropStrings(ForeignKey foreignKey, Metadata metadata)Get the commands needed for dropping.
-
-
-
构造器详细资料
-
StandardForeignKeyExporter
public StandardForeignKeyExporter(Dialect dialect)
-
-
方法详细资料
-
getSqlCreateStrings
public String[] getSqlCreateStrings(ForeignKey foreignKey, Metadata metadata)
从接口复制的说明:ExporterGet the commands needed for creation.- 指定者:
getSqlCreateStrings在接口中Exporter<ForeignKey>- 返回:
- The commands needed for creation scripting.
-
getSqlDropStrings
public String[] getSqlDropStrings(ForeignKey foreignKey, Metadata metadata)
从接口复制的说明:ExporterGet the commands needed for dropping.- 指定者:
getSqlDropStrings在接口中Exporter<ForeignKey>- 返回:
- The commands needed for drop scripting.
-
-