|
Spring Data JDBC Extensions | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface 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.
| Method Summary | |
|---|---|
oracle.xdb.XMLType |
createXmlType(Object object,
Connection conn)
Create an XMLType for the supplied object using the provided connection |
Object |
getXmlContent(oracle.xdb.XMLType data)
Extract the data from an XMLType |
| Method Detail |
|---|
oracle.xdb.XMLType createXmlType(Object object,
Connection conn)
throws DataRetrievalFailureException
XMLType for the supplied object using the provided connection
object - The object contining the data to be represented in the XMLTypeconn - the Connection to use
DataRetrievalFailureException
Object getXmlContent(oracle.xdb.XMLType data)
throws DataRetrievalFailureException
data - the XMLType containing the XML data
DataRetrievalFailureException
|
Spring Data JDBC Extensions | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||