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

Packages that use Loggable
org.objectweb.jorm.comp.cmdline.lib   
org.objectweb.jorm.comp.cmdline.rdb   
org.objectweb.jorm.comp.compiler.api   
org.objectweb.jorm.comp.compiler.lib   
org.objectweb.jorm.comp.generator.file   
org.objectweb.jorm.comp.generator.fos   
org.objectweb.jorm.comp.generator.lib   
org.objectweb.jorm.comp.generator.memory   
org.objectweb.jorm.comp.generator.rdb   
org.objectweb.jorm.facility.meminst.genclass.java.util   
org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util   
org.objectweb.jorm.facility.meminst.manager.basic.lib   
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.metainfo.lib   
org.objectweb.jorm.metainfo.lib.file   
org.objectweb.jorm.metainfo.lib.fos   
org.objectweb.jorm.metainfo.lib.memory   
org.objectweb.jorm.metainfo.lib.rdb   
org.objectweb.jorm.parser.lib.file   
org.objectweb.jorm.runtime   
org.objectweb.jorm.verifier.lib   
org.objectweb.jorm.verifier.lib.file   
org.objectweb.jorm.verifier.lib.fos   
org.objectweb.jorm.verifier.lib.memory   
org.objectweb.jorm.verifier.lib.rdb   
org.objectweb.jorm.xml2mi.lib   
org.objectweb.jorm.xml2mi.lib.fos   
org.objectweb.jorm.xml2mi.lib.memory   
org.objectweb.jorm.xml2mi.lib.rdb   
 

Uses of Loggable in org.objectweb.jorm.comp.cmdline.lib
 

Classes in org.objectweb.jorm.comp.cmdline.lib that implement Loggable
 class CommandLineParser
          The CommandLineParser object parses the command line of the compiler to build a compilation context object.
 

Uses of Loggable in org.objectweb.jorm.comp.cmdline.rdb
 

Classes in org.objectweb.jorm.comp.cmdline.rdb that implement Loggable
 class RdbMapperOption
           
 

Uses of Loggable in org.objectweb.jorm.comp.compiler.api
 

Subinterfaces of Loggable in org.objectweb.jorm.comp.compiler.api
 interface CompilerParameter
          The CompilerParameter interface defines methods to set an get informations read by the command line parser.
 

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

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

Uses of Loggable in org.objectweb.jorm.comp.generator.file
 

Classes in org.objectweb.jorm.comp.generator.file that implement Loggable
 class FileBindingMOP
           
 class FileMappingMOP
           
 

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

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

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

Classes in org.objectweb.jorm.comp.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 CommonHelper
          This class is a helper for the generation.
 class CompositeNameGenerator
          This class is a generator of XXXPNG objects.
 class JormGeneratorImpl
          This class start the generations of the jorm objects and user object.
 class MappingGenerator
          This class is a generator of XPMapping objects.
 class ObjectGenerator
          This class contains the common elements for generating jorm objects (mapping, binding, accessors)
 class PNameGenerator
          This class is a generator of XXXBinder objects.
 

Uses of Loggable in org.objectweb.jorm.comp.generator.memory
 

Classes in org.objectweb.jorm.comp.generator.memory that implement Loggable
 class MemoryBindingMOP
          This class implements the BindingMOP interface in order to specialize the generation of the PBinding for the relationnal database spport.
 class MemoryMappingMOP
           
 

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

Classes in org.objectweb.jorm.comp.generator.rdb 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.facility.meminst.genclass.java.util
 

Classes in org.objectweb.jorm.facility.meminst.genclass.java.util that implement Loggable
 class Collection
           
 class Set
           
 class SetElem
           
 

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

Classes in org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util that implement Loggable
 class CollectionManager
           
 class SetManager
           
 

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

Classes in org.objectweb.jorm.facility.meminst.manager.basic.lib that implement Loggable
 class ManagerImpl
           
 

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

Classes in org.objectweb.jorm.interp.genclass.file.lib that implement Loggable
 class FileGenClassMapping
           
 

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

Classes in org.objectweb.jorm.interp.genclass.fos.lib that implement Loggable
 class FosGenClassMapping
           
 

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

Classes in org.objectweb.jorm.interp.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.interp.genclass.memory.lib
 

Classes in org.objectweb.jorm.interp.genclass.memory.lib that implement Loggable
 class MemoryGenClassMapping
           
 

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

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

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 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 BasicGenClassRef
          BasicGenClassRef defines a reference to a generic class which is class field.
 class BasicManager
          Implementation object of the Manager interface.
 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 BasicPrimitiveElement
          The BasicPrimitiveElement object is used to define fields which are primitive types.
 class BasicScalarField
          A ScalarField describes corresponds to a hidden field of a ClassObject or a Generic Class.
 class BasicSchema
          BasicSchema is an implementation of the Schema interface.
 class BasicValueMapping
          BasicValueMapping is the implementation of the ValueMapping interface which defines the mapping of ScalarField and PrimitiveField.
 

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

Classes in org.objectweb.jorm.metainfo.lib.file that implement Loggable
 class BasicFileMappingFactory
           
 

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

Classes in org.objectweb.jorm.metainfo.lib.fos that implement Loggable
 class BasicFosMappingFactory
           
 

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

Classes in org.objectweb.jorm.metainfo.lib.memory that implement Loggable
 class BasicMemoryMappingFactory
           
 

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

Classes in org.objectweb.jorm.metainfo.lib.rdb that implement Loggable
 class BasicRDBClassMapping
          BasicRDBClassMapping defines methods to describe how the a class is mapped into a relational database system.
 class BasicRDBValueMapping
          BasicRDBValueMapping defines all the columns which compose a value mapping.
 

Uses of Loggable in org.objectweb.jorm.parser.lib.file
 

Classes in org.objectweb.jorm.parser.lib.file that implement Loggable
 class FileParser
           
 

Uses of Loggable in org.objectweb.jorm.runtime
 

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

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

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

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

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

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

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

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

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

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

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

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 DTDResolver
           
 class ProxyParser
          ProxyParser is an implementation of the Parser interface.
 

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

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

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

Classes in org.objectweb.jorm.xml2mi.lib.memory that implement Loggable
 class MemoryParser
           
 

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

Classes in org.objectweb.jorm.xml2mi.lib.rdb that implement Loggable
 class RDBParser
          RDBParser is an implementation of the Parser interface.