站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Class org.hibernate.dialect.MySQLDialect (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Class
org.hibernate.dialect.MySQLDialect

Packages that use MySQLDialect
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
 

Uses of MySQLDialect in org.hibernate.dialect
 

Subclasses of MySQLDialect in org.hibernate.dialect
 class MySQL5Dialect
          An SQL dialect for MySQL 5.x specific features.
 class MySQL5InnoDBDialect
           
 class MySQLInnoDBDialect
           
 class MySQLMyISAMDialect