Uses of Interface
org.objectweb.speedo.mapper.api.JormFactory

Packages that use JormFactory
org.objectweb.speedo.jmx.mbeans   
org.objectweb.speedo.mapper.lib Common components and tools of all mappers. 
org.objectweb.speedo.mim.lib   
org.objectweb.speedo.naming.api Speedo internal API permiting to define the persistent object naming (identifier). 
org.objectweb.speedo.naming.lib Implementation of several naming. 
org.objectweb.speedo.pm.lib   
org.objectweb.speedo.query.jdo   
org.objectweb.speedo.query.jdo.parser   
org.objectweb.speedo.query.lib   
 

Uses of JormFactory in org.objectweb.speedo.jmx.mbeans
 

Constructors in org.objectweb.speedo.jmx.mbeans with parameters of type JormFactory
Cache(CacheAttributeController ca, UnbindManager um, CacheManager cm, JDOPOManagerFactoryItf pmf, JormFactory jf)
           
PMF(PoolAttributes pa, Pool pool, JDOPOManagerFactoryItf pmf, org.objectweb.jorm.api.PMapper mapper, JormFactory jf, JormFactoryAttributes jfa)
           
 

Uses of JormFactory in org.objectweb.speedo.mapper.lib
 

Classes in org.objectweb.speedo.mapper.lib that implement JormFactory
 class BasicJormFactory
          This class manages the initialization and the naming, of persistent class.
 

Fields in org.objectweb.speedo.mapper.lib declared as JormFactory
protected  JormFactory JormStorageManager.jormFactory
           
 

Methods in org.objectweb.speedo.mapper.lib that return JormFactory
 JormFactory DelegatePMapper.getJormFactory()
           
 

Methods in org.objectweb.speedo.mapper.lib with parameters of type JormFactory
 void DelegatePMapper.setJormFactory(JormFactory jf)
           
 

Uses of JormFactory in org.objectweb.speedo.mim.lib
 

Fields in org.objectweb.speedo.mim.lib declared as JormFactory
protected  JormFactory MemoryInstanceManagerImpl.jf
           
 

Uses of JormFactory in org.objectweb.speedo.naming.api
 

Methods in org.objectweb.speedo.naming.api with parameters of type JormFactory
 org.objectweb.jorm.naming.api.PName NamingManager.decode(org.objectweb.jorm.naming.api.PNameCoder pnc, java.lang.Object oid, java.lang.Class clazz, JormFactory jf)
          Decodes an object identifier into a PName.
 org.objectweb.jorm.naming.api.PName NamingManagerFactoryItf.decode(org.objectweb.jorm.naming.api.PNameCoder pnc, java.lang.Object oid, java.lang.Class clazz, JormFactory jf)
          Decodes an object identifer into a PName.
 

Uses of JormFactory in org.objectweb.speedo.naming.lib
 

Methods in org.objectweb.speedo.naming.lib with parameters of type JormFactory
 org.objectweb.jorm.naming.api.PName UserIdSingleNamingManager.decode(org.objectweb.jorm.naming.api.PNameCoder pnc, java.lang.Object oid, java.lang.Class clazz, JormFactory jf)
           
 org.objectweb.jorm.naming.api.PName UserIdCompositeNamingManager.decode(org.objectweb.jorm.naming.api.PNameCoder pnc, java.lang.Object oid, java.lang.Class clazz, JormFactory jf)
           
 org.objectweb.jorm.naming.api.PName RdbSequenceNamingManager.decode(org.objectweb.jorm.naming.api.PNameCoder pnc, java.lang.Object oid, java.lang.Class clazz, JormFactory jf)
           
 org.objectweb.jorm.naming.api.PName PolymorphIdNamingManager.decode(org.objectweb.jorm.naming.api.PNameCoder pnc, java.lang.Object oid, java.lang.Class clazz, JormFactory jf)
           
 org.objectweb.jorm.naming.api.PName CommonLongIdNamingManager.decode(org.objectweb.jorm.naming.api.PNameCoder pnc, java.lang.Object oid, java.lang.Class clazz, JormFactory jf)
           
 org.objectweb.jorm.naming.api.PName NamingManagerFactory.decode(org.objectweb.jorm.naming.api.PNameCoder pnc, java.lang.Object oid, java.lang.Class clazz, JormFactory jf)
           
 

Uses of JormFactory in org.objectweb.speedo.pm.lib
 

Fields in org.objectweb.speedo.pm.lib declared as JormFactory
protected  JormFactory AbstractPOManager.jf
          The JormFactory able to initialize the Persistent of classes
protected  JormFactory AbstractPOManagerFactory.jormFactory
          The factory initializing JORM structure (Mapping, Binder, PNC, ...)
 

Uses of JormFactory in org.objectweb.speedo.query.jdo
 

Methods in org.objectweb.speedo.query.jdo with parameters of type JormFactory
 void JDOAbstractCompiledQuery.init(org.objectweb.util.monolog.api.Logger l, org.objectweb.util.monolog.api.Logger logParserVar, org.objectweb.util.monolog.api.Logger logParserFil, org.objectweb.jorm.api.PMapper m, PrefetchBufferFactory pbf, JormFactory _jf)
           
 

Constructors in org.objectweb.speedo.query.jdo with parameters of type JormFactory
JDOExtent(java.lang.Class candidateClass, boolean hasSubclasses, JDOPOManagerItf pm, JormFactory jf, boolean prefetch, org.objectweb.util.monolog.api.Logger logger)
          create a new SpeedoExtent object, this object is not obtained by a call to 'new' by the client application, but by the PersistenceManager object with getExtent() method
 

Uses of JormFactory in org.objectweb.speedo.query.jdo.parser
 

Constructors in org.objectweb.speedo.query.jdo.parser with parameters of type JormFactory
SpeedoQLQueryFilterVisitor(java.util.Map _fields, SelectProject _root, ASTSpeedoQL speedoql, org.objectweb.util.monolog.api.Logger logger, java.util.Map hparam, java.util.Map vparam, java.lang.Class clazz, org.objectweb.medor.query.jorm.lib.QueryBuilder _qb, JormFactory jf)
           
 

Uses of JormFactory in org.objectweb.speedo.query.lib
 

Fields in org.objectweb.speedo.query.lib declared as JormFactory
protected  JormFactory AbstractCompiledQuery.jf
          Is the JormFactory in charge of the initialization of Naming of persistent class.
protected  JormFactory SpeedoQueryManager.jormFactory
           
 

Methods in org.objectweb.speedo.query.lib with parameters of type JormFactory
 void AbstractCompiledQuery.init(org.objectweb.util.monolog.api.Logger l, org.objectweb.jorm.api.PMapper m, PrefetchBufferFactory pbf, JormFactory _jf)
           
 void AbstractCompiledQuery.setJormFactory(JormFactory jf)