Package org.hibernate.dialect
Class InnoDBStorageEngine
java.lang.Object
org.hibernate.dialect.InnoDBStorageEngine
- All Implemented Interfaces:
MySQLStorageEngine
Represents the InnoDB storage engine.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getTableTypeString
(String engineKeyword) boolean
boolean
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
InnoDBStorageEngine
public InnoDBStorageEngine()
-
-
Method Details
-
supportsCascadeDelete
public boolean supportsCascadeDelete()- Specified by:
supportsCascadeDelete
in interfaceMySQLStorageEngine
-
getTableTypeString
- Specified by:
getTableTypeString
in interfaceMySQLStorageEngine
-
hasSelfReferentialForeignKeyBug
public boolean hasSelfReferentialForeignKeyBug()- Specified by:
hasSelfReferentialForeignKeyBug
in interfaceMySQLStorageEngine
-
dropConstraints
public boolean dropConstraints()- Specified by:
dropConstraints
in interfaceMySQLStorageEngine
-