public class OpenJPADialect extends Object implements ORMDialect
ORMDialect.| Constructor and Description |
|---|
OpenJPADialect() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteStatementAliasSupported()
Get whether alias is supported in DELETE statements.
|
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. |
boolean |
temporalTypeParametersSupported()
Get whether
Temporal type query parameters are supported. |
boolean |
temporalTypeProjectionSupported()
Get whether
Temporal type query result is supported. |
boolean |
updateStatementAliasSupported()
Get whether alias is supported in UPDATE statements.
|
boolean |
updateStatementSetAliasSupported()
Get whether alias is supported in UPDATE statement SET clause.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdatanucleus, detect, eclipselink, getBatchSizeConfigurationProperty, getLikeEscapeCharacter, getLikeEscapeJPQL, hibernate, likeEscapeSupported, openJPA, resolveFunction, translateExceptionpublic void init(ORMDialectContext context)
ORMDialectinit in interface ORMDialectcontext - Dialect contextpublic int getSupportedJPAMajorVersion()
ORMDialectgetSupportedJPAMajorVersion in interface ORMDialectpublic int getSupportedJPAMinorVersion()
ORMDialectgetSupportedJPAMinorVersion in interface ORMDialectpublic boolean temporalTypeParametersSupported()
ORMDialectTemporal type query parameters are supported.temporalTypeParametersSupported in interface ORMDialectTemporal type query parameters are supportedpublic boolean temporalTypeProjectionSupported()
ORMDialectTemporal type query result is supported.temporalTypeProjectionSupported in interface ORMDialectTemporal type query result is supportedpublic boolean isTupleSupported()
ORMDialectTuple query result type is supported.isTupleSupported in interface ORMDialectTuple query result type is supportedpublic boolean updateStatementAliasSupported()
ORMDialectupdateStatementAliasSupported in interface ORMDialectpublic boolean updateStatementSetAliasSupported()
ORMDialectupdateStatementSetAliasSupported in interface ORMDialectpublic boolean deleteStatementAliasSupported()
ORMDialectdeleteStatementAliasSupported in interface ORMDialectCopyright © 2019 The Holon Platform. All rights reserved.