Class XMLTypeFactoryImpl
java.lang.Object
org.eclipse.persistence.internal.platform.database.oracle.xdb.XMLTypeFactoryImpl
- All Implemented Interfaces:
XMLTypeFactory
INTERNAL:
Used the create an XMLType for XDB support.
This avoids having the xdb.jar requieed on the classpath if just the mapping class name is referenced.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateXML
(Connection connection, String xml) createXML
(Connection connection, Document dom) createXML
(oracle.jdbc.OracleOpaque opaque) getDOM
(oracle.jdbc.OracleOpaque opaque) getString
(oracle.jdbc.OracleOpaque opaque) boolean
isXDBDocument
(Object obj)
-
Constructor Details
-
XMLTypeFactoryImpl
public XMLTypeFactoryImpl()
-
-
Method Details
-
createXML
- Specified by:
createXML
in interfaceXMLTypeFactory
- Throws:
Exception
-
createXML
- Specified by:
createXML
in interfaceXMLTypeFactory
- Throws:
Exception
-
createXML
- Specified by:
createXML
in interfaceXMLTypeFactory
- Throws:
SQLException
-
getDOM
- Specified by:
getDOM
in interfaceXMLTypeFactory
- Throws:
SQLException
-
getString
- Specified by:
getString
in interfaceXMLTypeFactory
- Throws:
SQLException
-
isXDBDocument
- Specified by:
isXDBDocument
in interfaceXMLTypeFactory
-
createXMLTypeBindCallCustomParameter
- Specified by:
createXMLTypeBindCallCustomParameter
in interfaceXMLTypeFactory
-