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

Packages that use PBinding
org.objectweb.jorm.api   
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.facility.naming.generator   
org.objectweb.jorm.genclass.lib   
org.objectweb.jorm.lib   
org.objectweb.jorm.mapper.fos.genclass   
org.objectweb.jorm.mapper.rdb.genclass   
org.objectweb.jorm.naming.api   
org.objectweb.jorm.naming.lib   
 

Uses of PBinding in org.objectweb.jorm.api
 

Subinterfaces of PBinding in org.objectweb.jorm.api
 interface PBindingCtrl
          This interface is defines in order to allow PBinders to access to PName and status attributes associated with PBindings.
 

Methods in org.objectweb.jorm.api that return PBinding
 PBinding PClassMapping.createPBinding()
          It creates a new PBinding.
 

Methods in org.objectweb.jorm.api with parameters of type PBinding
 boolean PClassMapping.exist(PBinding pb, java.lang.Object conn)
          It verifies if the DSI attached to a binding exists within the DS.
 void PClassMapping.read(PBinding pb, java.lang.Object conn, PAccessor pa)
          It reads the data store instance designated by the PName of a binding and transfers each attribute value to the accessor object.
 void PClassMapping.read(PBinding pb, java.lang.Object conn, PAccessor pa, java.lang.Object txctx)
          It reads the data store instance designated by the PName of a binding and transfers each attribute value to the accessor object.
 void PClassMapping.read(PBinding pb, java.lang.Object conn, PAccessor pa, java.lang.Object txctx, boolean forUpdate)
           
 void PClassMapping.write(PBinding pb, 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 a binding.
 

Uses of PBinding in org.objectweb.jorm.facility.naming.basidir
 

Methods in org.objectweb.jorm.facility.naming.basidir that return PBinding
 PBinding BasidBinder.lookup(PName pn)
           
 

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

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

Uses of PBinding in org.objectweb.jorm.genclass.lib
 

Methods in org.objectweb.jorm.genclass.lib with parameters of type PBinding
 void GenClassMapping.read(PBinding pb, java.lang.Object conn, PAccessor pa, java.lang.Object txctx)
           
 void GenClassMapping.read(PBinding pb, java.lang.Object conn, PAccessor pa, java.lang.Object txctx, boolean forUpdate)
           
 

Uses of PBinding in org.objectweb.jorm.lib
 

Classes in org.objectweb.jorm.lib that implement PBinding
 class PBindingImpl
          This class is the default implementation of the PBinding interface.
 

Uses of PBinding in org.objectweb.jorm.mapper.fos.genclass
 

Methods in org.objectweb.jorm.mapper.fos.genclass that return PBinding
 PBinding FosGenClassMapping.createPBinding()
          It creates a new PBinding.
 

Methods in org.objectweb.jorm.mapper.fos.genclass with parameters of type PBinding
 boolean FosGenClassMapping.exist(PBinding pb, java.lang.Object conn)
           
 void FosGenClassMapping.read(PBinding pb, java.lang.Object conn, PAccessor pa)
           
 void FosGenClassMapping.write(PBinding pb, java.lang.Object conn, PAccessor pa)
           
 

Uses of PBinding in org.objectweb.jorm.mapper.rdb.genclass
 

Methods in org.objectweb.jorm.mapper.rdb.genclass that return PBinding
 PBinding RdbGenClassMapping.createPBinding()
          It creates a new PBinding.
 

Methods in org.objectweb.jorm.mapper.rdb.genclass with parameters of type PBinding
 boolean RdbGenClassMapping.exist(PBinding pb, java.lang.Object conn)
           
 void RdbGenClassMapping.read(PBinding pb, java.lang.Object conn, PAccessor pa)
           
 void RdbGenClassMapping.read(PBinding pb, java.lang.Object conn, PAccessor pa, java.lang.Object txctx)
           
 void RdbGenClassMapping.read(PBinding pb, java.lang.Object conn, PAccessor pa, java.lang.Object txctx, boolean forUpudate)
           
 void RdbGenClassMapping.write(PBinding pb, java.lang.Object conn, PAccessor pa)
           
 

Uses of PBinding in org.objectweb.jorm.naming.api
 

Methods in org.objectweb.jorm.naming.api that return PBinding
 PBinding PBinder.lookup(PName pn)
          It looks for a PBinding object with the given PName within a PBinder.
 

Uses of PBinding in org.objectweb.jorm.naming.lib
 

Methods in org.objectweb.jorm.naming.lib that return PBinding
 PBinding BasicPBinder.lookup(PName pn)