public class DefaultDialect extends Object implements ORMDialect
ORMDialect.| Constructor and Description |
|---|
DefaultDialect() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSupportedJPAMajorVersion()
Get the supported JPA major version.
|
int |
getSupportedJPAMinorVersion()
Get the supported JPA minor version.
|
void |
init(ORMDialectContext context)
Dialect initialization hook at parent datastore initialization.
|
boolean |
isTupleSupported()
Returns whether the
Tuple query result type is supported. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdatanucleus, deleteStatementAliasSupported, detect, eclipselink, getBatchSizeConfigurationProperty, getLikeEscapeCharacter, getLikeEscapeJPQL, hibernate, likeEscapeSupported, openJPA, resolveFunction, temporalTypeParametersSupported, temporalTypeProjectionSupported, translateException, updateStatementAliasSupported, updateStatementSetAliasSupportedpublic void init(ORMDialectContext context)
ORMDialectinit in interface ORMDialectcontext - Dialect contextpublic int getSupportedJPAMajorVersion()
ORMDialectgetSupportedJPAMajorVersion in interface ORMDialectpublic int getSupportedJPAMinorVersion()
ORMDialectgetSupportedJPAMinorVersion in interface ORMDialectpublic boolean isTupleSupported()
ORMDialectTuple query result type is supported.isTupleSupported in interface ORMDialectTuple query result type is supportedCopyright © 2019 The Holon Platform. All rights reserved.