Class JdbcOracleDialect
java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.AnsiDialect
org.springframework.data.relational.core.dialect.OracleDialect
org.springframework.data.jdbc.core.dialect.JdbcOracleDialect
- All Implemented Interfaces:
JdbcDialect, org.springframework.data.relational.core.dialect.Dialect
public class JdbcOracleDialect
extends org.springframework.data.relational.core.dialect.OracleDialect
implements JdbcDialect
JDBC-specific Oracle Dialect.
- Author:
- Mikhail Polivakha
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the JDBC-specific array support object that describes how this dialect supports array-typed columns.Methods inherited from class org.springframework.data.relational.core.dialect.OracleDialect
getConverters, getIdGeneration, getUpsertRenderContextMethods inherited from class org.springframework.data.relational.core.dialect.AnsiDialect
limit, lockMethods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.relational.core.dialect.Dialect
getConverters, getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, getUpsertRenderContext, limit, lock, orderByNullHandling, simpleTypes, supportsSingleQueryLoadingMethods inherited from interface JdbcDialect
createSqlType, getName
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JdbcOracleDialect
public JdbcOracleDialect()
-
-
Method Details
-
getArraySupport
Description copied from interface:JdbcDialectReturns the JDBC-specific array support object that describes how this dialect supports array-typed columns.- Specified by:
getArraySupportin interfaceorg.springframework.data.relational.core.dialect.Dialect- Specified by:
getArraySupportin interfaceJdbcDialect- Overrides:
getArraySupportin classorg.springframework.data.relational.core.dialect.AnsiDialect- Returns:
- the JDBC-specific array support object that describes how this dialect supports array-typed columns.
-