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

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

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.
 

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

Fields in org.objectweb.jorm.facility.meminst.genclass.java.util declared as PBinding
protected  PBinding Collection.pBinding
           
 

Methods in org.objectweb.jorm.facility.meminst.genclass.java.util that return PBinding
 PBinding Collection.getPBinding()
           
 

Methods in org.objectweb.jorm.facility.meminst.genclass.java.util with parameters of type PBinding
 void Collection.setPBinding(PBinding pBinding)
           
 

Uses of PBinding in org.objectweb.jorm.facility.meminst.manager.basic.api
 

Methods in org.objectweb.jorm.facility.meminst.manager.basic.api that return PBinding
 PBinding Manager.getPBinding(java.lang.Object conn, PName pn)
          This method permits to obtain a PBinding linked to a PAccessor and bound to the PName specified in parameter.
 PBinding Manager.getPBinding(java.lang.Object conn, PName pn, boolean create)
          This method permits to obtain a PBinding linked to a PAccessor and bound to the PName specified in parameter.
 

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

Methods in org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util with parameters of type PBinding
 void SetManager.load(PBinding pb, java.lang.Object conn)
           
 void SetManager.store(PBinding pb, java.lang.Object conn)
           
 void CollectionManager.load(PBinding pb, java.lang.Object conn)
           
 void CollectionManager.store(PBinding pb, java.lang.Object conn)
           
 

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

Methods in org.objectweb.jorm.facility.meminst.manager.basic.lib that return PBinding
 PBinding ManagerImpl.getPBinding(java.lang.Object conn, PName pn)
          This method permits to obtain a PBinding linked to a PAccessor and bound to the PName specified in parameter.
 PBinding ManagerImpl.getPBinding(java.lang.Object conn, PName pn, boolean create)
          This method permits to obtain a PBinding linked to a PAccessor and bound to the PName specified in parameter.
 PBinding ManagerImpl.createPBinding(PClassMapping pcm)
           
 

Methods in org.objectweb.jorm.facility.meminst.manager.basic.lib with parameters of type PBinding
 void ManagerImpl.load(PBinding pb, java.lang.Object conn)
           
 void ManagerImpl.store(PBinding pb, java.lang.Object conn)
           
 

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.interp.genclass.file.lib
 

Methods in org.objectweb.jorm.interp.genclass.file.lib that return PBinding
 PBinding FileGenClassMapping.createPBinding()
          It creates a new PBinding.
 

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

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

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

Classes in org.objectweb.jorm.interp.genclass.lib that implement PBinding
 class GenClassBinding
          This abstract class provides all the generic code for PBinding associated with JORM generic classes.
 

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

Methods in org.objectweb.jorm.interp.genclass.memory.lib that return PBinding
 PBinding MemoryGenClassMapping.createPBinding()
          It creates a new PBinding.
 

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

Classes in org.objectweb.jorm.interp.genclass.rdb.lib that implement PBinding
 class RdbGenClassBinding
          This class provides the implementation of PBinding for RDBMS.
 

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

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.