Class OracleDialect
java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.AnsiDialect
org.springframework.data.relational.core.dialect.OracleDialect
- All Implemented Interfaces:
Dialect
- Direct Known Subclasses:
OracleDialect
An SQL dialect for Oracle.
- Since:
- 2.1
- Author:
- Jens Schauder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a collection of converters for this dialect.Methods inherited from class org.springframework.data.relational.core.dialect.AnsiDialect
getArraySupport, getIdentifierProcessing, limit, lock
Methods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.relational.core.dialect.Dialect
getExistsFunction, getInsertRenderContext, getLikeEscaper, orderByNullHandling, simpleTypes
-
Field Details
-
INSTANCE
Singleton instance.
-
-
Constructor Details
-
OracleDialect
protected OracleDialect()
-
-
Method Details
-
getIdGeneration
-
getConverters
Description copied from interface:Dialect
Return a collection of converters for this dialect.- Returns:
- a collection of converters for this dialect.
-