jp.sf.amateras.mirage.dialect
Class MySQLDialect
java.lang.Object
jp.sf.amateras.mirage.dialect.StandardDialect
jp.sf.amateras.mirage.dialect.MySQLDialect
- All Implemented Interfaces:
- Dialect
public class MySQLDialect
- extends StandardDialect
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MySQLDialect
public MySQLDialect()
getName
public String getName()
- Description copied from interface:
Dialect
- Returns the dialect name.
- Specified by:
getName in interface Dialect- Overrides:
getName in class StandardDialect
- Returns:
- the dialect name
getCountSql
public String getCountSql(String sql)
- Specified by:
getCountSql in interface Dialect- Overrides:
getCountSql in class StandardDialect
supportsGenerationType
public boolean supportsGenerationType(PrimaryKey.GenerationType generationType)
- Specified by:
supportsGenerationType in interface Dialect- Overrides:
supportsGenerationType in class StandardDialect
Copyright © 2010-2012 Project Amateras. All Rights Reserved.