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, Dialect
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 array-typed columns are supported by this dialect.Methods inherited from class OracleDialect
getConverters, getIdGenerationMethods inherited from class AnsiDialect
getIdentifierProcessing, limit, lockMethods inherited from class AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Dialect
getConverters, getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling, simpleTypes, supportsSingleQueryLoading
-
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 array-typed columns are supported by this dialect.- Specified by:
getArraySupportin interfaceDialect- Specified by:
getArraySupportin interfaceJdbcDialect- Overrides:
getArraySupportin classAnsiDialect- Returns:
- the JDBC specific array support object that describes how array-typed columns are supported by this dialect.
-