Uses of Package
org.objectweb.jorm.metainfo.api

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

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.api
Manager
          The Manager object is the main interface to create the meta information.
MappingFactory
          MappingFactory defines amethod through which Mapping objects will be created.
MetaObject
          The MetaObject interface is the top level of all meta information interfaces.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.compiler.lib
Manager
          The Manager object is the main interface to create the meta information.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.genclass.lib
GenClass
          The GenClass interface defines generic class object which are used to gather other objects.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.generator.api
Class
          A Class interface defines methods to describe a Class meta object.
CompositeName
          The CompositeName interface defines methods to manage composite name.
Manager
          The Manager object is the main interface to create the meta information.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.generator.lib
Class
          A Class interface defines methods to describe a Class meta object.
CompositeName
          The CompositeName interface defines methods to manage composite name.
GenClass
          The GenClass interface defines generic class object which are used to gather other objects.
GenClassRef
          A GenClassRef is an interface which describes method to define a class field which can be a reference to a generic class.
Manager
          The Manager object is the main interface to create the meta information.
Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
MetaObject
          The MetaObject interface is the top level of all meta information interfaces.
NameDef
          The NameDef interface describes the mapping of a reference field, ut can be the PName of a Class.
PrimitiveElement
          A PrimitiveElement is a field with a primitive type.
PrimitiveElementMapping
          todo: Description
Reference
          Reference interface is the top level of the Reference objects.
TypedElement
          TypedElement interface is the top level of the "field" interface.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.lib
Class
          A Class interface defines methods to describe a Class meta object.
ClassRef
          A ClassRef is a field which is a reference field to another class.
GenClassRef
          A GenClassRef is an interface which describes method to define a class field which can be a reference to a generic class.
Manager
          The Manager object is the main interface to create the meta information.
MappingFactory
          MappingFactory defines amethod through which Mapping objects will be created.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.fos.generator
Class
          A Class interface defines methods to describe a Class meta object.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.fos.metainfo
Class
          A Class interface defines methods to describe a Class meta object.
ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
CommonClassMapping
          This interface gather methods to the ClassMapping and GenClassMapping interfaces.
GenClassMapping
          todo: Description
Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
MappingFactory
          MappingFactory defines amethod through which Mapping objects will be created.
MappingPrinter
          This abstract class must be extends for each mapping.
MappingStructure
          todo: Description
MetaObject
          The MetaObject interface is the top level of all meta information interfaces.
ParentClassMapping
           
PrimitiveElementMapping
          todo: Description
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.fos.mi2xml
ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
GenClassMapping
          todo: Description
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.fos.xml2mi
Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.mem.generator
Class
          A Class interface defines methods to describe a Class meta object.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.mem.metainfo
ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
GenClassMapping
          todo: Description
Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
MappingFactory
          MappingFactory defines amethod through which Mapping objects will be created.
MappingPrinter
          This abstract class must be extends for each mapping.
MappingStructure
          todo: Description
MetaObject
          The MetaObject interface is the top level of all meta information interfaces.
PrimitiveElementMapping
          todo: Description
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.mem.mi2xml
ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
GenClassMapping
          todo: Description
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.mem.xml2mi
Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.rdb.generator
Class
          A Class interface defines methods to describe a Class meta object.
NameDef
          The NameDef interface describes the mapping of a reference field, ut can be the PName of a Class.
PrimitiveElementMapping
          todo: Description
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.rdb.lib
Class
          A Class interface defines methods to describe a Class meta object.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.rdb.metainfo
Class
          A Class interface defines methods to describe a Class meta object.
ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
CommonClassMapping
          This interface gather methods to the ClassMapping and GenClassMapping interfaces.
GenClassMapping
          todo: Description
Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
MappingFactory
          MappingFactory defines amethod through which Mapping objects will be created.
MappingPrinter
          This abstract class must be extends for each mapping.
MappingStructure
          todo: Description
MetaObject
          The MetaObject interface is the top level of all meta information interfaces.
ParentClassMapping
           
PrimitiveElement
          A PrimitiveElement is a field with a primitive type.
PrimitiveElementMapping
          todo: Description
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.rdb.mi2xml
ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
GenClassMapping
          todo: Description
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mapper.rdb.xml2mi
Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.metainfo.api
Class
          A Class interface defines methods to describe a Class meta object.
ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
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.
ClassRef
          A ClassRef is a field which is a reference field to another class.
CommonClassMapping
          This interface gather methods to the ClassMapping and GenClassMapping interfaces.
CompositeName
          The CompositeName interface defines methods to manage composite name.
GenClassMapping
          todo: Description
GenClassRef
          A GenClassRef is an interface which describes method to define a class field which can be a reference to a generic class.
IdentifierMapping
          Les identifiants, c'est des NameDefs !!
Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
MappingFactory
          MappingFactory defines amethod through which Mapping objects will be created.
MappingPrinter
          This abstract class must be extends for each mapping.
MappingStructure
          todo: Description
MetaObject
          The MetaObject interface is the top level of all meta information interfaces.
NameDef
          The NameDef interface describes the mapping of a reference field, ut can be the PName of a Class.
NameRef
          The NameRef interface defines methods to manage reference to composite name.
Package
          Package object defines an object able to gather a set of classes.
ParentClassMapping
           
PrimitiveElement
          A PrimitiveElement is a field with a primitive type.
PrimitiveElementMapping
          todo: Description
Reference
          Reference interface is the top level of the Reference objects.
ReferenceMapping
          todo: Description
ScalarField
          A ScalarField describes corresponds to a hidden field of a ClassObject or a Generic Class.
TypedElement
          TypedElement interface is the top level of the "field" interface.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.metainfo.lib
Class
          A Class interface defines methods to describe a Class meta object.
ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
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.
ClassRef
          A ClassRef is a field which is a reference field to another class.
CommonClassMapping
          This interface gather methods to the ClassMapping and GenClassMapping interfaces.
CompositeName
          The CompositeName interface defines methods to manage composite name.
FieldName
          The FieldName interface defines methods to reference an already existing Field.
GenClass
          The GenClass interface defines generic class object which are used to gather other objects.
GenClassMapping
          todo: Description
GenClassRef
          A GenClassRef is an interface which describes method to define a class field which can be a reference to a generic class.
IdentifierMapping
          Les identifiants, c'est des NameDefs !!
Manager
          The Manager object is the main interface to create the meta information.
Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
MappingFactory
          MappingFactory defines amethod through which Mapping objects will be created.
MappingPrinter
          This abstract class must be extends for each mapping.
MappingStructure
          todo: Description
MetaObject
          The MetaObject interface is the top level of all meta information interfaces.
NameDef
          The NameDef interface describes the mapping of a reference field, ut can be the PName of a Class.
NameRef
          The NameRef interface defines methods to manage reference to composite name.
Package
          Package object defines an object able to gather a set of classes.
ParentClassMapping
           
PrimitiveElement
          A PrimitiveElement is a field with a primitive type.
PrimitiveElementMapping
          todo: Description
Reference
          Reference interface is the top level of the Reference objects.
ReferenceMapping
          todo: Description
ScalarField
          A ScalarField describes corresponds to a hidden field of a ClassObject or a Generic Class.
TypedElement
          TypedElement interface is the top level of the "field" interface.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mi2xml.api
Class
          A Class interface defines methods to describe a Class meta object.
ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
GenClassMapping
          todo: Description
MetaObject
          The MetaObject interface is the top level of all meta information interfaces.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.mi2xml.lib
Class
          A Class interface defines methods to describe a Class meta object.
ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
GenClassMapping
          todo: Description
MetaObject
          The MetaObject interface is the top level of all meta information interfaces.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.verifier.api
Manager
          The Manager object is the main interface to create the meta information.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.verifier.lib
Manager
          The Manager object is the main interface to create the meta information.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.xml2mi.api
Class
          A Class interface defines methods to describe a Class meta object.
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.
Manager
          The Manager object is the main interface to create the meta information.
Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
MetaObject
          The MetaObject interface is the top level of all meta information interfaces.
 

Classes in org.objectweb.jorm.metainfo.api used by org.objectweb.jorm.xml2mi.lib
Class
          A Class interface defines methods to describe a Class meta object.
ClassMapping
          This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
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.
GenClassRef
          A GenClassRef is an interface which describes method to define a class field which can be a reference to a generic class.
Manager
          The Manager object is the main interface to create the meta information.
Mapping
          A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
MetaObject
          The MetaObject interface is the top level of all meta information interfaces.
NameDef
          The NameDef interface describes the mapping of a reference field, ut can be the PName of a Class.
PrimitiveElement
          A PrimitiveElement is a field with a primitive type.