Uses of Package
org.objectweb.jorm.api

Packages that use org.objectweb.jorm.api
org.objectweb.jorm.api   
org.objectweb.jorm.compiler.api   
org.objectweb.jorm.compiler.lib   
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.facility.naming.generator   
org.objectweb.jorm.facility.naming.polymorphid   
org.objectweb.jorm.facility.naming.rdbsequence   
org.objectweb.jorm.genclass.lib   
org.objectweb.jorm.generator.api   
org.objectweb.jorm.generator.lib   
org.objectweb.jorm.lib   
org.objectweb.jorm.mapper.fos.genclass   
org.objectweb.jorm.mapper.fos.generator   
org.objectweb.jorm.mapper.fos.lib   
org.objectweb.jorm.mapper.fos.mi2xml   
org.objectweb.jorm.mapper.fos.xml2mi   
org.objectweb.jorm.mapper.mem.generator   
org.objectweb.jorm.mapper.mem.mi2xml   
org.objectweb.jorm.mapper.mem.xml2mi   
org.objectweb.jorm.mapper.rdb.adapter   
org.objectweb.jorm.mapper.rdb.genclass   
org.objectweb.jorm.mapper.rdb.generator   
org.objectweb.jorm.mapper.rdb.lib   
org.objectweb.jorm.mapper.rdb.metainfo   
org.objectweb.jorm.mapper.rdb.mi2xml   
org.objectweb.jorm.mapper.rdb.xml2mi   
org.objectweb.jorm.mi2xml.api   
org.objectweb.jorm.mi2xml.lib   
org.objectweb.jorm.naming.api   
org.objectweb.jorm.naming.lib   
org.objectweb.jorm.type.api   
org.objectweb.jorm.util.lib   
org.objectweb.jorm.xml2mi.api   
org.objectweb.jorm.xml2mi.lib   
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.api
PAccessor
          The PAccessor interface defines a minimal accessor to be used by a persistent binding to access the memory instance of a persistent object.
PBinding
          The PBinding interface defines the behaviour of binding objects used in order to control the I/Os between a data store instance and its associated memory instance.
PClassMapping
          The PClassMapping interface defines the behaviour of objects that contain all information required to map a JORM class.
PClassMapping.ReferenceConfigurator
           
PException
          The PException class defines the top level of the jorm exceptions.
PExceptionIO
          This exception is raised in case of problem during any kind of I/O action.
PGenClassAccessor
          The PGenClassAccessor interface defines the Accessor for all generic classes.
PIndexedElem
          The PIndexedElem interface defines the representation of an element of a generic class.
PIndexedElemFactory
           
PMapCluster
          The PMapCluster interface defines a the set of JORM classes whose mapping structures have to been manage altogether.
PMapper
          The PMapper interface defines a JORM mapper as an object that mainly maintains the set of JORM classes that it maps on a particular DS.
PMapperListener
          Allows to listen to mapper-related events.
PMappingCallback
          This is a control interface dedicated to the JORM mapping code.
PMappingRequiredEvent
          The event used to signals the requirement of the mapping of a particular JORM class.
PMappingStructuresManager
          Defines the way to access the map clusters used to define and instanciate the mapping structures.
PNameIterator
           
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.compiler.api
JormConfigurator
          Used to hold the configuration information related to the JORM runtime.
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.compiler.lib
JormConfigurator
          Used to hold the configuration information related to the JORM runtime.
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.facility.naming.basidir
PBinding
          The PBinding interface defines the behaviour of binding objects used in order to control the I/Os between a data store instance and its associated memory instance.
PBindingCtrl
          This interface is defines in order to allow PBinders to access to PName and status attributes associated with PBindings.
PClassMapping
          The PClassMapping interface defines the behaviour of objects that contain all information required to map a JORM class.
PException
          The PException class defines the top level of the jorm exceptions.
PMapper
          The PMapper interface defines a JORM mapper as an object that mainly maintains the set of JORM classes that it maps on a particular DS.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.facility.naming.generator
PAccessor
          The PAccessor interface defines a minimal accessor to be used by a persistent binding to access the memory instance of a persistent object.
PBinding
          The PBinding interface defines the behaviour of binding objects used in order to control the I/Os between a data store instance and its associated memory instance.
PClassMapping
          The PClassMapping interface defines the behaviour of objects that contain all information required to map a JORM class.
PException
          The PException class defines the top level of the jorm exceptions.
PMapper
          The PMapper interface defines a JORM mapper as an object that mainly maintains the set of JORM classes that it maps on a particular DS.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.facility.naming.polymorphid
PAccessor
          The PAccessor interface defines a minimal accessor to be used by a persistent binding to access the memory instance of a persistent object.
PException
          The PException class defines the top level of the jorm exceptions.
PMapper
          The PMapper interface defines a JORM mapper as an object that mainly maintains the set of JORM classes that it maps on a particular DS.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.facility.naming.rdbsequence
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.genclass.lib
PAccessor
          The PAccessor interface defines a minimal accessor to be used by a persistent binding to access the memory instance of a persistent object.
PBinding
          The PBinding interface defines the behaviour of binding objects used in order to control the I/Os between a data store instance and its associated memory instance.
PBindingCtrl
          This interface is defines in order to allow PBinders to access to PName and status attributes associated with PBindings.
PClassMapping
          The PClassMapping interface defines the behaviour of objects that contain all information required to map a JORM class.
PClassMapping.ReferenceConfigurator
           
PClassMappingCtrl
           
PException
          The PException class defines the top level of the jorm exceptions.
PExceptionProtocol
          This exception is raised when a problem occured due to protocol inconsistency with respect to life-cycle management for example.
PMapper
          The PMapper interface defines a JORM mapper as an object that mainly maintains the set of JORM classes that it maps on a particular DS.
PMappingCallback
          This is a control interface dedicated to the JORM mapping code.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.generator.api
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.generator.lib
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.lib
JormConfigurator
          Used to hold the configuration information related to the JORM runtime.
PClassMapping
          The PClassMapping interface defines the behaviour of objects that contain all information required to map a JORM class.
PException
          The PException class defines the top level of the jorm exceptions.
PMapCluster
          The PMapCluster interface defines a the set of JORM classes whose mapping structures have to been manage altogether.
PMapper
          The PMapper interface defines a JORM mapper as an object that mainly maintains the set of JORM classes that it maps on a particular DS.
PMapperListener
          Allows to listen to mapper-related events.
PMappingCallback
          This is a control interface dedicated to the JORM mapping code.
PMappingStructuresManager
          Defines the way to access the map clusters used to define and instanciate the mapping structures.
PNameIterator
           
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.fos.genclass
PAccessor
          The PAccessor interface defines a minimal accessor to be used by a persistent binding to access the memory instance of a persistent object.
PBinding
          The PBinding interface defines the behaviour of binding objects used in order to control the I/Os between a data store instance and its associated memory instance.
PBindingCtrl
          This interface is defines in order to allow PBinders to access to PName and status attributes associated with PBindings.
PClassMapping
          The PClassMapping interface defines the behaviour of objects that contain all information required to map a JORM class.
PClassMappingCtrl
           
PException
          The PException class defines the top level of the jorm exceptions.
PExceptionProtocol
          This exception is raised when a problem occured due to protocol inconsistency with respect to life-cycle management for example.
PMappingCallback
          This is a control interface dedicated to the JORM mapping code.
PNameIterator
           
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.fos.generator
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.fos.lib
PException
          The PException class defines the top level of the jorm exceptions.
PMapCluster
          The PMapCluster interface defines a the set of JORM classes whose mapping structures have to been manage altogether.
PMapper
          The PMapper interface defines a JORM mapper as an object that mainly maintains the set of JORM classes that it maps on a particular DS.
PMappingStructuresManager
          Defines the way to access the map clusters used to define and instanciate the mapping structures.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.fos.mi2xml
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.fos.xml2mi
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.mem.generator
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.mem.mi2xml
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.mem.xml2mi
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.rdb.adapter
PException
          The PException class defines the top level of the jorm exceptions.
PExceptionProtocol
          This exception is raised when a problem occured due to protocol inconsistency with respect to life-cycle management for example.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.rdb.genclass
PAccessor
          The PAccessor interface defines a minimal accessor to be used by a persistent binding to access the memory instance of a persistent object.
PBinding
          The PBinding interface defines the behaviour of binding objects used in order to control the I/Os between a data store instance and its associated memory instance.
PBindingCtrl
          This interface is defines in order to allow PBinders to access to PName and status attributes associated with PBindings.
PClassMapping
          The PClassMapping interface defines the behaviour of objects that contain all information required to map a JORM class.
PClassMappingCtrl
           
PException
          The PException class defines the top level of the jorm exceptions.
PExceptionProtocol
          This exception is raised when a problem occured due to protocol inconsistency with respect to life-cycle management for example.
PMappingCallback
          This is a control interface dedicated to the JORM mapping code.
PNameIterator
           
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.rdb.generator
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.rdb.lib
JormConfigurator
          Used to hold the configuration information related to the JORM runtime.
PException
          The PException class defines the top level of the jorm exceptions.
PMapCluster
          The PMapCluster interface defines a the set of JORM classes whose mapping structures have to been manage altogether.
PMapper
          The PMapper interface defines a JORM mapper as an object that mainly maintains the set of JORM classes that it maps on a particular DS.
PMappingCallback
          This is a control interface dedicated to the JORM mapping code.
PMappingStructuresManager
          Defines the way to access the map clusters used to define and instanciate the mapping structures.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.rdb.metainfo
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.rdb.mi2xml
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mapper.rdb.xml2mi
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mi2xml.api
JormConfigurator
          Used to hold the configuration information related to the JORM runtime.
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.mi2xml.lib
JormConfigurator
          Used to hold the configuration information related to the JORM runtime.
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.naming.api
PBinding
          The PBinding interface defines the behaviour of binding objects used in order to control the I/Os between a data store instance and its associated memory instance.
PBindingCtrl
          This interface is defines in order to allow PBinders to access to PName and status attributes associated with PBindings.
PClassMapping
          The PClassMapping interface defines the behaviour of objects that contain all information required to map a JORM class.
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.naming.lib
PBinding
          The PBinding interface defines the behaviour of binding objects used in order to control the I/Os between a data store instance and its associated memory instance.
PBindingCtrl
          This interface is defines in order to allow PBinders to access to PName and status attributes associated with PBindings.
PClassMapping
          The PClassMapping interface defines the behaviour of objects that contain all information required to map a JORM class.
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.type.api
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.util.lib
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.xml2mi.api
PException
          The PException class defines the top level of the jorm exceptions.
 

Classes in org.objectweb.jorm.api used by org.objectweb.jorm.xml2mi.lib
PException
          The PException class defines the top level of the jorm exceptions.