类 InnoDBStorageEngine
- java.lang.Object
-
- org.hibernate.dialect.InnoDBStorageEngine
-
- 所有已实现的接口:
MySQLStorageEngine
public class InnoDBStorageEngine extends Object implements MySQLStorageEngine
Represents the InnoDB storage engine.- 作者:
- Vlad Mihalcea
-
-
字段概要
字段 修饰符和类型 字段 说明 static MySQLStorageEngineINSTANCE
-
构造器概要
构造器 构造器 说明 InnoDBStorageEngine()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleandropConstraints()StringgetTableTypeString(String engineKeyword)booleanhasSelfReferentialForeignKeyBug()booleansupportsCascadeDelete()
-
-
-
字段详细资料
-
INSTANCE
public static final MySQLStorageEngine INSTANCE
-
-
方法详细资料
-
supportsCascadeDelete
public boolean supportsCascadeDelete()
- 指定者:
supportsCascadeDelete在接口中MySQLStorageEngine
-
getTableTypeString
public String getTableTypeString(String engineKeyword)
- 指定者:
getTableTypeString在接口中MySQLStorageEngine
-
hasSelfReferentialForeignKeyBug
public boolean hasSelfReferentialForeignKeyBug()
-
dropConstraints
public boolean dropConstraints()
- 指定者:
dropConstraints在接口中MySQLStorageEngine
-
-