- canRetry(RetryContext) - Method in class org.springframework.data.jdbc.retry.JdbcRetryPolicy
-
This gets called for any new invocation.
- canRetry(RetryContext) - Method in class org.springframework.data.jdbc.retry.oracle.RacFailoverRetryPolicy
-
If retry is not to be attempted, clear the RacRetry ThreadLocal
- childMapper - Variable in class org.springframework.data.jdbc.core.OneToManyResultSetExtractor
-
- cleanup() - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlTypeMarshallingValue
-
Close the XMLType
- cleanup() - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlTypeValue
-
Close the XMLType
- clearRacRetryInterception() - Static method in class org.springframework.data.jdbc.retry.oracle.RacRetryOperationsInterceptor
-
Method to be called when RAC Retry Interception is de-activated.
- ConnectionContextProvider - Interface in org.springframework.data.jdbc.support
-
Marker interface to be used with the connection preparation API.
- ConnectionInterceptor - Class in org.springframework.data.jdbc.aop
-
ConnectionInterceptor that delegates to a ConnectionPreparer implementation.
- ConnectionInterceptor() - Constructor for class org.springframework.data.jdbc.aop.ConnectionInterceptor
-
- ConnectionPreparer - Interface in org.springframework.data.jdbc.support
-
Interface to be used when connections are prepared.
- ConnectionUsernamePasswordProvider - Interface in org.springframework.data.jdbc.support
-
- ConnectionUsernameProvider - Interface in org.springframework.data.jdbc.support
-
- create(Datum, int) - Method in class org.springframework.data.jdbc.jms.support.oracle.OraDataFactory
-
- createConsumer(Session, Destination) - Method in class org.springframework.data.jdbc.jms.listener.oracle.AdtMessageListenerContainer
-
- createConsumer(Session, Destination) - Method in class org.springframework.data.jdbc.jms.listener.oracle.XmlMessageListenerContainer
-
- createTypeValue(Connection, int, String) - Method in class org.springframework.data.jdbc.support.oracle.SqlArrayValue
-
The implementation for this specific type.
- createTypeValue(Connection, int, String) - Method in class org.springframework.data.jdbc.support.oracle.SqlStructArrayValue
-
The implementation for this specific type.
- createTypeValue(Connection, int, String) - Method in class org.springframework.data.jdbc.support.oracle.SqlStructValue
-
The implementation for this specific type.
- createXmlType(Object, Connection) - Method in class org.springframework.data.jdbc.support.oracle.AbstractXmlTypeHandler
-
- createXmlType(Object, Connection) - Method in interface org.springframework.data.jdbc.support.oracle.XmlTypeHandler
-
Create an XMLType
for the supplied object using the provided connection