org.objectweb.jorm.api

Interface PAccessor

Known Subinterfaces:
PAccessorGen, PAccessorGenClass, PGenClassAccessor

public interface PAccessor

The PAccessor interface defines a minimal accessor to be used by a persistent binding to access the memory instance of a persistent object. This interface is derived for each JORM class in order to define specific accessors associated to such a definition. There are two derivation cases:

Author:
R. Basset, P. Dechamboux

Method Summary

Object
getMemoryInstance()
It returns the memory instance within which the persistent variables are defined.

Method Details

getMemoryInstance

public Object getMemoryInstance()
It returns the memory instance within which the persistent variables are defined.

Returns:
The actual object containing memory persistent variables.