Package co.uk.hjcs.canyon.accessor

Interface Summary
PropertyAccessor Canyon uses this instances of this interface to get and set values on configured objects Implementations of this class should provide a no args contructor
 

Class Summary
DefaultPropertyAccessor This class is the Canyon implementation of the PropertyAccessor.
ObjectAccessor 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
ObjectGenerator The ObjectGenerator is responsible for the building of object graphs based on the configured mappings for a particluar session
ObjectPersister The ObjectPersister is responsible for the persisting of object graphs based on the configured mappings for a particular session
PropertyAccessorFactory Maintains the accessors required by Canyon for use.