Uses of Interface
org.objectweb.jorm.util.api.Loggable

Packages that use Loggable
org.objectweb.jorm.compiler.lib   
org.objectweb.jorm.genclass.lib   
org.objectweb.jorm.generator.lib   
org.objectweb.jorm.lib   
org.objectweb.jorm.mapper.fos.generator   
org.objectweb.jorm.mapper.fos.metainfo   
org.objectweb.jorm.mapper.fos.mi2xml   
org.objectweb.jorm.mapper.fos.xml2mi   
org.objectweb.jorm.mapper.mem.generator   
org.objectweb.jorm.mapper.mem.metainfo   
org.objectweb.jorm.mapper.mem.mi2xml   
org.objectweb.jorm.mapper.mem.xml2mi   
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.metainfo.api   
org.objectweb.jorm.metainfo.lib   
org.objectweb.jorm.mi2xml.lib   
org.objectweb.jorm.util.io.lib   
org.objectweb.jorm.verifier.lib   
org.objectweb.jorm.xml2mi.lib   
 

Uses of Loggable in org.objectweb.jorm.compiler.lib
 

Classes in org.objectweb.jorm.compiler.lib that implement Loggable
 class JormCompilerParameter
          A JormCompilerParameter object is an object which manages informations read by the command line parser.
 

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

Classes in org.objectweb.jorm.genclass.lib that implement Loggable
 class GenClassMapping
          This abstract class provides all the generic code for the PClassMapping associated with JORM generic classes.
 

Uses of Loggable in org.objectweb.jorm.generator.lib
 

Classes in org.objectweb.jorm.generator.lib that implement Loggable
 class AccessorGenerator
          This class is a generator of XXXAccessor objects.
 class BinderGenerator
          This class is a generator of XXXBinder objects.
 class BindingGenerator
          This class is a generator of XXXBinding objects.
 class CommonGenerator
          This class contains the common elements for generating jorm objects (mapping, binding, accessors).
 class CommonHelper
          This class is a helper for the generation.
 class JormGenerator
          This class start the generations of the jorm objects and user object.
 class MappingGenerator
          This class is a generator of XPMapping objects.
 class PNameGenerator
          This class is a generator of XXXBinder objects.
 class PNameGetterGenerator
          This class is a generator of XXXPNG objects.
 

Uses of Loggable in org.objectweb.jorm.lib
 

Classes in org.objectweb.jorm.lib that implement Loggable
 class Mapper
           
 class MapperJCA
          This mapper supports JCA CCI connection management.
 

Uses of Loggable in org.objectweb.jorm.mapper.fos.generator
 

Classes in org.objectweb.jorm.mapper.fos.generator that implement Loggable
 class FosBindingMOP
           
 class FosMappingMOP
           
 

Uses of Loggable in org.objectweb.jorm.mapper.fos.metainfo
 

Classes in org.objectweb.jorm.mapper.fos.metainfo that implement Loggable
 class FosClassMapping
           
 class FosGenClassMapping
           
 class FosMapping
           
 class FosMappingFactory
           
 class FosPrimitiveElementMapping
          author P.
 

Uses of Loggable in org.objectweb.jorm.mapper.fos.mi2xml
 

Classes in org.objectweb.jorm.mapper.fos.mi2xml that implement Loggable
 class FosDomtreeBuilder
          BasicRdbMappingDomTreeGenerator extends the BasicMappingDomTreeGenerator class.
 

Uses of Loggable in org.objectweb.jorm.mapper.fos.xml2mi
 

Classes in org.objectweb.jorm.mapper.fos.xml2mi that implement Loggable
 class FosParser
           
 

Uses of Loggable in org.objectweb.jorm.mapper.mem.generator
 

Classes in org.objectweb.jorm.mapper.mem.generator that implement Loggable
 class MemBindingMOP
          This class implements the BindingMOP interface in order to specialize the generation of the PBinding for the memory mapping.
 class MemMappingMOP
          This class implements the BindingMOP interface in order to specialize the generation of the PClassMapping for the memory mapping.
 

Uses of Loggable in org.objectweb.jorm.mapper.mem.metainfo
 

Classes in org.objectweb.jorm.mapper.mem.metainfo that implement Loggable
 class BasicMemMapping
          Description
 

Uses of Loggable in org.objectweb.jorm.mapper.mem.mi2xml
 

Classes in org.objectweb.jorm.mapper.mem.mi2xml that implement Loggable
 class MemDomtreeBuilder
          BasicRdbMappingDomTreeGenerator extends the BasicMappingDomTreeGenerator class.
 

Uses of Loggable in org.objectweb.jorm.mapper.mem.xml2mi
 

Classes in org.objectweb.jorm.mapper.mem.xml2mi that implement Loggable
 class MemParser
           
 

Uses of Loggable in org.objectweb.jorm.mapper.rdb.generator
 

Classes in org.objectweb.jorm.mapper.rdb.generator that implement Loggable
 class RdbBindingMOP
          This class implements the BindingMOP interface in order to specialize the generation of the PBinding for the relationnal database spport.
 class RdbCommonHelper
          This helper contains all common tool methods shared by the RdbBindingMOP and the RdbMappingMOP.
 class RdbMappingMOP
           
 

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

Classes in org.objectweb.jorm.mapper.rdb.lib that implement Loggable
 class MapperJDBC
          This mapper supports JDBC connection management.
 

Uses of Loggable in org.objectweb.jorm.mapper.rdb.metainfo
 

Classes in org.objectweb.jorm.mapper.rdb.metainfo that implement Loggable
 class RdbClassMapping
          Description
 class RdbClassMultiMapping
          Implementation of the RdbClassMultiMapping interface.
 class RdbExternalTable
           
 class RdbGenClassMapping
          Description
 class RdbMapping
          Description
 class RdbPrimitiveElementMapping
          Description
 class RdbTable
           
 

Uses of Loggable in org.objectweb.jorm.mapper.rdb.mi2xml
 

Classes in org.objectweb.jorm.mapper.rdb.mi2xml that implement Loggable
 class RdbDomtreeBuilder
          BasicRdbMappingDomTreeGenerator extends the BasicMappingDomTreeGenerator class.
 

Uses of Loggable in org.objectweb.jorm.mapper.rdb.xml2mi
 

Classes in org.objectweb.jorm.mapper.rdb.xml2mi that implement Loggable
 class RdbParser
          RdbParser only parses the relational mapping specification in order to build the corresponding Jorm meta information.
 

Uses of Loggable in org.objectweb.jorm.metainfo.api
 

Subinterfaces of Loggable in org.objectweb.jorm.metainfo.api
 interface ClassMapping
          The ClassMapping interface defines methods to describe how a class is mapped into JORM.
 interface ClassProject
          A ClassProject object groups together sets of mapping structures resulting from various mappings of a class and its persistent fields over various persistent models.
 interface GenClassMapping
          todo: Description
 interface HelperClassMapping
          todo: Description
 interface IdentifierMapping
          todo: Description
 interface Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
 interface MappingStructure
          todo: Description
 interface PrimitiveElementMapping
          todo: Description
 interface ReferenceMapping
          todo: Description
 

Uses of Loggable in org.objectweb.jorm.metainfo.lib
 

Classes in org.objectweb.jorm.metainfo.lib that implement Loggable
 class BasicClass
          BasicClass is an implementation of the Class interface defined in the meta information system.
 class BasicClassMapping
          BasicClassMapping is THE basic implementation of the ClassMapping interface.
 class BasicClassProject
          Implementation of ClassProject.
 class BasicClassRef
          BasicClassRef defines a reference to a class which is class field.
 class BasicCompositeName
          The BasicCompositeName provides an implementation of the composite name.
 class BasicFieldName
          The FieldName object defines methods to reference an already existing Field.
 class BasicGenClass
          BasicGenClass is the implementation of the GenClass interface defined in the Meta information system.
 class BasicGenClassMapping
          Description
 class BasicGenClassRef
          BasicGenClassRef defines a reference to a generic class which is class field.
 class BasicHelperClassMapping
          Description
 class BasicIdentifierMapping
          Description
 class BasicMapping
          Implementation of the mapping interface.
 class BasicMappingStructure
          Description
 class BasicNameDef
          The BasicNameDef object describes the mapping of a reference field, It can be the PName of a Class.
 class BasicNameRef
          The BasicNameRef is used to reference a composite name.
 class BasicPackage
          BasicPackage is an implementation of the Package interface.
 class BasicPrimitiveElement
          The BasicPrimitiveElement object is used to define fields which are primitive types.
 class BasicReferenceMapping
          Description
 class BasicScalarField
          A ScalarField describes corresponds to a hidden field of a ClassObject or a Generic Class.
 class JormManager
          Implementation object of the Manager interface.
 

Uses of Loggable in org.objectweb.jorm.mi2xml.lib
 

Classes in org.objectweb.jorm.mi2xml.lib that implement Loggable
 class BasicDomtreeBuilder
          BasicDomtreeBuilder implements the DomtreeBuilder interface.
 class BasicDomWriter
          BasicDomWriter implements the Writer interface.
 class BasicMappingDomtreeBuilder
          BasicMappingDomtreeBuilder implements the MappingDomtreeBuilder interface.
 

Uses of Loggable in org.objectweb.jorm.util.io.lib
 

Classes in org.objectweb.jorm.util.io.lib that implement Loggable
 class DirJavaExplorer
          DirJavaExplorer defines methods to create object able to manage a list of paths and furnish input and output stream on files
 

Uses of Loggable in org.objectweb.jorm.verifier.lib
 

Classes in org.objectweb.jorm.verifier.lib that implement Loggable
 class JormVerifier
           
 

Uses of Loggable in org.objectweb.jorm.xml2mi.lib
 

Classes in org.objectweb.jorm.xml2mi.lib that implement Loggable
 class BasicDomParser
          The BasicDomParser class implements the Parser interface.
 class BasicMappingParser
          ProxyParser is an implementation of the Parser interface.
 class DTDResolver