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