public class H2Dialect extends H214199Dialect
| Modifier and Type | Class and Description |
|---|---|
static class |
H2Dialect.H2ExpressionFunctions |
static class |
H2Dialect.H2JdbcMappingVisitor |
static class |
H2Dialect.H2SqlLogFormattingVisitor |
H214199Dialect.H214199ExpressionFunctions, H214199Dialect.H214199JdbcMappingVisitor, H214199Dialect.H214199SqlLogFormattingVisitorH212126Dialect.H212126ExpressionFunctions, H212126Dialect.H212126JdbcMappingVisitor, H212126Dialect.H212126SqlLogFormattingVisitorStandardDialect.StandardCriteriaBuilder, StandardDialect.StandardExpressionFunctions, StandardDialect.StandardJdbcMappingVisitor, StandardDialect.StandardScriptBlockContext, StandardDialect.StandardSqlLogFormattingVisitorUNIQUE_CONSTRAINT_VIOLATION_ERROR_CODECLOSE_QUOTE, expressionFunctions, jdbcMappingVisitor, OPEN_QUOTE, sqlLogFormattingVisitor, UNIQUE_CONSTRAINT_VIOLATION_STATE_CODES| Constructor and Description |
|---|
H2Dialect() |
H2Dialect(ExpressionFunctions expressionFunctions) |
H2Dialect(JdbcMappingVisitor jdbcMappingVisitor) |
H2Dialect(JdbcMappingVisitor jdbcMappingVisitor,
SqlLogFormattingVisitor sqlLogFormattingVisitor) |
H2Dialect(JdbcMappingVisitor jdbcMappingVisitor,
SqlLogFormattingVisitor sqlLogFormattingVisitor,
ExpressionFunctions expressionFunctions) |
H2Dialect(SqlLogFormattingVisitor sqlLogFormattingVisitor) |
| Modifier and Type | Method and Description |
|---|---|
UpsertAssembler |
getUpsertAssembler(UpsertAssemblerContext context)
Returns the UpsertAssembler implementation for the given context.
|
boolean |
includesIdentityColumn()
Whether this object includes the IDENTITY column in SQL INSERT statements.
|
isUniqueConstraintViolated, toForUpdateSqlNode, toPagingSqlNodegetIdentitySelectSql, getName, getSequenceNextValSql, supportsAutoGeneratedKeys, supportsIdentity, supportsSelectForUpdate, supportsSequenceapplyQuote, createScriptBlockContext, getAutoGeneratedKeysType, getCauseSQLException, getCriteriaBuilder, getErrorCode, getExpressionFunctions, getIdentityReservationSql, getJdbcMappingVisitor, getResultSetType, getRootCause, getScriptBlockDelimiter, getSqlLogFormattingVisitor, getSQLState, removeQuote, supportsBatchUpdateResults, supportsIdentityReservation, supportsResultSetReturningAsOutParameter, toCountCalculatingSqlNode, toCountGettingSqlNode, transformSelectSqlNode, transformSelectSqlNodeForGettingCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsAliasInDeleteClause, supportsAliasInUpdateClause, supportsBatchExecutionReturningGeneratedValues, supportsModOperatorpublic H2Dialect()
public H2Dialect(JdbcMappingVisitor jdbcMappingVisitor)
public H2Dialect(SqlLogFormattingVisitor sqlLogFormattingVisitor)
public H2Dialect(ExpressionFunctions expressionFunctions)
public H2Dialect(JdbcMappingVisitor jdbcMappingVisitor, SqlLogFormattingVisitor sqlLogFormattingVisitor)
public H2Dialect(JdbcMappingVisitor jdbcMappingVisitor, SqlLogFormattingVisitor sqlLogFormattingVisitor, ExpressionFunctions expressionFunctions)
public boolean includesIdentityColumn()
DialectincludesIdentityColumn in interface DialectincludesIdentityColumn in class H212126Dialecttrue, if this object includes itpublic UpsertAssembler getUpsertAssembler(UpsertAssemblerContext context)
DialectgetUpsertAssembler in interface DialectgetUpsertAssembler in class StandardDialectcontext - the UpsertAssemblerContext object