co.uk.hjcs.canyon.accessor
Class ObjectAccessor

java.lang.Object
  extended by co.uk.hjcs.canyon.accessor.ObjectAccessor
Direct Known Subclasses:
ObjectGenerator, ObjectPersister

public class ObjectAccessor
extends java.lang.Object

The ObjectAccessor is the base class for the way Canyon accesses objects and it provides some comon utility methods that the ObjectGenerator and the ObjectPersister share

Author:
HJC Solutions Ltd (http://canyon.hjcsolutions.co.uk)

Constructor Summary
ObjectAccessor(SessionConfig sessionConfig)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectAccessor

public ObjectAccessor(SessionConfig sessionConfig)