co.uk.hjcs.canyon.accessor
Class ObjectPersister

java.lang.Object
  extended by co.uk.hjcs.canyon.accessor.ObjectAccessor
      extended by co.uk.hjcs.canyon.accessor.ObjectPersister

public class ObjectPersister
extends ObjectAccessor

The ObjectPersister is responsible for the persisting of object graphs based on the configured mappings for a particular session

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

Constructor Summary
ObjectPersister(SessionConfig sessionConfig)
           
 
Method Summary
 void writeObject(SessionContext context, java.lang.Object obj)
          This method is responsible for persisting an object and related objects to file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectPersister

public ObjectPersister(SessionConfig sessionConfig)
Method Detail

writeObject

public void writeObject(SessionContext context,
                        java.lang.Object obj)
This method is responsible for persisting an object and related objects to file

Parameters:
context -
obj -