接口的使用
org.hibernate.dialect.MySQLStorageEngine
-
使用MySQLStorageEngine的程序包 程序包 说明 org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. -
-
org.hibernate.dialect中MySQLStorageEngine的使用
实现MySQLStorageEngine的org.hibernate.dialect中的类 修饰符和类型 类 说明 classInnoDBStorageEngineRepresents the InnoDB storage engine.classMyISAMStorageEngineRepresents the MyISAM storage engine.声明为MySQLStorageEngine的org.hibernate.dialect中的字段 修饰符和类型 字段 说明 static MySQLStorageEngineInnoDBStorageEngine. INSTANCEstatic MySQLStorageEngineMyISAMStorageEngine. INSTANCE返回MySQLStorageEngine的org.hibernate.dialect中的方法 修饰符和类型 方法 说明 protected MySQLStorageEngineMariaDBDialect. getDefaultMySQLStorageEngine()protected MySQLStorageEngineMySQL55Dialect. getDefaultMySQLStorageEngine()protected MySQLStorageEngineMySQL5InnoDBDialect. getDefaultMySQLStorageEngine()已过时。protected MySQLStorageEngineMySQLDialect. getDefaultMySQLStorageEngine()protected MySQLStorageEngineMySQLInnoDBDialect. getDefaultMySQLStorageEngine()已过时。
-