com.raritantechnologies.hibernate
Class HibernateOutputProcessor

java.lang.Object
  extended bycom.raritantechnologies.hibernate.HibernateOutputProcessor

public class HibernateOutputProcessor
extends java.lang.Object

Converts IResultSet to JavaBean objects that can be persisted using Hibernate.

Requires an Object that has set/get methods that match the fields within the IResult objects.


Constructor Summary
HibernateOutputProcessor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateOutputProcessor

public HibernateOutputProcessor()