A B C D E F G I L M N O P R S T U V X

A

AbstractXmlTypeHandler - Class in org.springframework.data.jdbc.support.oracle
Abstract class handling the creation of an XMLType from a String, Stream or Document representation.
AbstractXmlTypeHandler() - Constructor for class org.springframework.data.jdbc.support.oracle.AbstractXmlTypeHandler
 
AdtMessageListenerContainer - Class in org.springframework.data.jdbc.jms.listener.oracle
MessageListenerContainer that handles ADT payloads by providing a custom implementation of the ORADataFactory interface.
AdtMessageListenerContainer() - Constructor for class org.springframework.data.jdbc.jms.listener.oracle.AdtMessageListenerContainer
 
AqJmsConnectionFactoryBeanDefinitionParser - Class in org.springframework.data.jdbc.config.oracle
BeanDefinitionParser for the "aq-jms-queue-connection-factory" element of the "orcl" name space
AqJmsConnectionFactoryBeanDefinitionParser() - Constructor for class org.springframework.data.jdbc.config.oracle.AqJmsConnectionFactoryBeanDefinitionParser
 
AqJmsFactoryBeanFactory - Class in org.springframework.data.jdbc.config.oracle
FactoryBean used for the "aq-jms-queue-connection-factory" element of the "orcl" name space
AqJmsFactoryBeanFactory() - Constructor for class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
 
AqJmsFactoryBeanFactory.ConnectionFactoryType - Enum in org.springframework.data.jdbc.config.oracle
 

B

BeanPropertyStructMapper<T> - Class in org.springframework.data.jdbc.support.oracle
Mapping implementation that converts struct attributes into a new instance of the specified mapped target class.
BeanPropertyStructMapper() - Constructor for class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
Create a new BeanPropertyRowMapper.
BeanPropertyStructMapper(Class<T>) - Constructor for class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
Create a new BeanPropertyRowMapper.

C

canRetry(RetryContext) - Method in class org.springframework.data.jdbc.retry.oracle.RacFailoverRetryPolicy
If retry is not to be attempted, clear the RacRetry ThreadLocal
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.
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

D

DataOrclNamespaceHandler - Class in org.springframework.data.jdbc.config.oracle
The NamespaceHandler for the "orcl" xml namespace.
DataOrclNamespaceHandler() - Constructor for class org.springframework.data.jdbc.config.oracle.DataOrclNamespaceHandler
 
DatumMapper<T> - Interface in org.springframework.data.jdbc.jms.support.oracle
Interface that defines mapping of an advanced data type to and from an object
DocumentXmlTypeHandler - Class in org.springframework.data.jdbc.support.oracle
Implementation handling moving data using a Document representation to and from an XMLType.
DocumentXmlTypeHandler() - Constructor for class org.springframework.data.jdbc.support.oracle.DocumentXmlTypeHandler
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.jdbc.config.oracle.AqJmsConnectionFactoryBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.jdbc.config.oracle.PoolingDataSourceBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.jdbc.config.oracle.RacFailoverInterceptorBeanDefinitionParser
 
doShutdown() - Method in class org.springframework.data.jdbc.jms.listener.oracle.AdtMessageListenerContainer
 

E

extractXmlContent(XMLType) - Method in class org.springframework.data.jdbc.support.oracle.AbstractXmlTypeHandler
 
extractXmlContent(XMLType) - Method in class org.springframework.data.jdbc.support.oracle.DocumentXmlTypeHandler
 
extractXmlContent(XMLType) - Method in class org.springframework.data.jdbc.support.oracle.StreamXmlTypeHandler
 
extractXmlContent(XMLType) - Method in class org.springframework.data.jdbc.support.oracle.StringXmlTypeHandler
 

F

fromDatum(Datum) - Method in interface org.springframework.data.jdbc.jms.support.oracle.DatumMapper
Extract the Datum content and return it in a domain class instance.
fromDatum(Datum) - Method in class org.springframework.data.jdbc.jms.support.oracle.StructDatumMapper
 
fromMessage(Message) - Method in class org.springframework.data.jdbc.jms.support.converter.oracle.MappingAdtMessageConverter
 
fromMessage(Message) - Method in class org.springframework.data.jdbc.jms.support.converter.oracle.XmlMessageConverter
 
fromStruct(STRUCT) - Method in class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
Extract the values for all attributes in the struct.
fromStruct(STRUCT) - Method in interface org.springframework.data.jdbc.support.oracle.StructMapper
Map attributes from the passed in STRUCT to the desired object type.

G

getBeanClassName(Element) - Method in class org.springframework.data.jdbc.config.oracle.AqJmsConnectionFactoryBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.data.jdbc.config.oracle.PoolingDataSourceBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.data.jdbc.config.oracle.RacFailoverInterceptorBeanDefinitionParser
 
getCloseDelegatingConnectionProxy(Connection, Connection) - Method in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
Wrap the given Connection with a proxy that delegates every method call to it and delegates close calls to the source (unwrapped) pooled Connection.
getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getConnection() - Method in class org.springframework.data.jdbc.support.oracle.ProxyDataSource
 
getConnection(String, String) - Method in class org.springframework.data.jdbc.support.oracle.ProxyDataSource
 
getHandler() - Method in class org.springframework.data.jdbc.jms.support.converter.oracle.XmlMessageConverter
 
getLoginTimeout() - Method in class org.springframework.data.jdbc.support.oracle.ProxyDataSource
 
getLogWriter() - Method in class org.springframework.data.jdbc.support.oracle.ProxyDataSource
 
getMappedClass() - Method in class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
Get the class that we are mapping to.
getMappedFields() - Method in class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
Get the fields that we are mapping to.
getMapper() - Method in class org.springframework.data.jdbc.jms.support.converter.oracle.MappingAdtMessageConverter
 
getMarshaller() - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlObjectMappingHandler
 
getObject() - Method in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
 
getObjectType() - Method in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
 
getTypeValue(CallableStatement, int, int, String) - Method in class org.springframework.data.jdbc.support.oracle.SqlReturnArray
The implementation for this specific type.
getTypeValue(CallableStatement, int, int, String) - Method in class org.springframework.data.jdbc.support.oracle.SqlReturnSqlData
The implementation for this specific type.
getTypeValue(CallableStatement, int, int, String) - Method in class org.springframework.data.jdbc.support.oracle.SqlReturnStruct
The implementation for this specific type.
getTypeValue(CallableStatement, int, int, String) - Method in class org.springframework.data.jdbc.support.oracle.SqlReturnStructArray
The implementation for this specific type.
getUnmarshaller() - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlObjectMappingHandler
 
getUserNameConnectionProxyWrapper(Connection) - Method in class org.springframework.data.jdbc.support.oracle.ProxyConnectionPreparer
Wrap the given Connection with a proxy that delegates every method call to it and resets user name proxy for close calls.
getXmlAsBinaryStream(ResultSet, String) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
getXmlAsBinaryStream(ResultSet, int) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
getXmlAsCharacterStream(ResultSet, String) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
getXmlAsCharacterStream(ResultSet, int) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
getXmlAsObject(ResultSet, String) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlObjectMappingHandler
 
getXmlAsObject(ResultSet, int) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlObjectMappingHandler
 
getXmlAsSource(ResultSet, String, Class) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
getXmlAsSource(ResultSet, int, Class) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
getXmlAsString(ResultSet, String) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
getXmlAsString(ResultSet, int) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
getXmlContent(XMLType) - Method in class org.springframework.data.jdbc.support.oracle.AbstractXmlTypeHandler
 
getXmlContent(XMLType) - Method in interface org.springframework.data.jdbc.support.oracle.XmlTypeHandler
Extract the data from an XMLType

I

init() - Method in class org.springframework.data.jdbc.config.oracle.DataOrclNamespaceHandler
 
initBeanWrapper(BeanWrapper) - Method in class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
Initialize the given BeanWrapper to be used for row mapping.
initialize(Class<T>) - Method in class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
Initialize the mapping metadata for the given class.
invoke(MethodInvocation) - Method in class org.springframework.data.jdbc.retry.oracle.RacRetryOperationsInterceptor
 
isRacRetryInterceptionActive() - Static method in class org.springframework.data.jdbc.retry.oracle.RacRetryOperationsInterceptor
Method to obtain the status of RAC Retry Interception.
isSingleton() - Method in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
 
isWrapperFor(Class<?>) - Method in class org.springframework.data.jdbc.support.oracle.ProxyDataSource
 

L

logger - Variable in class org.springframework.data.jdbc.config.oracle.AqJmsConnectionFactoryBeanDefinitionParser
 
logger - Static variable in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
 
logger - Variable in class org.springframework.data.jdbc.config.oracle.PoolingDataSourceBeanDefinitionParser
 
logger - Variable in class org.springframework.data.jdbc.config.oracle.RacFailoverInterceptorBeanDefinitionParser
 
logger - Variable in class org.springframework.data.jdbc.jms.support.oracle.StructDatumMapper
Logger available to subclasses
logger - Variable in class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
Logger available to subclasses
logger - Variable in class org.springframework.data.jdbc.support.oracle.SqlReturnStruct
Logger available to subclasses
logger - Variable in class org.springframework.data.jdbc.support.oracle.SqlStructValue
Logger available to subclasses

M

mappedClass - Variable in class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
The class we are mapping to
MappingAdtMessageConverter - Class in org.springframework.data.jdbc.jms.support.converter.oracle
A MessageConverter that handles mapping between an ADT payload and a domain object.
MappingAdtMessageConverter(DatumMapper) - Constructor for class org.springframework.data.jdbc.jms.support.converter.oracle.MappingAdtMessageConverter
Constructor used to construct the MessageConverter and configure it with a DatumMapper implementation to be used.

N

newInstance(Class<T>) - Static method in class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
Static factory method to create a new BeanPropertyStructMapper (with the mapped class specified only once).
newMarshallingSqlXmlValue(Object) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlObjectMappingHandler
 
newSqlXmlValue(String) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
newSqlXmlValue(XmlBinaryStreamProvider) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
newSqlXmlValue(XmlCharacterStreamProvider) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
newSqlXmlValue(Class, XmlResultProvider) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
newSqlXmlValue(Document) - Method in class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 

O

OracleConnectionProxy - Interface in org.springframework.data.jdbc.config.oracle
Subinterface of OracleConnection to be implemented by OracleConnection proxies.
OracleXmlHandler - Class in org.springframework.data.jdbc.support.oracle
Implementation of the SqlXmlHandler interface.
OracleXmlHandler() - Constructor for class org.springframework.data.jdbc.support.oracle.OracleXmlHandler
 
OracleXmlObjectMappingHandler - Class in org.springframework.data.jdbc.support.oracle
Implementation of the SqlXmlObjectMappingHandler interface.
OracleXmlObjectMappingHandler() - Constructor for class org.springframework.data.jdbc.support.oracle.OracleXmlObjectMappingHandler
 
OracleXmlTypeMarshallingValue - Class in org.springframework.data.jdbc.support.oracle
Implementation of the SqlXmlValue interface, for convenient creation of type values that are provided As an XML Document.
OracleXmlTypeMarshallingValue(Object, Marshaller) - Constructor for class org.springframework.data.jdbc.support.oracle.OracleXmlTypeMarshallingValue
Constructor that takes a parameter with the Object value and another with the Marshaller to be used.
OracleXmlTypeValue - Class in org.springframework.data.jdbc.support.oracle
Implementation of the SqlXmlValue interface, for convenient creation of type values that are provided As an XML Document.
OracleXmlTypeValue(String) - Constructor for class org.springframework.data.jdbc.support.oracle.OracleXmlTypeValue
Constructor that takes one parameter with the XML String value passed in to be used.
OracleXmlTypeValue(InputStream) - Constructor for class org.springframework.data.jdbc.support.oracle.OracleXmlTypeValue
Constructor that takes one parameter with the XML InputStream passed in to be used.
OracleXmlTypeValue(Document) - Constructor for class org.springframework.data.jdbc.support.oracle.OracleXmlTypeValue
Constructor that takes one parameter with the XML Document value passed in to be used.
OraDataFactory - Class in org.springframework.data.jdbc.jms.support.oracle
An ORADataFactory that handles ADT payloads by simply wrapping the datum object passed in.
OraDataFactory() - Constructor for class org.springframework.data.jdbc.jms.support.oracle.OraDataFactory
 
org.springframework.data.jdbc.config.oracle - package org.springframework.data.jdbc.config.oracle
 
org.springframework.data.jdbc.jms.listener.oracle - package org.springframework.data.jdbc.jms.listener.oracle
 
org.springframework.data.jdbc.jms.support.converter.oracle - package org.springframework.data.jdbc.jms.support.converter.oracle
 
org.springframework.data.jdbc.jms.support.oracle - package org.springframework.data.jdbc.jms.support.oracle
 
org.springframework.data.jdbc.retry.oracle - package org.springframework.data.jdbc.retry.oracle
 
org.springframework.data.jdbc.support.oracle - package org.springframework.data.jdbc.support.oracle
 

P

parseInternal(Element, ParserContext) - Method in class org.springframework.data.jdbc.config.oracle.PoolingDataSourceBeanDefinitionParser
 
PoolingDataSourceBeanDefinitionParser - Class in org.springframework.data.jdbc.config.oracle
BeanDefinitionParser for the "pooling-data-source" element of the "orcl" name space
PoolingDataSourceBeanDefinitionParser() - Constructor for class org.springframework.data.jdbc.config.oracle.PoolingDataSourceBeanDefinitionParser
 
prepare(Connection) - Method in class org.springframework.data.jdbc.support.oracle.ProxyConnectionPreparer
 
ProxyConnectionPreparer - Class in org.springframework.data.jdbc.support.oracle
A ConnectionPreparer that will delegate to a ConnectionContextProvider to obtaing the current user name to be used for the proxy connection.
ProxyConnectionPreparer() - Constructor for class org.springframework.data.jdbc.support.oracle.ProxyConnectionPreparer
 
ProxyDataSource - Class in org.springframework.data.jdbc.support.oracle
A SmartDataSource wrapper that will delegate to a ProxyConnectionPreparer to prepare a proxy connection.
ProxyDataSource(OracleDataSource, ConnectionContextProvider) - Constructor for class org.springframework.data.jdbc.support.oracle.ProxyDataSource
 

R

RacFailoverInterceptorBeanDefinitionParser - Class in org.springframework.data.jdbc.config.oracle
BeanDefinitionParser for the "rac-failover-interceptor" element of the "orcl" name space
RacFailoverInterceptorBeanDefinitionParser() - Constructor for class org.springframework.data.jdbc.config.oracle.RacFailoverInterceptorBeanDefinitionParser
 
RacFailoverRetryPolicy - Class in org.springframework.data.jdbc.retry.oracle
A JdbcRetryPolicy that will handle determining whether error codes are considered to indicate a recoverable error condition.
RacFailoverRetryPolicy() - Constructor for class org.springframework.data.jdbc.retry.oracle.RacFailoverRetryPolicy
 
RacRetryOperationsInterceptor - Class in org.springframework.data.jdbc.retry.oracle
A RetryOperationsInterceptor that will start the RAC retry interception logic.
RacRetryOperationsInterceptor() - Constructor for class org.springframework.data.jdbc.retry.oracle.RacRetryOperationsInterceptor
 
registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.data.jdbc.config.oracle.AqJmsConnectionFactoryBeanDefinitionParser
 
registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.data.jdbc.config.oracle.PoolingDataSourceBeanDefinitionParser
 
registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.data.jdbc.config.oracle.RacFailoverInterceptorBeanDefinitionParser
 

S

setConnectionFactoryType(AqJmsFactoryBeanFactory.ConnectionFactoryType) - Method in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
 
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
 
setNativeJdbcExtractor(NativeJdbcExtractor) - Method in class org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory
 
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.

T

toDatum(T, Connection) - Method in interface org.springframework.data.jdbc.jms.support.oracle.DatumMapper
Create a Datum object based on the passed in object using the connection if necessary.
toDatum(T, Connection) - Method in class org.springframework.data.jdbc.jms.support.oracle.StructDatumMapper
 
toMessage(Object, Session) - Method in class org.springframework.data.jdbc.jms.support.converter.oracle.MappingAdtMessageConverter
 
toMessage(Object, Session) - Method in class org.springframework.data.jdbc.jms.support.converter.oracle.XmlMessageConverter
 
toStruct(T, Connection, String) - Method in class org.springframework.data.jdbc.support.oracle.BeanPropertyStructMapper
 
toStruct(T, Connection, String) - Method in interface org.springframework.data.jdbc.support.oracle.StructMapper
Create a struct of the defined type and populate it with values from the passed in source object.
typeName - Variable in class org.springframework.data.jdbc.jms.support.oracle.StructDatumMapper
The class we are mapping to

U

unwrap(Class<T>) - Method in class org.springframework.data.jdbc.support.oracle.ProxyDataSource
 

V

valueOf(String) - Static method in enum org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory.ConnectionFactoryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.jdbc.config.oracle.AqJmsFactoryBeanFactory.ConnectionFactoryType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlMessageConverter - Class in org.springframework.data.jdbc.jms.support.converter.oracle
 
XmlMessageConverter(XmlTypeHandler) - Constructor for class org.springframework.data.jdbc.jms.support.converter.oracle.XmlMessageConverter
Constructor used to construct the MessageConverter and configure it with a XmlTypeHandler implementation to be used.
XmlMessageListenerContainer - Class in org.springframework.data.jdbc.jms.listener.oracle
MessageListenerContainer that handles XML payloads by providing XMLType.getORADataFactory() as the ORADataFactory interface.
XmlMessageListenerContainer() - Constructor for class org.springframework.data.jdbc.jms.listener.oracle.XmlMessageListenerContainer
 
XmlTypeHandler - Interface in org.springframework.data.jdbc.support.oracle
The interface needed to be implementated by any classes that will perform the low level handling of XMLType objects - both creation and retrieval of the content.

A B C D E F G I L M N O P R S T U V X