Spring Data JDBC Extensions Support

Package org.springframework.data.jdbc.support.oracle

Interface Summary
StructMapper Interface defining signatures needed for pluggable implementations of STRUCT mappers.
XmlTypeHandler 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.
 

Class Summary
AbstractXmlTypeHandler Abstract class handling the creation of an XMLType from a String, Stream or Document representation.
BeanPropertyStructMapper Mapping implementation that converts struct attributes into a new instance of the specified mapped target class.
DocumentXmlTypeHandler Implementation handling moving data using a Document representation to and from an XMLType.
OracleXmlHandler Implementation of the SqlXmlHandler interface.
OracleXmlObjectMappingHandler Implementation of the SqlXmlObjectMappingHandler interface.
OracleXmlTypeMarshallingValue Implementation of the SqlXmlValue interface, for convenient creation of type values that are provided As an XML Document.
OracleXmlTypeValue Implementation of the SqlXmlValue interface, for convenient creation of type values that are provided As an XML Document.
ProxyConnectionPreparer A ConnectionPreparer that will delegate to a ConnectionContextProvider to obtaing the current user name to be used for the proxy connection.
ProxyDataSource A SmartDataSource wrapper that will delegate to a ProxyConnectionPreparer to prepare a proxy connection.
SqlArrayValue Implementation of the SqlTypeValue interface, for convenient creation of type values that are provided As an ARRAY.
SqlReturnArray Implementation of the SqlReturnType interface, for convenient access of ARRAYs returned from stored procedure.
SqlReturnSqlData Implementation of the SqlReturnType interface, for convenient access of object data returned from stored procedure.
SqlReturnStruct Implementation of the SqlReturnType interface, for convenient access of object data returned from stored procedure.
SqlStructValue Implementation of the SqlTypeValue interface, for convenient creation of type values that to be provided as a STRUCT.
StreamXmlTypeHandler Implementation handling moving data using a InputStream representation to and from an XMLType.
StringXmlTypeHandler Implementation handling moving data using a String representation to and from an XMLType.
 


Spring Data JDBC Extensions Support

Copyright © 2011. All Rights Reserved.