Uses of Interface
org.hibernate.dialect.MySQLStorageEngine
Packages that use MySQLStorageEngine
Package
Description
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 MySQLStorageEngineModifier and TypeClassDescriptionclass
Represents the InnoDB storage engine.class
Represents the MyISAM storage engine.Fields in org.hibernate.dialect declared as MySQLStorageEngineModifier and TypeFieldDescriptionstatic final MySQLStorageEngine
InnoDBStorageEngine.INSTANCE
static final MySQLStorageEngine
MyISAMStorageEngine.INSTANCE
Methods in org.hibernate.dialect that return MySQLStorageEngineModifier and TypeMethodDescriptionprotected MySQLStorageEngine
MySQLDialect.getDefaultMySQLStorageEngine()