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 classInnoDBStorageEngineRepresents the InnoDB storage engine.classMyISAMStorageEngineRepresents the MyISAM storage engine.Fields in org.hibernate.dialect declared as MySQLStorageEngine Modifier and Type Field Description static MySQLStorageEngineInnoDBStorageEngine. INSTANCEstatic MySQLStorageEngineMyISAMStorageEngine. INSTANCEMethods in org.hibernate.dialect that return MySQLStorageEngine Modifier and Type Method Description protected MySQLStorageEngineMariaDBDialect. getDefaultMySQLStorageEngine()protected MySQLStorageEngineMySQLDialect. getDefaultMySQLStorageEngine()
-