Package org.hibernate.dialect
Class InnoDBStorageEngine
- java.lang.Object
-
- org.hibernate.dialect.InnoDBStorageEngine
-
- All Implemented Interfaces:
MySQLStorageEngine
public class InnoDBStorageEngine extends Object implements MySQLStorageEngine
Represents the InnoDB storage engine.
-
-
Field Summary
Fields Modifier and Type Field Description static MySQLStorageEngineINSTANCE
-
Constructor Summary
Constructors Constructor Description InnoDBStorageEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandropConstraints()StringgetTableTypeString(String engineKeyword)booleanhasSelfReferentialForeignKeyBug()booleansupportsCascadeDelete()
-
-
-
Field Detail
-
INSTANCE
public static final MySQLStorageEngine INSTANCE
-
-
Method Detail
-
supportsCascadeDelete
public boolean supportsCascadeDelete()
- Specified by:
supportsCascadeDeletein interfaceMySQLStorageEngine
-
getTableTypeString
public String getTableTypeString(String engineKeyword)
- Specified by:
getTableTypeStringin interfaceMySQLStorageEngine
-
hasSelfReferentialForeignKeyBug
public boolean hasSelfReferentialForeignKeyBug()
- Specified by:
hasSelfReferentialForeignKeyBugin interfaceMySQLStorageEngine
-
dropConstraints
public boolean dropConstraints()
- Specified by:
dropConstraintsin interfaceMySQLStorageEngine
-
-