- setConnectionFactoryType(AqJmsFactoryBeanFactory.ConnectionFactoryType) - Method in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
-
- setConnectionPreparer(ConnectionPreparer) - Method in class org.springframework.data.jdbc.aop.ConnectionInterceptor
-
Setter for the ConnectionPreparer
implementation that will handle the
preparation of the Connection
.
- setContextProvider(ConnectionContextProvider) - Method in class org.springframework.data.jdbc.support.oracle.ProxyConnectionPreparer
-
- setCoordinateWithDataSourceTransactions(boolean) - Method in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
-
- setDataSource(DataSource) - Method in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
-
- setJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.data.jdbc.support.oracle.ProxyConnectionPreparer
-
- setLoginTimeout(int) - Method in class org.springframework.data.jdbc.support.oracle.ProxyDataSource
-
- setLogWriter(PrintWriter) - Method in class org.springframework.data.jdbc.support.oracle.ProxyDataSource
-
- setMappedClass(Class<T>) - Method in class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
-
Set the class that each row should be mapped to.
- setMarshaller(Marshaller) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlObjectMappingHandler
-
- setMaxNumberOfRetries(int) - Method in class org.springframework.data.jdbc.retry.JdbcRetryPolicy
-
- setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
-
- setNextNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.data.jdbc.support.nativejdbc.P6spyNativeJdbcExtractor
-
- setRecoverableErrorCodes(Integer[]) - Method in class org.springframework.data.jdbc.retry.JdbcRetryPolicy
-
- setRecoverableErrorCodes(Integer[]) - Method in class org.springframework.data.jdbc.retry.oracle.RacFailoverRetryPolicy
-
- setUnmarshaller(Unmarshaller) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlObjectMappingHandler
-
- setValue(PreparedStatement, int) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlTypeMarshallingValue
-
The implementation for this specific type.
- setValue(PreparedStatement, int) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlTypeValue
-
The implementation for this specific type.
- shouldClose(Connection) - Method in class org.springframework.data.jdbc.support.oracle.ProxyDataSource
-
- shouldGenerateId() - Method in class org.springframework.data.jdbc.config.oracle.AqJmsConnectionFactoryBeanDefinitionParser
-
- shouldGenerateId() - Method in class org.springframework.data.jdbc.config.oracle.PoolingDataSourceBeanDefinitionParser
-
- shouldGenerateId() - Method in class org.springframework.data.jdbc.config.oracle.RacFailoverInterceptorBeanDefinitionParser
-
- SqlArrayValue<T> - Class in org.springframework.data.jdbc.support.oracle
-
Implementation of the SqlTypeValue interface, for convenient
creation of provided scalar values as an ARRAY.
- SqlArrayValue(T[]) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlArrayValue
-
Constructor that takes one parameter with the array of values passed in to the
statement.
- SqlArrayValue(T[], String) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlArrayValue
-
Constructor that takes two parameters, one parameter with the array of values passed in to the
statement and one that takes the default type name to be used when the context where this class
is used is not aware of the type name to use.
- SqlReturnArray - Class in org.springframework.data.jdbc.support.oracle
-
Implementation of the SqlReturnType interface, for convenient
access of ARRAYs of scalar values returned from stored procedure.
- SqlReturnArray() - Constructor for class org.springframework.data.jdbc.support.oracle.SqlReturnArray
-
- SqlReturnSqlData - Class in org.springframework.data.jdbc.support.oracle
-
Implementation of the SqlReturnType interface, for convenient
access of object data returned from stored procedure.
- SqlReturnSqlData(Class<?>) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlReturnSqlData
-
Constructor that takes one parameter with the class that the retrieved data should be
mapped into.
- SqlReturnStruct - Class in org.springframework.data.jdbc.support.oracle
-
Implementation of the SqlReturnType interface, for convenient
access of object data returned from stored procedure.
- SqlReturnStruct(Class<?>) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlReturnStruct
-
Constructor that takes one parameter with the class that the retrieved data should be
mapped into.
- SqlReturnStruct(StructMapper<?>) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlReturnStruct
-
Constructor that takes one parameter with the
StructMapper
to be used.
- SqlReturnStructArray<T> - Class in org.springframework.data.jdbc.support.oracle
-
Implementation of the SqlReturnType interface, for convenient
access of ARRAYs of STUCTs returned from stored procedure.
- SqlReturnStructArray(StructMapper<T>) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlReturnStructArray
-
Constructor that takes a parameter with the
StructMapper
to be used.
- SqlStructArrayValue<T> - Class in org.springframework.data.jdbc.support.oracle
-
Implementation of the SqlTypeValue interface, for convenient
creation of provided type values as an ARRAY of STRUCTS.
- SqlStructArrayValue(T[], StructMapper<T>, String) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlStructArrayValue
-
Constructor that takes a parameter with the array of values passed in to the
statement, a parameter with the
StructMapper
to be used plus the type
name of the STRUCT that the array will contain.
- SqlStructArrayValue(T[], StructMapper<T>, String, String) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlStructArrayValue
-
Constructor that takes a parameter with the array of values passed in to the
statement, a parameter with the
StructMapper
to be used plus the type
name of the STRUCT that the array will contain.
- SqlStructValue<T> - Class in org.springframework.data.jdbc.support.oracle
-
Implementation of the SqlTypeValue interface, for convenient
creation of type values that to be provided as a STRUCT.
- SqlStructValue(T) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlStructValue
-
Constructor that takes one parameter with the Object value passed in to the stored
procedure.
- SqlStructValue(T, String) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlStructValue
-
Constructor that takes two parameters, the Object value passed in to the
statement and the default type name to be used when the context where this class is used
is not aware of the type name to use.
- SqlStructValue(T, StructMapper) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlStructValue
-
Constructor that takes two parameters, the Object value passed in to the
statement and the
StructMapper
to be used
- SqlStructValue(T, StructMapper, String) - Constructor for class org.springframework.data.jdbc.support.oracle.SqlStructValue
-
Constructor that takes three parameters, the Object value passed in to the
statement, the
StructMapper
to be used and the default type name
to be used when the context where this class is used is not aware of the type
name to use.
- startRacRetryInterception(MethodInvocation) - Static method in class org.springframework.data.jdbc.retry.oracle.RacRetryOperationsInterceptor
-
Method to be called when RAC Retry Interception is activated.
- StreamXmlTypeHandler - Class in org.springframework.data.jdbc.support.oracle
-
Implementation handling moving data using a InputStream representation
to and from an XMLType.
- StreamXmlTypeHandler() - Constructor for class org.springframework.data.jdbc.support.oracle.StreamXmlTypeHandler
-
- StringXmlTypeHandler - Class in org.springframework.data.jdbc.support.oracle
-
Implementation handling moving data using a String representation
to and from an XMLType.
- StringXmlTypeHandler() - Constructor for class org.springframework.data.jdbc.support.oracle.StringXmlTypeHandler
-
- StructDatumMapper<T> - Class in org.springframework.data.jdbc.jms.support.oracle
-
Implementation of the DatumMapper interface.
- StructDatumMapper(String, StructMapper<T>) - Constructor for class org.springframework.data.jdbc.jms.support.oracle.StructDatumMapper
-
Constructor that takes the type name and a StructMapper implemenatation that will
handle the mapping to and from STRUCT values.
- StructDatumMapper(String, Class<T>) - Constructor for class org.springframework.data.jdbc.jms.support.oracle.StructDatumMapper
-
Constructor that takes the type name and a parameter with the class that the data should be
mapped from/into.
- StructMapper<T> - Interface in org.springframework.data.jdbc.support.oracle
-
Interface defining signatures needed for pluggable implementations of STRUCT mappers.