org.jafer.databeans
Class RecordAdaptorFactory

java.lang.Object
  extended by org.jafer.interfaces.DatabeanFactory
      extended by org.jafer.databeans.AdaptorFactory
          extended by org.jafer.databeans.RecordAdaptorFactory
All Implemented Interfaces:
java.io.Serializable

public class RecordAdaptorFactory
extends AdaptorFactory

Creates a new configured recordAdaptor object (databean)

Version:
1.0
Author:
Antony Corfield; Matthew Dovey; Colin Tatham
See Also:
Serialized Form

Constructor Summary
RecordAdaptorFactory()
           
 
Method Summary
 Databean getDatabean()
           
 
Methods inherited from class org.jafer.databeans.AdaptorFactory
getDatabean, getDatabeanFactory, getSourceSchema, getTargetSchema, getTransform, setDatabeanFactory, setSourceSchema, setTargetSchema, setTransform
 
Methods inherited from class org.jafer.interfaces.DatabeanFactory
getName, load, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordAdaptorFactory

public RecordAdaptorFactory()
Method Detail

getDatabean

public Databean getDatabean()
Specified by:
getDatabean in class DatabeanFactory