Package org.hibernate.dialect
Interface MySQLStorageEngine
-
- All Known Implementing Classes:
InnoDBStorageEngine,MyISAMStorageEngine
public interface MySQLStorageEngineThis 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 booleandropConstraints()java.lang.StringgetTableTypeString(java.lang.String engineKeyword)booleanhasSelfReferentialForeignKeyBug()booleansupportsCascadeDelete()
-