public class OracleDialect extends Oracle11Dialect
| Modifier and Type | Class and Description |
|---|---|
static class |
OracleDialect.OracleExpressionFunctions |
static class |
OracleDialect.OracleJdbcMappingVisitor |
static class |
OracleDialect.OracleScriptBlockContext |
static class |
OracleDialect.OracleSqlLogFormattingVisitor |
Oracle11Dialect.Oracle11CriteriaBuilder, Oracle11Dialect.Oracle11ExpressionFunctions, Oracle11Dialect.Oracle11JdbcMappingVisitor, Oracle11Dialect.Oracle11ScriptBlockContext, Oracle11Dialect.Oracle11SqlLogFormattingVisitor, Oracle11Dialect.OracleResultSetTypeStandardDialect.StandardCriteriaBuilder, StandardDialect.StandardExpressionFunctions, StandardDialect.StandardJdbcMappingVisitor, StandardDialect.StandardScriptBlockContext, StandardDialect.StandardSqlLogFormattingVisitorRESULT_SET, UNIQUE_CONSTRAINT_VIOLATION_ERROR_CODECLOSE_QUOTE, expressionFunctions, jdbcMappingVisitor, OPEN_QUOTE, sqlLogFormattingVisitor, UNIQUE_CONSTRAINT_VIOLATION_STATE_CODES| Constructor and Description |
|---|
OracleDialect() |
OracleDialect(ExpressionFunctions expressionFunctions) |
OracleDialect(JdbcMappingVisitor jdbcMappingVisitor) |
OracleDialect(JdbcMappingVisitor jdbcMappingVisitor,
SqlLogFormattingVisitor sqlLogFormattingVisitor) |
OracleDialect(JdbcMappingVisitor jdbcMappingVisitor,
SqlLogFormattingVisitor sqlLogFormattingVisitor,
ExpressionFunctions expressionFunctions) |
OracleDialect(SqlLogFormattingVisitor sqlLogFormattingVisitor) |
| Modifier and Type | Method and Description |
|---|---|
AutoGeneratedKeysType |
getAutoGeneratedKeysType()
Returns the type of the auto generated keys.
|
UpsertAssembler |
getUpsertAssembler(UpsertAssemblerContext context)
Returns the UpsertAssembler implementation for the given context.
|
boolean |
supportsAutoGeneratedKeys()
Whether this object supports
Statement.getGeneratedKeys(). |
boolean |
supportsIdentity()
Whether this object supports the IDENTITY column.
|
createScriptBlockContext, getCriteriaBuilder, getName, getResultSetType, getScriptBlockDelimiter, getSequenceNextValSql, isUniqueConstraintViolated, supportsBatchUpdateResults, supportsModOperator, supportsResultSetReturningAsOutParameter, supportsSelectForUpdate, supportsSequence, toForUpdateSqlNode, toPagingSqlNodeapplyQuote, getCauseSQLException, getErrorCode, getExpressionFunctions, getIdentityReservationSql, getIdentitySelectSql, getJdbcMappingVisitor, getRootCause, getSqlLogFormattingVisitor, getSQLState, includesIdentityColumn, removeQuote, supportsIdentityReservation, toCountCalculatingSqlNode, toCountGettingSqlNode, transformSelectSqlNode, transformSelectSqlNodeForGettingCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsAliasInDeleteClause, supportsAliasInUpdateClause, supportsBatchExecutionReturningGeneratedValuespublic OracleDialect()
public OracleDialect(JdbcMappingVisitor jdbcMappingVisitor)
public OracleDialect(SqlLogFormattingVisitor sqlLogFormattingVisitor)
public OracleDialect(ExpressionFunctions expressionFunctions)
public OracleDialect(JdbcMappingVisitor jdbcMappingVisitor, SqlLogFormattingVisitor sqlLogFormattingVisitor)
public OracleDialect(JdbcMappingVisitor jdbcMappingVisitor, SqlLogFormattingVisitor sqlLogFormattingVisitor, ExpressionFunctions expressionFunctions)
public boolean supportsIdentity()
DialectsupportsIdentity in interface DialectsupportsIdentity in class Oracle11Dialecttrue, if this object supports itpublic boolean supportsAutoGeneratedKeys()
DialectStatement.getGeneratedKeys().supportsAutoGeneratedKeys in interface DialectsupportsAutoGeneratedKeys in class StandardDialecttrue, if this object supports itpublic AutoGeneratedKeysType getAutoGeneratedKeysType()
DialectgetAutoGeneratedKeysType in interface DialectgetAutoGeneratedKeysType in class StandardDialectpublic UpsertAssembler getUpsertAssembler(UpsertAssemblerContext context)
DialectgetUpsertAssembler in interface DialectgetUpsertAssembler in class StandardDialectcontext - the UpsertAssemblerContext object