Uses of Interface
org.hibernate.dialect.MySQLStorageEngine
-
Packages that use MySQLStorageEngine Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of MySQLStorageEngine in org.hibernate.dialect
Classes in org.hibernate.dialect that implement MySQLStorageEngine Modifier and Type Class Description class
InnoDBStorageEngine
Represents the InnoDB storage engine.class
MyISAMStorageEngine
Represents the MyISAM storage engine.Fields in org.hibernate.dialect declared as MySQLStorageEngine Modifier and Type Field Description static MySQLStorageEngine
InnoDBStorageEngine. INSTANCE
static MySQLStorageEngine
MyISAMStorageEngine. INSTANCE
Methods in org.hibernate.dialect that return MySQLStorageEngine Modifier and Type Method Description protected MySQLStorageEngine
MySQLDialect. getDefaultMySQLStorageEngine()
-