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

Packages that use Loggable
org.objectweb.jorm.compiler.api   
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.lib   
org.objectweb.jorm.mi2xml.lib   
org.objectweb.jorm.naming.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.api
 

Subinterfaces of Loggable in org.objectweb.jorm.compiler.api
 interface JormCompilerParameter
          A JormCompilerParameter object is an object which manages informations read by the command line parser.
 

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

Classes in org.objectweb.jorm.compiler.lib that implement Loggable
 class JormCompilerParameterImpl
          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 AbstractMappingGenerator
          Mapping generator for abstract classes
 class AccessorGenerator
          This class is a generator of XXXAccessor objects.
 class BinderGenerator
          This class is a generator of XXXBinder classes.
 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 CommonJVMHelper
          This class is a helper for the byte code enhancement.
 class FPNCGenerator
           
 class FPNCGenerator.FPNCMatchInfo
           
 class JormGenerator
          This class start the generations of the jorm objects and user object.
 class KFPNCGenerator
           
 class KFPNCGenerator.NamingKeyFilterExpressionHelper
           
 class MappingGenerator
          This class is a generator of XPMapping objects.
 class NamingFilterExpressionHelper
          This class is a helper for managing the evaluation of medor expression in naming.
 class PNameGenerator
          This class is a generator of XXXBinder objects.
 class PNameGetterGenerator
          This class is a generator of XXXPNG objects.
 class SerializableGenerator
          This class generates a XXXSeriazable class for each persistent class.
 class StateGenerator
          The StateGenerator class uses ASM to generate an abstract state implementation for a JORM persistent class.
 

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 FosMappingMOP
           
 class FosMOPFactory
           
 

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
 class BasicMemMappingFactory
          Implementation of the "mem" MappingFactory.
 

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 RdbCommonHelper
          This helper contains all common tool methods shared by the RdbBindingMOP and the RdbMappingMOP.
 class RdbMappingMOP
           
 class RdbMappingMOP.PolymorphicFilterExpressionHelper
          This class is used to compute the filter for classes being part of an inheritance object graph and not having the filter in the primary key.
 class RdbMOPFactory
           
 

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

Classes in org.objectweb.jorm.mapper.rdb.lib that implement Loggable
 class MapperJCA_JDBC
          This mapper supports JDBC connection management through JCA.
 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
          This class defines information on the mapping of a class to relational structures In the case of inheritance, one must defines how the mapping definitions are inherited, and how to distinguish instances of the class to instances of super or sub classes.
 class RdbClassMultiMapping
          Implementation of the RdbClassMultiMapping interface.
 class RdbExternalTable
          As a meta-object, the parent is the main table
 class RdbFilter
           
 class RdbGenClassMapping
          Description
 class RdbInheritanceQuery
          This class stores two queries in String format: a query with prefetch a query without prefetch These queries retrieve the Extent of a class in case of inheritance.
 class RdbJoin
          Implementation of the RdbJoin interface.
 class RdbMapping
          Description
 class RdbMappingFactory
          Implementation of the RdbMappingFactory interface.
 class RdbPrimitiveElementMapping
          Description
 class RdbTable
          Define the mapping of primitive elements onto the columns of a table.
 

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.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 BasicCommonClassMapping
          Description
 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 BasicIdentifierMapping
          Description
 class BasicMapping
          Implementation of the mapping interface.
 class BasicMappingStructure
          Description
 class BasicMetaObject
          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 BasicParentClassMapping
           
 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 BasicTypedElement
          Implementation of TypedElement.
 class JormManager
          Implementation object of the Manager interface.
 class Predicate
           
 

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.naming.lib
 

Classes in org.objectweb.jorm.naming.lib that implement Loggable
 class KFPNCManager
          Is a manager of FKPNC instances.
 

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
           
 class ParserHelper
          This class is a common helper between generic and specific parsers.