Package org.hibernate.dialect
Class MyISAMStorageEngine
- java.lang.Object
-
- org.hibernate.dialect.MyISAMStorageEngine
-
- All Implemented Interfaces:
MySQLStorageEngine
public class MyISAMStorageEngine extends Object implements MySQLStorageEngine
Represents the MyISAM storage engine.
-
-
Field Summary
Fields Modifier and Type Field Description static MySQLStorageEngineINSTANCE
-
Constructor Summary
Constructors Constructor Description MyISAMStorageEngine()
-
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
-
-