|
Class Summary |
| AbstractXmlTypeHandler |
Abstract class handling the creation of an XMLType from
a String, Stream or Document representation. |
| BeanPropertyStructMapper<T> |
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<T> |
Implementation of the SqlTypeValue interface, for convenient
creation of provided scalar values as an ARRAY. |
| SqlReturnArray |
Implementation of the SqlReturnType interface, for convenient
access of ARRAYs of scalar values 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. |
| SqlReturnStructArray<T> |
Implementation of the SqlReturnType interface, for convenient
access of ARRAYs of STUCTs returned from stored procedure. |
| SqlStructArrayValue<T> |
Implementation of the SqlTypeValue interface, for convenient
creation of provided type values as an ARRAY of STRUCTS. |
| SqlStructValue<T> |
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. |