org.springframework.data.jdbc.jms.support.oracle
Class OraDataFactory

java.lang.Object
  extended by 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.


Constructor Summary
OraDataFactory()
           
 
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
 

Constructor Detail

OraDataFactory

public OraDataFactory()
Method Detail

create

public oracle.sql.ORAData create(oracle.sql.Datum datum,
                                 int sqlType)
                          throws SQLException
Specified by:
create in interface oracle.sql.ORADataFactory
Throws:
SQLException