Uses of Interface
org.objectweb.jorm.api.PAccessor

Packages that use PAccessor
org.objectweb.jorm.api   
org.objectweb.jorm.facility.meminst.genclass.java.util   
org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util   
org.objectweb.jorm.facility.meminst.manager.basic.lib   
org.objectweb.jorm.facility.naming.generator   
org.objectweb.jorm.facility.naming.polymorphid   
org.objectweb.jorm.interp.genclass.fos.lib   
org.objectweb.jorm.interp.genclass.memory.lib   
org.objectweb.jorm.interp.genclass.rdb.lib   
 

Uses of PAccessor in org.objectweb.jorm.api
 

Subinterfaces of PAccessor in org.objectweb.jorm.api
 interface PAccessorGen
          The PAccessorGen interface defines a generic accessor to be used by persistent bindings to access persistent variable within memory instances.
 interface PAccessorGenClass
          Deprecated. Renamed into PGenClassAccessor
 interface PGenClassAccessor
          The PGenClassAccessor interface defines the Accessor for all generic classes.
 

Methods in org.objectweb.jorm.api with parameters of type PAccessor
 void PBinding.read(java.lang.Object conn, PAccessor pa)
          It reads the data store instance designated by the PName of this binding and transfers each attribute value to the accessor object.
 void PBinding.write(java.lang.Object conn, PAccessor pa)
          It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with this binding.
 

Uses of PAccessor in org.objectweb.jorm.facility.meminst.genclass.java.util
 

Classes in org.objectweb.jorm.facility.meminst.genclass.java.util that implement PAccessor
 class Collection
           
 class Set
           
 

Uses of PAccessor in org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util
 

Methods in org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util that return PAccessor
 PAccessor SetManager.createPAccessor()
           
 PAccessor CollectionManager.createPAccessor()
           
 

Uses of PAccessor in org.objectweb.jorm.facility.meminst.manager.basic.lib
 

Methods in org.objectweb.jorm.facility.meminst.manager.basic.lib that return PAccessor
 PAccessor ManagerImpl.createPAccessor()
           
 

Uses of PAccessor in org.objectweb.jorm.facility.naming.generator
 

Classes in org.objectweb.jorm.facility.naming.generator that implement PAccessor
 class LongGenIncr
          Implements a long generator (LongGen) that produces new long ID merely by incrementing a persistent long variable.
 

Uses of PAccessor in org.objectweb.jorm.facility.naming.polymorphid
 

Classes in org.objectweb.jorm.facility.naming.polymorphid that implement PAccessor
 class PolymorphIdBinderInfo
          Implements a binder that manages polymorphic names.
 

Uses of PAccessor in org.objectweb.jorm.interp.genclass.fos.lib
 

Methods in org.objectweb.jorm.interp.genclass.fos.lib with parameters of type PAccessor
 void FosGenClassBinding.read(java.lang.Object conn, PAccessor pa)
          It reads the data store instance designated by the PName of this binding and transfers each attribute value to the accessor object.
 void FosGenClassBinding.write(java.lang.Object conn, PAccessor pa)
          It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with this binding.
 

Uses of PAccessor in org.objectweb.jorm.interp.genclass.memory.lib
 

Methods in org.objectweb.jorm.interp.genclass.memory.lib with parameters of type PAccessor
 void MemoryGenClassBinding.read(java.lang.Object conn, PAccessor pa)
          It reads the data store instance designated by the PName of this binding and transfers each attribute value to the accessor object.
 void MemoryGenClassBinding.write(java.lang.Object conn, PAccessor pa)
          It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with this binding.
 

Uses of PAccessor in org.objectweb.jorm.interp.genclass.rdb.lib
 

Methods in org.objectweb.jorm.interp.genclass.rdb.lib with parameters of type PAccessor
 void RdbGenClassBinding.read(java.lang.Object conn, PAccessor pa)
          It reads the data store instance designated by the PName of this binding and transfers each attribute value to the accessor object.
 void RdbGenClassBinding.write(java.lang.Object conn, PAccessor pa)
          It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with this binding.