org.objectweb.jorm.api
Interface PAccessor
- 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:
- Through PAccessorGen with the interpreted approach.
- Through generated interfaceswith the compiled approach.
- R. Basset, P. Dechamboux
Object | getMemoryInstance() - It returns the memory instance within which the persistent variables are
defined.
|
getMemoryInstance
public Object getMemoryInstance()
It returns the memory instance within which the persistent variables are
defined.
- The actual object containing memory persistent variables.