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

Packages that use PMapCluster
org.objectweb.jorm.api   
org.objectweb.jorm.lib   
org.objectweb.jorm.mapper.fos.lib   
org.objectweb.jorm.mapper.rdb.lib   
 

Uses of PMapCluster in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api that return PMapCluster
 PMapCluster PMappingStructuresManager.getPMapCluster(java.lang.String jcname)
          Asks for the map cluster associated with a JORM class.
 

Uses of PMapCluster in org.objectweb.jorm.lib
 

Classes in org.objectweb.jorm.lib that implement PMapCluster
 class AbstractPMapcluster
          Abstract common implementation of a PMapCluster.
 

Methods in org.objectweb.jorm.lib that return PMapCluster
 PMapCluster Mapper.getPMapCluster(java.lang.String jcname)
          Asks for the map cluster associated with a JORM class.
 

Uses of PMapCluster in org.objectweb.jorm.mapper.fos.lib
 

Classes in org.objectweb.jorm.mapper.fos.lib that implement PMapCluster
 class FosPMapCluster
          Defines the PMapCluster used to manage the directory tree for the FOS mappers.
 

Methods in org.objectweb.jorm.mapper.fos.lib that return PMapCluster
 PMapCluster FosPMappingStructuresManager.getPMapCluster(java.lang.String jcname)
          Asks for the map cluster associated with a JORM class.
 

Uses of PMapCluster in org.objectweb.jorm.mapper.rdb.lib
 

Classes in org.objectweb.jorm.mapper.rdb.lib that implement PMapCluster
 class RdbPMapCluster
          Defines the PMapCluster used to manage relational schema for the RDB mappers.
 

Methods in org.objectweb.jorm.mapper.rdb.lib that return PMapCluster
 PMapCluster RdbPMappingStructuresManager.getPMapCluster(java.lang.String jcname)
          Asks for the map cluster associated with a JORM class.