A B C D E F G H I J K L M N O P R S T U V W

A

accessor - Variable in class org.objectweb.jorm.comp.generator.rdb.RdbBindingMOP.ColInfo
 
AccessorGenerator - class org.objectweb.jorm.comp.generator.lib.AccessorGenerator.
This class is a generator of XXXAccessor objects.
AccessorGenerator() - Constructor for class org.objectweb.jorm.comp.generator.lib.AccessorGenerator
 
ACTION_BIND - Static variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_EXIST - Static variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_EXPORT - Static variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_READ - Static variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_UNBIND - Static variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_UNEXPORT - Static variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_WRITE - Static variable in interface org.objectweb.jorm.api.PBinding
 
adapter - Variable in class org.objectweb.jorm.comp.generator.rdb.RdbCommonHelper
This field permits to access to the converstion type.
add(Object) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Adds the specified element to this collection.
add(Object, Object) - Method in interface org.objectweb.jorm.facility.meminst.genclass.api.Set
Adds the specified element to this set if it is not already present (optional operation).
add(Object, Object) - Method in interface org.objectweb.jorm.facility.meminst.genclass.api.Collection
Ensures that this collection contains the specified element (optional operation).
add(Object, Object) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Ensures that this collection contains the specified element (optional operation).
add(Object, Object) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Set
Adds the specified element to this set if it is not already present.
addAll(Collection) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Adds all of the elements in the specified collection to this set if they're not already present (implemented optional operation).
addAll(Collection, Object) - Method in interface org.objectweb.jorm.facility.meminst.genclass.api.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection, Object) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Set, Object) - Method in interface org.objectweb.jorm.facility.meminst.genclass.api.Set
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Set, Object) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Set
 
addAllInheritedClass(Map) - Method in interface org.objectweb.jorm.metainfo.api.Class
Constructs an Hashtable with inherited class
addAllInheritedClass(Map) - Method in class org.objectweb.jorm.metainfo.lib.BasicClass
Constructs an Map with inherited class
addClass(Class) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Adds an existing Class to the current Schema
addClass(Class) - Method in class org.objectweb.jorm.metainfo.lib.BasicSchema
Adds an existing Class to the current Schema
addCompositeName(CompositeName) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Adds an existing CompositeName to the current Schema
addCompositeName(CompositeName) - Method in class org.objectweb.jorm.metainfo.lib.BasicSchema
Adds an existing CompositeName to the current Schema
addCPExtension(String, Object) - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Allows to add into the hashtable object, the CommandLineParser extension objects which is identified by the @parameter name.
addCPExtension(String, Object) - Method in class org.objectweb.jorm.comp.compiler.lib.BasicCompilerParameter
Allows to add into the hashtable object, the CommandLineParser extension objects which is identified by the @parameter name.
addError(String) - Method in class org.objectweb.jorm.util.lib.CompilerError
Adds an error message to the list of messages.
addGeneratorFactory(GeneratorFactory) - Method in interface org.objectweb.jorm.comp.generator.api.JormGenerator
This method permits to add GeneratorFactory instance.
addGeneratorFactory(GeneratorFactory) - Method in class org.objectweb.jorm.comp.generator.lib.JormGeneratorImpl
This method permits to add GeneratorFactory instance.
addInheritedClass(Class) - Method in interface org.objectweb.jorm.metainfo.api.Class
Adds a new inherited class to the list of the inherited classes for the current class object.
addInheritedClass(Class) - Method in class org.objectweb.jorm.metainfo.lib.BasicClass
Adds a new inherited class to the list of the inherited classes for the current class object.
addInheritedCompositeName(CompositeName) - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Add an inherited composite name to the current composite name.
addInheritedCompositeName(CompositeName) - Method in class org.objectweb.jorm.metainfo.lib.BasicCompositeName
Add an inherited composite name to the current composite name.
addInputFileName(String) - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Adds a file name to the list of the input file names.
addInputFileName(String) - Method in class org.objectweb.jorm.comp.compiler.lib.BasicCompilerParameter
Adds a file name to the list of the input file names.
addMappingFactory(String, String) - Method in interface org.objectweb.jorm.metainfo.api.Manager
Adds a mapping factory to the current metainformation manager.
addMappingFactory(String, String) - Method in class org.objectweb.jorm.metainfo.lib.BasicManager
Adds a mapping factory to the current metainformation manager.
addMappingPrinter(MappingPrinter) - Method in class org.objectweb.jorm.metainfo.lib.MetaInfoPrinter
 
addPrimaryKey(String) - Method in interface org.objectweb.jorm.metainfo.api.rdb.RDBClassMapping
Adds a primary key to the list of existing primary key for the current table.
addPrimaryKey(String) - Method in class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBClassMapping
Adds a primary key to the list of existing primary key for the current table.
addPrimaryKey(String) - Method in class org.objectweb.jorm.metainfo.rdb.BasicRDBClassMapping
Adds a primary key to the list of existing primary key for the current table.
addProjection(String, String) - Method in interface org.objectweb.jorm.metainfo.api.NameRef
Add a projection between a field in the composite name structure and a field in the class.
addProjection(String, String) - Method in class org.objectweb.jorm.metainfo.lib.BasicNameRef
Add a projection between a field in the composite name structure and a field in the class.
AntJorm - class org.objectweb.jorm.util.lib.AntJorm.
 
AntJorm.Extension - class org.objectweb.jorm.util.lib.AntJorm.Extension.
 
AntJorm.Extension(AntJorm, Map) - Constructor for class org.objectweb.jorm.util.lib.AntJorm.Extension
 
AntJorm.Param - class org.objectweb.jorm.util.lib.AntJorm.Param.
 
AntJorm.Param(AntJorm, AntJorm.Extension) - Constructor for class org.objectweb.jorm.util.lib.AntJorm.Param
 
AntJorm.Value - class org.objectweb.jorm.util.lib.AntJorm.Value.
 
AntJorm.Value(AntJorm, AntJorm.Param) - Constructor for class org.objectweb.jorm.util.lib.AntJorm.Value
 
AntJorm() - Constructor for class org.objectweb.jorm.util.lib.AntJorm
 
AntJormCompiler - interface org.objectweb.jorm.util.api.AntJormCompiler.
 
AntJormExec - class org.objectweb.jorm.util.lib.AntJormExec.
This class executes the generation and the compilation of a set of .pd All parameter must be specified in the constructor because the actions are done by the constructor.
AntJormExec() - Constructor for class org.objectweb.jorm.util.lib.AntJormExec
 
arePresents(String) - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Verifies if the tuple mappername/mappingname is present in the current namedef object.
arePresents(String) - Method in class org.objectweb.jorm.metainfo.lib.BasicNameDef
Verifies if the tuple mappingname is present in the current namedef object.
assign(String, String) - Method in class org.objectweb.jorm.util.lib.AntJorm.Extension
 
assign(String, String) - Method in class org.objectweb.jorm.util.lib.AntJorm.Param
 

B

BasicClass - class org.objectweb.jorm.metainfo.lib.BasicClass.
BasicClass is an implementation of the Class interface defined in the meta information system.
BasicClass(String, boolean, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicClass
Builds a new Class object.
BasicClassLoader - class org.objectweb.jorm.util.lib.BasicClassLoader.
Deprecated. This class is not a classloader! need refactoring (Christophe Ney)
BasicClassLoader() - Constructor for class org.objectweb.jorm.util.lib.BasicClassLoader
Deprecated.  
BasicClassMapping - class org.objectweb.jorm.metainfo.lib.BasicClassMapping.
BasicClassMapping is THE basic implementation of the ClassMapping interface.
BasicClassMapping(String, String, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicClassMapping
Builds a new BasicClassMapping.
BasicClassRef - class org.objectweb.jorm.metainfo.lib.BasicClassRef.
BasicClassRef defines a reference to a class which is class field.
BasicClassRef(String, Class, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicClassRef
Builds a new BasicClassRef object.
BasicCompiler - class org.objectweb.jorm.comp.compiler.lib.BasicCompiler.
 
BasicCompiler() - Constructor for class org.objectweb.jorm.comp.compiler.lib.BasicCompiler
It builds a BasicCompiler with a new BasicCompilerParameter.
BasicCompiler(CompilerParameter, BasicClassLoader) - Constructor for class org.objectweb.jorm.comp.compiler.lib.BasicCompiler
It builds a BasicCompiler with the specified BasicCompilerParameter instance.
BasicCompilerParameter - class org.objectweb.jorm.comp.compiler.lib.BasicCompilerParameter.
A BasicCompilerParameter object is an object which manages informations read by the command line parser.
BasicCompilerParameter() - Constructor for class org.objectweb.jorm.comp.compiler.lib.BasicCompilerParameter
Default constructor
BasicCompilerParameter(BasicClassLoader) - Constructor for class org.objectweb.jorm.comp.compiler.lib.BasicCompilerParameter
Deprecated. BasicClassloader is not a class loader! Use default constructor (Christophe Ney)
BasicCompositeName - class org.objectweb.jorm.metainfo.lib.BasicCompositeName.
The BasicCompositeName provides an implementation of the composite name.
BasicCompositeName(String, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicCompositeName
Builds a new CompositeName object.
BasicDomParser - class org.objectweb.jorm.xml2mi.lib.BasicDomParser.
The BasicDomParser class implements the Parser interface.
BasicDomParser(boolean, ArrayList) - Constructor for class org.objectweb.jorm.xml2mi.lib.BasicDomParser
Main constructor for BasicDomParser.
BasicFieldName - class org.objectweb.jorm.metainfo.lib.BasicFieldName.
The FieldName object defines methods to reference an already existing Field.
BasicFieldName(String, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicFieldName
Builds a new BasicFieldName object.
BasicFileMappingFactory - class org.objectweb.jorm.metainfo.lib.file.BasicFileMappingFactory.
 
BasicFileMappingFactory() - Constructor for class org.objectweb.jorm.metainfo.lib.file.BasicFileMappingFactory
 
BasicFosMappingFactory - class org.objectweb.jorm.metainfo.lib.fos.BasicFosMappingFactory.
 
BasicFosMappingFactory - class org.objectweb.jorm.metainfo.fos.BasicFosMappingFactory.
 
BasicFosMappingFactory() - Constructor for class org.objectweb.jorm.metainfo.lib.fos.BasicFosMappingFactory
 
BasicFosMappingFactory() - Constructor for class org.objectweb.jorm.metainfo.fos.BasicFosMappingFactory
 
BasicGenClass - class org.objectweb.jorm.metainfo.lib.BasicGenClass.
BasicGenClass is the implementation of the GenClass interface defined in the Meta information system.
BasicGenClass(String, boolean, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicGenClass
Builds a new BasicGenClass object.
BasicGenClassRef - class org.objectweb.jorm.metainfo.lib.BasicGenClassRef.
BasicGenClassRef defines a reference to a generic class which is class field.
BasicGenClassRef(String, String, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicGenClassRef
Builds a new BasicGenClassRef object.
BasicManager - class org.objectweb.jorm.metainfo.lib.BasicManager.
Implementation object of the Manager interface.
BasicManager() - Constructor for class org.objectweb.jorm.metainfo.lib.BasicManager
 
BasicMemoryMappingFactory - class org.objectweb.jorm.metainfo.lib.memory.BasicMemoryMappingFactory.
 
BasicMemoryMappingFactory - class org.objectweb.jorm.metainfo.memory.BasicMemoryMappingFactory.
 
BasicMemoryMappingFactory() - Constructor for class org.objectweb.jorm.metainfo.lib.memory.BasicMemoryMappingFactory
 
BasicMemoryMappingFactory() - Constructor for class org.objectweb.jorm.metainfo.memory.BasicMemoryMappingFactory
 
BasicNameDef - class org.objectweb.jorm.metainfo.lib.BasicNameDef.
The BasicNameDef object describes the mapping of a reference field, It can be the PName of a Class.
BasicNameDef(MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicNameDef
Builds a new BasicNameDef objects.
BasicNameRef - class org.objectweb.jorm.metainfo.lib.BasicNameRef.
The BasicNameRef is used to reference a composite name.
BasicNameRef(String, CompositeName, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicNameRef
Builds a new BasicNameRef object.
BasicPName - class org.objectweb.jorm.naming.lib.BasicPName.
This basic implementation of a PName delegates all calls to its methods to the PNamingContext it references.
BasicPName() - Constructor for class org.objectweb.jorm.naming.lib.BasicPName
 
BasicPNamingContext - class org.objectweb.jorm.naming.lib.BasicPNamingContext.
Default implementation for a PNamingContext with no coding support.
BasicPNamingContext() - Constructor for class org.objectweb.jorm.naming.lib.BasicPNamingContext
 
BasicPrimitiveElement - class org.objectweb.jorm.metainfo.lib.BasicPrimitiveElement.
The BasicPrimitiveElement object is used to define fields which are primitive types.
BasicPrimitiveElement(String, PType, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicPrimitiveElement
Builds a new PrimitiveElement object.
BasicRdbAdapter - class org.objectweb.jorm.runtime.mapper.rdb.adapter.lib.BasicRdbAdapter.
 
BasicRdbAdapter() - Constructor for class org.objectweb.jorm.runtime.mapper.rdb.adapter.lib.BasicRdbAdapter
 
BasicRDBClassMapping - class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBClassMapping.
BasicRDBClassMapping defines methods to describe how the a class is mapped into a relational database system.
BasicRDBClassMapping - class org.objectweb.jorm.metainfo.rdb.BasicRDBClassMapping.
BasicRDBClassMapping defines methods to describe how the a class is mapped into a relational database system.
BasicRDBClassMapping(String, String, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBClassMapping
Builds a new BasicRDBClassMapping.
BasicRDBClassMapping(String, String, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.rdb.BasicRDBClassMapping
Builds a new BasicRDBClassMapping.
BasicRDBColumnSpec - class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBColumnSpec.
BasicRDBColumnSpec defines one column in the table where the class is projected.
BasicRDBColumnSpec - class org.objectweb.jorm.metainfo.rdb.BasicRDBColumnSpec.
BasicRDBColumnSpec defines one column in the table where the class is projected.
BasicRDBColumnSpec(String, String, boolean, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBColumnSpec
Builds a new BasicRDBColumnSpec.
BasicRDBColumnSpec(String, String, boolean, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.rdb.BasicRDBColumnSpec
Builds a new BasicRDBColumnSpec.
BasicRDBMappingFactory - class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBMappingFactory.
The BasicRDBMappingFactory object defines method to get mapping objects.
BasicRDBMappingFactory - class org.objectweb.jorm.metainfo.rdb.BasicRDBMappingFactory.
The BasicRDBMappingFactory object defines method to get mapping objects.
BasicRDBMappingFactory.mapp - class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBMappingFactory.mapp.
the mapp object represents a simple tuple of mappingName/mapperName Strings.
BasicRDBMappingFactory.mapp - class org.objectweb.jorm.metainfo.rdb.BasicRDBMappingFactory.mapp.
the mapp object represents a simple tuple of mappingName/mapperName Strings.
BasicRDBMappingFactory.mapp(BasicRDBMappingFactory) - Constructor for class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBMappingFactory.mapp
 
BasicRDBMappingFactory.mapp(BasicRDBMappingFactory) - Constructor for class org.objectweb.jorm.metainfo.rdb.BasicRDBMappingFactory.mapp
 
BasicRDBMappingFactory() - Constructor for class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBMappingFactory
 
BasicRDBMappingFactory() - Constructor for class org.objectweb.jorm.metainfo.rdb.BasicRDBMappingFactory
 
BasicRDBValueMapping - class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBValueMapping.
BasicRDBValueMapping defines all the columns which compose a value mapping.
BasicRDBValueMapping - class org.objectweb.jorm.metainfo.rdb.BasicRDBValueMapping.
BasicRDBValueMapping defines all the columns which compose a value mapping.
BasicRDBValueMapping(String, String, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBValueMapping
Build a new BasicRDBValueMapping object.
BasicRDBValueMapping(String, String, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.rdb.BasicRDBValueMapping
Build a new BasicRDBValueMapping object.
BasicScalarField - class org.objectweb.jorm.metainfo.lib.BasicScalarField.
A ScalarField describes corresponds to a hidden field of a ClassObject or a Generic Class.
BasicScalarField(String, PType, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicScalarField
Builds a new BasicScalarField object.
BasicSchema - class org.objectweb.jorm.metainfo.lib.BasicSchema.
BasicSchema is an implementation of the Schema interface.
BasicSchema(String, Manager) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicSchema
Builds a new Schema object.
BasicStringCoder - class org.objectweb.jorm.naming.lib.BasicStringCoder.
The coding format supported by this coder is the following one: - char is coded as is (example 'A' <-> "A" - byte, short, int, long are coded to hexadecimal fixed size strings (example 395/short <-> "018B") - string is coded with its encoded short length followed by the string as is (example "Hello world!" <-> "000CHello World!" - date is coded with its encoded byte length followed by its string representation (example Date(837039928046) <-> "1407/10/96 4:5 PM, PDT"
BasicStringCoder() - Constructor for class org.objectweb.jorm.naming.lib.BasicStringCoder
 
BasicStringCoder(String) - Constructor for class org.objectweb.jorm.naming.lib.BasicStringCoder
 
BasicValueMapping - class org.objectweb.jorm.metainfo.lib.BasicValueMapping.
BasicValueMapping is the implementation of the ValueMapping interface which defines the mapping of ScalarField and PrimitiveField.
BasicValueMapping(String, String, MetaObject) - Constructor for class org.objectweb.jorm.metainfo.lib.BasicValueMapping
Builds a new BasicValueMapping object to map fields.
BasicVerifier - class org.objectweb.jorm.verifier.lib.BasicVerifier.
 
BasicVerifier() - Constructor for class org.objectweb.jorm.verifier.lib.BasicVerifier
builds a new BasicVerifier object.
BasidBinder - class org.objectweb.jorm.facility.naming.basidir.BasidBinder.
 
BasidBinder() - Constructor for class org.objectweb.jorm.facility.naming.basidir.BasidBinder
 
BasidBinder(PMapper, String, byte) - Constructor for class org.objectweb.jorm.facility.naming.basidir.BasidBinder
 
BasidBinder(short) - Constructor for class org.objectweb.jorm.facility.naming.basidir.BasidBinder
 
BasidBinder(short, long) - Constructor for class org.objectweb.jorm.facility.naming.basidir.BasidBinder
 
BasidBinder(short, Object) - Constructor for class org.objectweb.jorm.facility.naming.basidir.BasidBinder
 
BasidName - class org.objectweb.jorm.facility.naming.basidir.BasidName.
 
BasidName(long, BasidBinder) - Constructor for class org.objectweb.jorm.facility.naming.basidir.BasidName
 
BasidName(Object, BasidBinder) - Constructor for class org.objectweb.jorm.facility.naming.basidir.BasidName
 
belongsToInherited(PType) - Method in class org.objectweb.jorm.type.lib.PTypePAAH
Verifies if a PType belongs to those inherited by this PType.
BIGDECIMAL - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
bind(PName) - Method in interface org.objectweb.jorm.api.PBinding
It assigns a DSI represented by the PName passed as a parameter to this PBinding.
bind(PName) - Method in class org.objectweb.jorm.interp.genclass.lib.GenClassBinding
It assigns a DSI represented by the PName passed as a parameter to this PBinding.
bind(PName, PBindingCtrl) - Method in class org.objectweb.jorm.facility.naming.basidir.BasidBinder
 
bind(PName, PBindingCtrl) - Method in interface org.objectweb.jorm.naming.api.PBinder
It associates a PBinding object with a PName within a PBinder.
binder - Variable in class org.objectweb.jorm.interp.genclass.lib.GenClassMapping
The actual PBinder.
BinderGenerator - class org.objectweb.jorm.comp.generator.lib.BinderGenerator.
This class is a generator of XXXBinder objects.
BinderGenerator() - Constructor for class org.objectweb.jorm.comp.generator.lib.BinderGenerator
 
binderTypeDef(PolymorphIdBinderInfo) - Method in interface org.objectweb.jorm.facility.naming.polymorphid.PolymorphIdMgr
Notifies the manager that a PType has been associated with this binder.
binderTypeDef(PolymorphIdBinderInfo) - Method in class org.objectweb.jorm.facility.naming.polymorphid.PolymorphIdMgrImpl
Notifies the manager that a PType has been associated with this binder.
bindingExtendsAccessor() - Method in class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.SetManager
 
bindingExtendsAccessor() - Method in class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.CollectionManager
 
bindingExtendsAccessor() - Method in class org.objectweb.jorm.facility.meminst.manager.basic.lib.ManagerImpl
 
BindingGenerator - class org.objectweb.jorm.comp.generator.lib.BindingGenerator.
This class is a generator of XXXBinding objects.
BindingGenerator(MOP) - Constructor for class org.objectweb.jorm.comp.generator.lib.BindingGenerator
This constrcutor permits to specify which BindingMOP must be used
bmop - Variable in class org.objectweb.jorm.comp.generator.lib.BindingGenerator
The mapper specialization
BOOLEAN - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
bufferList - Variable in class org.objectweb.jorm.runtime.mapper.rdb.RdbBlob
This arrayList contains buffers.
bufferSize - Variable in class org.objectweb.jorm.runtime.mapper.rdb.RdbBlob
The size of the buffer stored in the buffer list
BYTE - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
BYTEARRAY - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 

C

Cache - interface org.objectweb.jorm.naming.cache.api.Cache.
The interface Cache defines the behaviour of a cache that could be used by a naming context.
canBeNullValue(PType) - Method in class org.objectweb.jorm.comp.generator.lib.CommonHelper
 
canPrint(ClassMapping) - Method in class org.objectweb.jorm.metainfo.lib.MappingPrinter
It retrieves true if the MappingPrinter is able to print the ClassMapping specified in parameter.
canPrint(ClassMapping) - Method in class org.objectweb.jorm.metainfo.lib.rdb.RdbMappingPrinter
 
canPrint(ClassMapping) - Method in class org.objectweb.jorm.metainfo.rdb.RdbMappingPrinter
 
canPrint(ValueMapping) - Method in class org.objectweb.jorm.metainfo.lib.MappingPrinter
It retrieves true if the MappingPrinter is able to print the ValueMapping specified in parameter.
canPrint(ValueMapping) - Method in class org.objectweb.jorm.metainfo.lib.rdb.RdbMappingPrinter
 
canPrint(ValueMapping) - Method in class org.objectweb.jorm.metainfo.rdb.RdbMappingPrinter
 
CHAR - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
CHARARRAY - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
charIndex - Variable in class org.objectweb.jorm.facility.meminst.genclass.java.util.CollectionElem
This field can be the index.
Class - interface org.objectweb.jorm.metainfo.api.Class.
A Class interface defines methods to describe a Class meta object.
CLASS_NAME - Static variable in class org.objectweb.jorm.comp.cmdline.rdb.RdbMapperOption
 
classes - Variable in class org.objectweb.jorm.metainfo.lib.BasicSchema
This structure contains all declared classes for the current schema object.
CLASSIDN - Static variable in class org.objectweb.jorm.facility.naming.polymorphid.PolymorphIdBinderInfo
 
classLoader - Variable in class org.objectweb.jorm.comp.compiler.lib.BasicCompiler
 
classLoader - Variable in class org.objectweb.jorm.metainfo.lib.BasicManager
the unique classloader in jorm compilation part to dynamicaly load classes (for mapping factories).
ClassMapping - interface org.objectweb.jorm.metainfo.api.ClassMapping.
The ClassMapping interface defines methods to describe how a class is mapped into JORM.
className - Variable in class org.objectweb.jorm.interp.genclass.file.lib.FileGenClassMapping
 
className - Variable in class org.objectweb.jorm.interp.genclass.memory.lib.MemoryGenClassMapping
 
className - Variable in class org.objectweb.jorm.interp.genclass.fos.lib.FosGenClassMapping
 
classpath - Variable in class org.objectweb.jorm.util.lib.AntJormExec
 
ClassRef - interface org.objectweb.jorm.metainfo.api.ClassRef.
A ClassRef is a field which is a reference field to another class.
cleanElements() - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Clean the indexed element embeded in the set.
CLEANUP_DONOTHING - Static variable in interface org.objectweb.jorm.api.PClassMapping
It tells that a cleanup is required for a JORM class with nothing to do on existing data or hosting structures.
CLEANUP_REMOVEALL - Static variable in interface org.objectweb.jorm.api.PClassMapping
It tells that a cleanup is required for a JORM class with the removal of existing data as well as hosting structures.
CLEANUP_REMOVEDATA - Static variable in interface org.objectweb.jorm.api.PClassMapping
It tells that a cleanup is required for a JORM class with the removal of only existing data.
clear() - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
clear Removes all of the elements from this set (implemented optional operation).
clear(Object) - Method in interface org.objectweb.jorm.facility.meminst.genclass.api.Set
Removes all of the elements from this set (optional operation).
clear(Object) - Method in interface org.objectweb.jorm.facility.meminst.genclass.api.Collection
Removes all of the elements from this collection (optional operation).
clear(Object) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Removes all of the elements from this collection (optional operation).
clearInputFileNames() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
 
clearInputFileNames() - Method in class org.objectweb.jorm.comp.compiler.lib.BasicCompilerParameter
 
close() - Method in class org.objectweb.jorm.runtime.mapper.rdb.RdbBlob
do nothing
close() - Method in class org.objectweb.jorm.util.rdb.DriverConformTest
 
closeConnection(Object) - Method in interface org.objectweb.jorm.api.PMapper
Closes the given connection which has been allocated previously using getConnection.
closeConnection(Object) - Method in class org.objectweb.jorm.runtime.MapperJDBC
Closes the given connection which has been allocated previously using getConnection.
closeConnection(Object) - Method in class org.objectweb.jorm.runtime.MapperJCA
Closes the given connection which has been allocated previously using getConnection.
CmdLineParser - interface org.objectweb.jorm.comp.cmdline.api.CmdLineParser.
The CmdLineParser interface is used to create extension of the main command line.
cn2mn(String) - Method in interface org.objectweb.jorm.api.PMapper
Constructs a "mapped name" starting from a JORM class name.
cn2mn(String) - Method in class org.objectweb.jorm.runtime.Mapper
 
CNLONGGENINCR - Variable in class org.objectweb.jorm.facility.naming.generator.LongGenIncrMgr
 
codingSupported(short) - Method in class org.objectweb.jorm.facility.naming.basidir.BasidBinder
 
codingSupported(short) - Method in class org.objectweb.jorm.facility.naming.polymorphid.PolymorphRefNC
 
codingSupported(short) - Method in interface org.objectweb.jorm.naming.api.PName
It tests if a given coding type is supported for this PName.
codingSupported(short) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
It tests if a given coding type is supported by this naming context.
codingSupported(short) - Method in class org.objectweb.jorm.naming.lib.BasicPName
 
codingSupported(short) - Method in class org.objectweb.jorm.naming.lib.BasicPNamingContext
 
codingType - Variable in class org.objectweb.jorm.facility.naming.basidir.BasidBinder
 
coldesc - Variable in class org.objectweb.jorm.comp.generator.rdb.RdbBindingMOP.ColInfo
case 1 (primitive field) : Coldesc contains a ColDesc object.
Collection - interface org.objectweb.jorm.facility.meminst.genclass.api.Collection.
 
Collection - class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection.
 
Collection(int, PIndexedElemFactory) - Constructor for class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Collection instanciate and initialize a new collection with an initial set size
Collection(PIndexedElemFactory) - Constructor for class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
instanciates a new set that must be initialized with the init method.
CollectionElem - class org.objectweb.jorm.facility.meminst.genclass.java.util.CollectionElem.
 
CollectionElem - class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.CollectionElem.
 
CollectionElem() - Constructor for class org.objectweb.jorm.facility.meminst.genclass.java.util.CollectionElem
 
CollectionElem() - Constructor for class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.CollectionElem
 
CollectionManager - class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.CollectionManager.
 
CollectionManager() - Constructor for class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.CollectionManager
 
colName - Variable in class org.objectweb.jorm.comp.generator.rdb.RdbBindingMOP.ColDesc
 
columnName - Variable in class org.objectweb.jorm.interp.genclass.rdb.api.RdbFieldDesc
The column name to which the JORM field should be mapped.
CommandLineParser - class org.objectweb.jorm.comp.cmdline.lib.CommandLineParser.
The CommandLineParser object parses the command line of the compiler to build a compilation context object.
CommandLineParser() - Constructor for class org.objectweb.jorm.comp.cmdline.lib.CommandLineParser
default constructor
CommandLineParser(BasicClassLoader, CompilerParameter) - Constructor for class org.objectweb.jorm.comp.cmdline.lib.CommandLineParser
Builds a new CommandLineParser object.
CommonHelper - class org.objectweb.jorm.comp.generator.lib.CommonHelper.
This class is a helper for the generation.
CommonHelper.PNGDesc - class org.objectweb.jorm.comp.generator.lib.CommonHelper.PNGDesc.
 
CommonHelper.PNGDesc(CommonHelper, int, TypedElement) - Constructor for class org.objectweb.jorm.comp.generator.lib.CommonHelper.PNGDesc
 
CommonHelper() - Constructor for class org.objectweb.jorm.comp.generator.lib.CommonHelper
 
compileFiles() - Method in class org.objectweb.jorm.comp.compiler.lib.BasicCompiler
Compiles java files generated by the generator system.
compiler - Variable in class org.objectweb.jorm.util.lib.AntJormExec
 
CompilerError - class org.objectweb.jorm.util.lib.CompilerError.
This object is used to manage errors from the compiler.
CompilerError() - Constructor for class org.objectweb.jorm.util.lib.CompilerError
Builds a new CompilerError object
CompilerLogger - class org.objectweb.jorm.util.lib.CompilerLogger.
The CompilerLogger object defines a static LoggerFactory object to create logger.
CompilerLogger() - Constructor for class org.objectweb.jorm.util.lib.CompilerLogger
 
compilerParameter - Variable in class org.objectweb.jorm.comp.compiler.lib.BasicCompiler
The compiler parameters
compilerParameter - Variable in class org.objectweb.jorm.util.lib.AntJormExec
 
CompilerParameter - interface org.objectweb.jorm.comp.compiler.api.CompilerParameter.
The CompilerParameter interface defines methods to set an get informations read by the command line parser.
compiles() - Method in interface org.objectweb.jorm.util.api.AntJormCompiler
 
compiles() - Method in class org.objectweb.jorm.util.lib.AntJormExec
 
compositeName - Variable in class org.objectweb.jorm.interp.genclass.api.FieldDesc
 
CompositeName - interface org.objectweb.jorm.metainfo.api.CompositeName.
The CompositeName interface defines methods to manage composite name.
CompositeNameGenerator - class org.objectweb.jorm.comp.generator.lib.CompositeNameGenerator.
This class is a generator of XXXPNG objects.
CompositeNameGenerator() - Constructor for class org.objectweb.jorm.comp.generator.lib.CompositeNameGenerator
 
compositeNames - Variable in class org.objectweb.jorm.metainfo.lib.BasicSchema
This structure contains all declared compositename for the current schema object.
computePBindingInheritance(String) - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Computes the actual class name which the generated PBinding class must extend.
computePBindingInheritance(String) - Method in class org.objectweb.jorm.comp.compiler.lib.BasicCompilerParameter
Computes the actual class name which the generated PBinding class must extend.
computePClassMappingInheritance(String) - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Computes the actual class name which the generated PClassMapping class must extend.
computePClassMappingInheritance(String) - Method in class org.objectweb.jorm.comp.compiler.lib.BasicCompilerParameter
Computes the actual class name which the generated PClassMapping class must extend.
configure(Properties) - Static method in class org.objectweb.jorm.util.lib.CompilerLogger
Configures the logger factory object with a properties object.
configureRefFields(PClassMapping.ReferenceConfigurator) - Method in interface org.objectweb.jorm.api.PClassMapping
It permits to assign the PNamingContext of all the reference fields of the persitent class.
configureRefFields(PClassMapping.ReferenceConfigurator) - Method in class org.objectweb.jorm.interp.genclass.lib.GenClassMapping
 
connectionFactory - Variable in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
 
connectionFactory - Variable in class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.SetManager
 
connectionFactory - Variable in class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.CollectionManager
 
ConnectionSpecJDBC - class org.objectweb.jorm.runtime.ConnectionSpecJDBC.
Specifies the characteristics of the requested connections.
ConnectionSpecJDBC(String) - Constructor for class org.objectweb.jorm.runtime.ConnectionSpecJDBC
Construct a ConnectionSpecJDBC knowing the DB url.
ConnectionSpecJDBC(String, String, String) - Constructor for class org.objectweb.jorm.runtime.ConnectionSpecJDBC
Construct a ConnectionSpecJDBC knowing the DB url, user, and password.
contains(Object) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Returns true if this set contains the specified element.
contains(Object, Object) - Method in interface org.objectweb.jorm.facility.meminst.genclass.api.Set
Returns true if this set contains the specified element.
contains(Object, Object) - Method in interface org.objectweb.jorm.facility.meminst.genclass.api.Collection
Returns true if this collection contains the specified element.
contains(Object, Object) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Returns true if this collection contains the specified element.
contains(Object, Object) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Set
Returns true if this set contains the specified element.
containsAll(Collection) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection, Object) - Method in interface org.objectweb.jorm.facility.meminst.genclass.api.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection, Object) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Set, Object) - Method in interface org.objectweb.jorm.facility.meminst.genclass.api.Set
Returns true if this set contains all of the elements of the specified collection.
containsAll(Set, Object) - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Set
 
containsCompositeName(Class, CompilerParameter) - Method in class org.objectweb.jorm.comp.generator.lib.CommonHelper
This method allows to know if a class represented by its Class meta object, contains a composite PName.
containsCompositeReference(Class, CompilerParameter) - Method in class org.objectweb.jorm.comp.generator.lib.CommonHelper
This method tests if a class contains a composite reference.
containsGenClassRef(Class) - Method in class org.objectweb.jorm.comp.generator.lib.CommonHelper
This method tests if a class references to a generic class.
containsObject(CompositeName) - Method in class org.objectweb.jorm.comp.generator.lib.BinderGenerator
 
containsPrimitive(CompositeName) - Method in class org.objectweb.jorm.comp.generator.lib.BinderGenerator
 
containsPrimitiveField(Class) - Method in class org.objectweb.jorm.comp.generator.memory.MemoryBindingMOP
 
containsReference(Class) - Method in class org.objectweb.jorm.comp.generator.lib.CommonHelper
This method tests if a class contains a reference.
containsSerializedField(Class) - Method in class org.objectweb.jorm.comp.generator.lib.CommonHelper
This method tests if a class contains a serialized field.
CREATE_STRUCTURE_IF_NEEDED - Static variable in interface org.objectweb.jorm.api.PClassMapping
It permits to specify to create the if it does not already exist.
createBindingMOP(CompilerParameter) - Method in interface org.objectweb.jorm.comp.generator.api.MOPFactory
This method must return a new instance of a BindingMOP
createBindingMOP(CompilerParameter) - Method in class org.objectweb.jorm.comp.generator.file.FileMOPFactory
This method must return a new instance of a BindingMOP
createBindingMOP(CompilerParameter) - Method in class org.objectweb.jorm.comp.generator.rdb.RdbMOPFactory
This method must return a new instance of a BindingMOP
createBindingMOP(CompilerParameter) - Method in class org.objectweb.jorm.comp.generator.memory.MemoryMOPFactory
This method must return a new instance of a BindingMOP
createBindingMOP(CompilerParameter) - Method in class org.objectweb.jorm.comp.generator.fos.FosMOPFactory
This method must return a new instance of a BindingMOP
createClass(String, boolean) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Returns a new Class created with a class name.
createClass(String, boolean) - Method in class org.objectweb.jorm.metainfo.lib.BasicSchema
Returns a new Class created with a class name.
createClassMapping(String, String) - Method in interface org.objectweb.jorm.metainfo.api.Class
Creates a new ClassMapping object for the current class.
createClassMapping(String, String) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new ClassMapping object for the current reference.
createClassMapping(String, String) - Method in class org.objectweb.jorm.metainfo.lib.BasicClass
Creates a new ClassMapping object for the current class.
createClassMapping(String, String) - Method in class org.objectweb.jorm.metainfo.lib.BasicGenClassRef
Creates a new ClassMapping object for the current reference.
createClassMapping(String, String, MetaObject) - Method in interface org.objectweb.jorm.metainfo.api.MappingFactory
Creates a ClassMapping object from the current factory.
createClassMapping(String, String, MetaObject) - Method in class org.objectweb.jorm.metainfo.lib.file.BasicFileMappingFactory
Creates a ClassMapping object from the current factory.
createClassMapping(String, String, MetaObject) - Method in class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBMappingFactory
Creates a ClassMapping object from the current factory.
createClassMapping(String, String, MetaObject) - Method in class org.objectweb.jorm.metainfo.lib.memory.BasicMemoryMappingFactory
Creates a ClassMapping object from the current factory.
createClassMapping(String, String, MetaObject) - Method in class org.objectweb.jorm.metainfo.lib.fos.BasicFosMappingFactory
Creates a ClassMapping object from the current factory.
createClassMapping(String, String, MetaObject) - Method in class org.objectweb.jorm.metainfo.fos.BasicFosMappingFactory
Creates a ClassMapping object from the current factory.
createClassMapping(String, String, MetaObject) - Method in class org.objectweb.jorm.metainfo.memory.BasicMemoryMappingFactory
Creates a ClassMapping object from the current factory.
createClassMapping(String, String, MetaObject) - Method in class org.objectweb.jorm.metainfo.rdb.BasicRDBMappingFactory
Creates a ClassMapping object from the current factory.
createClasspath() - Method in class org.objectweb.jorm.util.lib.AntJorm
Creates a nested classpath element if it is not already defined.
createClassRef(Class) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new ClassRef object, and attach it to the current GenClassRef This method must be used when the recursion is finished (we are on final object which is a ClassRef).
createClassRef(Class) - Method in class org.objectweb.jorm.metainfo.lib.BasicGenClassRef
Creates a new ClassRef object, and attach it to the current GenClassRef This method must be used when the recursion is finished (we are on final object which is a ClassRef).
createClassRef(String, Class) - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to obtain a new ClassRef from a field name an its class.
createClassRef(String, Class) - Method in class org.objectweb.jorm.metainfo.lib.BasicClass
Allows to obtain a new ClassRef from a field name an its class.
createCompiler() - Method in interface org.objectweb.jorm.util.api.AntJormCompiler
 
createCompiler() - Method in class org.objectweb.jorm.util.lib.AntJormExec
 
createCompositeName(String) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Returns a new compositename identified by its name.
createCompositeName(String) - Method in class org.objectweb.jorm.metainfo.lib.BasicSchema
Returns a new compositename identified by its name.
createCompositeNameField(String, PType) - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Build a new scalarfield that describes a field in the composite name
createCompositeNameField(String, PType) - Method in class org.objectweb.jorm.metainfo.lib.BasicCompositeName
Build a new scalarfield that describes a field in the composite name
createDTD() - Method in class org.objectweb.jorm.util.lib.AntJorm
Create a DTD location record.
createExtension() - Method in class org.objectweb.jorm.util.lib.AntJorm
 
createGenClass(String, boolean) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Returns a new GenClass created with a generic class name.
createGenClass(String, boolean) - Method in class org.objectweb.jorm.metainfo.lib.BasicSchema
Returns a new GenClass created with a generic class name.
createGenClassRef(String) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new GenClassRef object.
createGenClassRef(String) - Method in class org.objectweb.jorm.metainfo.lib.BasicGenClassRef
Creates a new GenClassRef object.
createGenClassRef(String, String) - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to obtain a new GenClassRef from a field name an its generic class.
createGenClassRef(String, String) - Method in class org.objectweb.jorm.metainfo.lib.BasicClass
Allows to obtain a new GenClassRef from a field name an its generic class.
createGenerator() - Method in interface org.objectweb.jorm.comp.generator.api.GeneratorFactory
This method must return a new instance of the user Generator.
createHiddenClass(String, boolean) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Returns a new Class created with a class name.
createHiddenClass(String, boolean) - Method in class org.objectweb.jorm.metainfo.lib.BasicSchema
Returns a new Class created with a class name.
createHiddenCompositeName(String) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Returns a new compositename created with its name.
createHiddenCompositeName(String) - Method in class org.objectweb.jorm.metainfo.lib.BasicSchema
Returns a new compositename created with its name.
createHiddenField(String, PType) - Method in interface org.objectweb.jorm.metainfo.api.Class
Creates an hiddenfield for the current Class object.
createHiddenField(String, PType) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Create a new hidden field for the refgenclass.
createHiddenField(String, PType) - Method in class org.objectweb.jorm.metainfo.lib.BasicClass
Creates a new scalar field and adds it to the list of hidden fields.
createHiddenField(String, PType) - Method in class org.objectweb.jorm.metainfo.lib.BasicGenClassRef
Create a new hidden field for the refgenclass.
createIndexField(String, PType) - Method in interface org.objectweb.jorm.metainfo.api.GenClass
Returns a new PrimitiveElement object, created with its name and its type (PType).
createIndexField(String, PType) - Method in class org.objectweb.jorm.metainfo.lib.BasicGenClass
Returns a new PrimitiveElement object, created with its name and its type (PType).
createMappingMOP(CompilerParameter) - Method in interface org.objectweb.jorm.comp.generator.api.MOPFactory
This method must return a new instance of a MappingMOP
createMappingMOP(CompilerParameter) - Method in class org.objectweb.jorm.comp.generator.file.FileMOPFactory
This method must return a new instance of a MappingMOP
createMappingMOP(CompilerParameter) - Method in class org.objectweb.jorm.comp.generator.rdb.RdbMOPFactory
This method must return a new instance of a MappingMOP
createMappingMOP(CompilerParameter) - Method in class org.objectweb.jorm.comp.generator.memory.MemoryMOPFactory
This method must return a new instance of a MappingMOP
createMappingMOP(CompilerParameter) - Method in class org.objectweb.jorm.comp.generator.fos.FosMOPFactory
This method must return a new instance of a MappingMOP
createNameDef() - Method in interface org.objectweb.jorm.metainfo.api.Class
Creates a new NameDef object for the current Class object.
createNameDef() - Method in interface org.objectweb.jorm.metainfo.api.Reference
Creates a new NameDef object for the current reference class object.
createNameDef() - Method in class org.objectweb.jorm.metainfo.lib.BasicClassRef
Creates a new NameDef object for the current reference class object.
createNameDef() - Method in class org.objectweb.jorm.metainfo.lib.BasicClass
Creates a new NameDef object for the current Class object.
createNameDef() - Method in class org.objectweb.jorm.metainfo.lib.BasicGenClassRef
Creates a new NameDef object for the current reference class object.
createNameRef(String, CompositeName) - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Build a reference toward a composite name describing the namedef.
createNameRef(String, CompositeName) - Method in class org.objectweb.jorm.metainfo.lib.BasicNameDef
Build a reference toward a composite name describing the namedef.
createPAccessor() - Method in class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.SetManager
 
createPAccessor() - Method in class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.CollectionManager
 
createPAccessor() - Method in class org.objectweb.jorm.facility.meminst.manager.basic.lib.ManagerImpl
 
createParam() - Method in class org.objectweb.jorm.util.lib.AntJorm.Extension
 
createPBinding() - Method in interface org.objectweb.jorm.api.PClassMapping
It creates a new PBinding.
createPBinding() - Method in class org.objectweb.jorm.interp.genclass.file.lib.FileGenClassMapping
It creates a new PBinding.
createPBinding() - Method in class org.objectweb.jorm.interp.genclass.rdb.lib.RdbGenClassMapping
It creates a new PBinding.
createPBinding() - Method in class org.objectweb.jorm.interp.genclass.memory.lib.MemoryGenClassMapping
It creates a new PBinding.
createPBinding() - Method in class org.objectweb.jorm.interp.genclass.fos.lib.FosGenClassMapping
It creates a new PBinding.
createPBinding(PClassMapping) - Method in class org.objectweb.jorm.facility.meminst.manager.basic.lib.ManagerImpl
 
createPIndexedElem() - Method in interface org.objectweb.jorm.api.PIndexedElemFactory
It creates an indexed element to be used by the binding for exchanging elements between the MI and the binding, using the paAdd and the paiterate methods.
createPIndexedElem() - Method in class org.objectweb.jorm.facility.meminst.genclass.java.util.Collection
Implementation of the PGenClassAccessor.
createPIndexedElem() - Method in class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.SetManager
It creates an indexed element to be used by the binding for exchanging elements between the MI and the binding, using the paAdd and the paiterate methods.
createPIndexedElem() - Method in class org.objectweb.jorm.facility.meminst.manager.basic.genclass.java.util.CollectionManager
It creates an indexed element to be used by the binding for exchanging elements between the MI and the binding, using the paAdd and the paiterate methods.
createPrimitiveElement(PType) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new PrimitiveElement object, and attach it to the current GenClassRef This method must be used when the recursion is finished (we are on final object which is a PrimitiveElement).
createPrimitiveElement(PType) - Method in class org.objectweb.jorm.metainfo.lib.BasicGenClassRef
Creates a new PrimitiveElement object, and attach it to the current GenClassRef This method must be used when the recursion is finished (we are on final object which is a PrimitiveElement).
createPrimitiveElement(String, PType) - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to obtain a new PrimitiveElement from a class field name an its type.
createPrimitiveElement(String, PType) - Method in class org.objectweb.jorm.metainfo.lib.BasicClass
Allows to obtain a new PrimitiveElement from a class field name an its type.
createPType(String) - Method in interface org.objectweb.jorm.type.api.PTypeSpace
It creates a new PType for a JORM class that has no inherited class.
createPType(String) - Method in class org.objectweb.jorm.type.lib.PTypeSpacePAAH
It creates a new PType for a JORM class that has no inherited class.
createPType(String[], PType) - Method in interface org.objectweb.jorm.type.api.PTypeSpace
It creates a new PType for a JORM generic class instance.
createPType(String[], PType) - Method in class org.objectweb.jorm.type.lib.PTypeSpacePAAH
It creates a new PType for a JORM generic class instance.
createPType(String[], String, String[][]) - Method in interface org.objectweb.jorm.type.api.PTypeSpace
It creates a new PType for a JORM generic class instance.
createPType(String[], String, String[][]) - Method in class org.objectweb.jorm.type.lib.PTypeSpacePAAH
It creates a new PType for a JORM generic class instance.
createPType(String, String[][]) - Method in interface org.objectweb.jorm.type.api.PTypeSpace
It creates a new PType for a JORM class.
createPType(String, String[][]) - Method in class org.objectweb.jorm.type.lib.PTypeSpacePAAH
It creates a new PType for a JORM class.
createRDBColumnSpec(String, String, boolean) - Method in interface org.objectweb.jorm.metainfo.api.rdb.RDBValueMapping
Creates a new RDBColumnSpec for the current RDBValueMapping object.
createRDBColumnSpec(String, String, boolean) - Method in class org.objectweb.jorm.metainfo.lib.rdb.BasicRDBValueMapping
Creates a new RDBColumnSpec for the current RDBValueMapping object.
createRDBColumnSpec(String, String, boolean) - Method in class org.objectweb.jorm.metainfo.rdb.BasicRDBValueMapping
Creates a new RDBColumnSpec for the current RDBValueMapping object.
createRefNameDef() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new NameDef object for the new GenClassRef object.
createRefNameDef() - Method in class org.objectweb.jorm.metainfo.lib.BasicGenClassRef
Creates a new NameDef object for th