public final class MySQLFactory extends GenericFactory
PersistenceFactory for MySQL JDBC driver.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FACTORY_NAME
Internal name for this
PersistenceFactory instance. |
| Constructor and Description |
|---|
MySQLFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
adjustSqlType(java.lang.Class sqlType)
For CLOB type ResultSet.setClob() is not supported yet by mm.MySql JDBC driver.
|
java.lang.String |
getFactoryName()
Returns the name of this factory.
|
QueryExpression |
getQueryExpression()
Returns a new empty query expression suitable for the underlying
SQL engine.
|
doubleQuoteName, isDuplicateKeyException, quoteNamegetCallQuery, getPersistence, supportsSetNullInWherepublic static final java.lang.String FACTORY_NAME
PersistenceFactory instance.public java.lang.String getFactoryName()
PersistenceFactorygetFactoryName in interface PersistenceFactorygetFactoryName in class GenericFactoryPersistenceFactory.getFactoryName()public QueryExpression getQueryExpression()
PersistenceFactorygetQueryExpression in interface PersistenceFactorygetQueryExpression in class GenericFactoryPersistenceFactory.getQueryExpression()public java.lang.Class adjustSqlType(java.lang.Class sqlType)
adjustSqlType in class BaseFactorysqlType - The correspondent Java class for the SQL type in mapping.xmlIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com