Package org.hibernate.dialect
Interface MySQLStorageEngine
-
- All Known Implementing Classes:
InnoDBStorageEngine
,MyISAMStorageEngine
public interface MySQLStorageEngine
This interface defines how various MySQL storage engines behave in regard to Hibernate functionality.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
dropConstraints()
String
getTableTypeString(String engineKeyword)
boolean
hasSelfReferentialForeignKeyBug()
boolean
supportsCascadeDelete()
-