Uses of Class
org.objectweb.jorm.metainfo.lib.BasicMetaObject

Packages that use BasicMetaObject
org.objectweb.jorm.mapper.fos.metainfo   
org.objectweb.jorm.mapper.mem.metainfo   
org.objectweb.jorm.mapper.rdb.metainfo   
org.objectweb.jorm.metainfo.lib   
 

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

Subclasses of BasicMetaObject in org.objectweb.jorm.mapper.fos.metainfo
 class FosClassMapping
           
 class FosGenClassMapping
           
 class FosMapping
           
 class FosMappingFactory
           
 class FosPrimitiveElementMapping
          author P.
 

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

Subclasses of BasicMetaObject in org.objectweb.jorm.mapper.mem.metainfo
 class BasicMemMapping
          Description
 class BasicMemMappingFactory
          Implementation of the "mem" MappingFactory.
 

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

Subclasses of BasicMetaObject in org.objectweb.jorm.mapper.rdb.metainfo
 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 BasicMetaObject in org.objectweb.jorm.metainfo.lib
 

Subclasses of BasicMetaObject in org.objectweb.jorm.metainfo.lib
 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 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