org.springframework.data.jdbc.jms.support.oracle
Class OraDataFactory
java.lang.Object
org.springframework.data.jdbc.jms.support.oracle.OraDataFactory
- All Implemented Interfaces:
- oracle.jdbc.internal.ObjectDataFactory, oracle.sql.ORADataFactory
public class OraDataFactory
- extends Object
- implements oracle.sql.ORADataFactory
An ORADataFactory that handles ADT payloads by simply wrapping the datum object passed in. This
factory is required to integrate with the AQ JMS API.
|
Method Summary |
oracle.sql.ORAData |
create(oracle.sql.Datum datum,
int sqlType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OraDataFactory
public OraDataFactory()
create
public oracle.sql.ORAData create(oracle.sql.Datum datum,
int sqlType)
throws SQLException
- Specified by:
create in interface oracle.sql.ORADataFactory
- Throws:
SQLException