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

A

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
 
addAllInheritedClass(Map) - Method in interface org.objectweb.jorm.metainfo.api.Class
Constructs an Hashtable with inherited class
addClass(Class) - Method in interface org.objectweb.jorm.metainfo.api.Schema
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
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.
addGeneratorFactory(GeneratorFactory) - Method in interface org.objectweb.jorm.comp.generator.api.JormGenerator
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.
addInheritedCompositeName(CompositeName) - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
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.
addMappingFactory(String, String) - Method in interface org.objectweb.jorm.metainfo.api.Manager
Adds a mapping factory to the current metainformation manager.
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.
arePresents(String) - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Verifies if the tuple mappername/mappingname is present in the current namedef object.

B

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, PBindingCtrl) - Method in interface org.objectweb.jorm.naming.api.PBinder
It associates a PBinding object with a PName within a PBinder.
BOOLEAN - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
BYTE - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
BYTEARRAY - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 

C

CHAR - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
CHARARRAY - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
Class - interface org.objectweb.jorm.metainfo.api.Class.
A Class interface defines methods to describe a Class meta object.
ClassMapping - interface org.objectweb.jorm.metainfo.api.ClassMapping.
The ClassMapping interface defines methods to describe how a class is mapped into JORM.
ClassRef - interface org.objectweb.jorm.metainfo.api.ClassRef.
A ClassRef is a field which is a reference field to another class.
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.
clearInputFileNames() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
 
closeConnection(Object) - Method in interface org.objectweb.jorm.api.PMapper
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.
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.
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.
CompositeName - interface org.objectweb.jorm.metainfo.api.CompositeName.
The CompositeName interface defines methods to manage composite name.
computePBindingInheritance(String) - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
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.
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.
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
createClass(String, boolean) - Method in interface org.objectweb.jorm.metainfo.api.Schema
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, MetaObject) - Method in interface org.objectweb.jorm.metainfo.api.MappingFactory
Creates a ClassMapping object from the current factory.
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(String, Class) - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to obtain a new ClassRef from a field name an its class.
createCompositeName(String) - Method in interface org.objectweb.jorm.metainfo.api.Schema
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
createGenClass(String, boolean) - Method in interface org.objectweb.jorm.metainfo.api.Schema
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, String) - Method in interface org.objectweb.jorm.metainfo.api.Class
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.
createHiddenCompositeName(String) - Method in interface org.objectweb.jorm.metainfo.api.Schema
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.
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).
createMappingMOP(CompilerParameter) - Method in interface org.objectweb.jorm.comp.generator.api.MOPFactory
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.
createNameRef(String, CompositeName) - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Build a reference toward a composite name describing the namedef.
createPBinding() - Method in interface org.objectweb.jorm.api.PClassMapping
It creates a new PBinding.
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.
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(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.
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[], PType) - 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 interface org.objectweb.jorm.type.api.PTypeSpace
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.
createRefNameDef() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new NameDef object for the new GenClassRef object.
createSchema(String) - Method in interface org.objectweb.jorm.metainfo.api.Manager
Returns a new schema.
createValueMapping(String, String) - Method in interface org.objectweb.jorm.metainfo.api.PrimitiveElement
Creates a new ValueMapping object for the current element.
createValueMapping(String, String, MetaObject) - Method in interface org.objectweb.jorm.metainfo.api.MappingFactory
Creates a ValueMapping object from the current factory.
CTBYTE - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a byte.
CTBYTEARRAY - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a bytearray.
CTCHAR - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an char.
CTCHARARRAY - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a chararray.
CTCOMPOSITE - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an Object that is composite name (e.g., a multi-fields relational primary key).
CTDATE - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a date.
CTINT - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an int.
CTLONG - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a long.
CTOBYTE - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a byte.
CTOCHAR - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an char.
CTOINT - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an int.
CTOLONG - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a long.
CTOSHORT - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a short.
CTSHORT - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a short.
CTSTRING - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a string.
CTSYSTEM - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an Object that is DS-specific.

D

DATE - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
Debug - interface org.objectweb.jorm.api.Debug.
This inerface contains a constant flag used to remove the source code which makes traces.
decode(byte[]) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decode methods recreates PName within a naming context from an encoded representation.
decodeAbstract(Object, Object) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeAbstract methods recreates PName within a naming context from an encoded representation.
decodeByte(byte) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeByte methods recreates PName within a naming context from an encoded representation.
decodeChar(char) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeChar methods recreates PName within a naming context from an encoded representation.
decodeDate(Date) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeDate methods recreates PName within a naming context from an encoded representation.
decodeInt(int) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeInt methods recreates PName within a naming context from an encoded representation.
decodeLong(long) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeLong methods recreates PName within a naming context from an encoded representation.
decodeObyte(Byte) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeObyte methods recreates PName within a naming context from an encoded representation.
decodeOchar(Character) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeOchar methods recreates PName within a naming context from an encoded representation.
decodeOint(Integer) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeOint methods recreates PName within a naming context from an encoded representation.
decodeOlong(Long) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeOlong methods recreates PName within a naming context from an encoded representation.
decodeOshort(Short) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeOshort methods recreates PName within a naming context from an encoded representation.
decodeShort(short) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeShort methods recreates PName within a naming context from an encoded representation.
decodeString(String) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeString methods recreates PName within a naming context from an encoded representation.
DOUBLE - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 

E

ELEM_CREATED - Static variable in interface org.objectweb.jorm.api.PIndexedElem
It specifies that this element is a new one within this generic class object.
ELEM_DELETED - Static variable in interface org.objectweb.jorm.api.PIndexedElem
It specifies that this element has been deleted from this generic class object.
ELEM_MODIFIED - Static variable in interface org.objectweb.jorm.api.PIndexedElem
It specifies that this element as been modified within this generic class object.
ELEM_UNMODIFIED - Static variable in interface org.objectweb.jorm.api.PIndexedElem
It specifies that this element existed at load time and that it has not been modified until then.
encode() - Method in interface org.objectweb.jorm.naming.api.PName
The encode method produces an encoded representation of this PName within its naming context.
encode(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encode method produces an encoded representation of a PName within a naming context.
encodeAbstract() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeAbstract method produces an encoded representation of this PName.
encodeAbstract(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeAbstract method produces an encoded representation of a PName within a naming context.
encodeByte() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeByte method produces an encoded representation of this PName within its naming context.
encodeByte(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeByte method produces an encoded representation of a PName within a naming context.
encodeChar() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeChar method produces an encoded representation of this PName within its naming context.
encodeChar(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeChar method produces an encoded representation of a PName within a naming context.
encodeDate() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeDate method produces an encoded representation of this PName within its naming context.
encodeDate(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeDate method produces an encoded representation of a PName within a naming context.
encodeInt() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeInt method produces an encoded representation of this PName within its naming context.
encodeInt(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeInt method produces an encoded representation of a PName within a naming context.
encodeLong() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeLong method produces an encoded representation of this PName within its naming context.
encodeLong(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeLong method produces an encoded representation of a PName within a naming context.
encodeObyte() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeObyte method produces an encoded representation of this PName within its naming context.
encodeObyte(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeObyte method produces an encoded representation of a PName within a naming context.
encodeOchar() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeOchar method produces an encoded representation of this PName within its naming context.
encodeOchar(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeOchar method produces an encoded representation of a PName within a naming context.
encodeOint() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeOint method produces an encoded representation of this PName within its naming context.
encodeOint(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeOint method produces an encoded representation of a PName within a naming context.
encodeOlong() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeOlong method produces an encoded representation of this PName within its naming context.
encodeOlong(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeOlong method produces an encoded representation of a PName within a naming context.
encodeOshort() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeOshort method produces an encoded representation of this PName within its naming context.
encodeOshort(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeOshort method produces an encoded representation of a PName within a naming context.
encodeShort() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeShort method produces an encoded representation of this PName within its naming context.
encodeShort(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeShort method produces an encoded representation of a PName within a naming context.
encodeString() - Method in interface org.objectweb.jorm.naming.api.PName
The encodeString method produces an encoded representation of this PName within its naming context.
encodeString(PName) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The encodeString method produces an encoded representation of a PName within a naming context.
equalCNType(Object) - Method in interface org.objectweb.jorm.metainfo.api.NameRef
test if the type of the compositename referenced in this nameref is equals to the type referenced by the nameref passed as parameter.
equals(Object) - Method in class org.objectweb.jorm.type.api.PType
 
exist(Object) - Method in interface org.objectweb.jorm.api.PBinding
It verifies if the DSI attached to this binding exists within the DS.
export(Object) - Method in interface org.objectweb.jorm.api.PBinding
It creates a new PName for this binding, the binding state is normally changed to LIFECYCLE_NEWTOWRITE, and the link to a data store instance if it existed is removed.
export(Object, Object) - Method in interface org.objectweb.jorm.api.PBinding
It creates a new PName for this binding, the binding state is normally changed to LIFECYCLE_NEWTOWRITE, and the link to a data store instance if it existed is removed.
export(Object, Object) - Method in interface org.objectweb.jorm.naming.api.PNameManager
It associates a PName to an information item within a naming context.
export(Object, Object, Object) - Method in interface org.objectweb.jorm.naming.api.PNameManager
It associates a PName to an information item within a naming context.
export(Object, PNamingContext) - Method in interface org.objectweb.jorm.naming.api.PName
It associates a PName to an information item within a naming context.
export(Object, PNamingContext, Object) - Method in interface org.objectweb.jorm.naming.api.PName
It associates a PName to an information item within a naming context.

F

FieldName - interface org.objectweb.jorm.metainfo.api.FieldName.
The FieldName interface defines methods to reference an already existing Field.
FLOAT - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 

G

GenClass - interface org.objectweb.jorm.metainfo.api.GenClass.
The GenClass interface defines generic class object which are used to gather other objects.
GenClassRef - interface org.objectweb.jorm.metainfo.api.GenClassRef.
A GenClassRef is an interface which describes method to define a class field which can be a reference to a generic class.
generate(MetaObject, TargetHolder, CompilerParameter) - Method in interface org.objectweb.jorm.comp.generator.api.Generator
Generates information for the Persistence Meta Object.
Generator - interface org.objectweb.jorm.comp.generator.api.Generator.
Generation is a simple interface which allows to generate object file depending on their nature.
GeneratorDescriptor - interface org.objectweb.jorm.comp.generator.api.GeneratorDescriptor.
This interface describes the configuration of the Jorm generator.
GeneratorFactory - interface org.objectweb.jorm.comp.generator.api.GeneratorFactory.
This factory permits to a user to create its personal Generator instance.
getAllClassIterator() - Method in interface org.objectweb.jorm.metainfo.api.Manager
Build an iterator to iterate all classes in the meta information (composite names are excluded)
getBinderClassMapping() - Method in interface org.objectweb.jorm.naming.api.PBinder
It returns the PClassMapping for which it is the binder.
getByte() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getChar() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getClass(String) - Method in interface org.objectweb.jorm.metainfo.api.Manager
Searches a class into all the declared schemas and returns it.
getClass(String) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Returns a Class created with a class name.
getClassMapping(String, String) - Method in interface org.objectweb.jorm.metainfo.api.Class
Returns an existing ClassMapping object for the current class object.
getClassMapping(String, String) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Returns an existing ClassMapping object for the current reference object from a given mapper name and mapping name.
getClassName() - Method in interface org.objectweb.jorm.api.PClassMapping
It retrieves the name of the class referenced by this PClassMapping.
getClassName() - Method in interface org.objectweb.jorm.metainfo.api.ClassRef
Returns the name of the class ref.
getClasspath() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the classpath used to search files or to compile.
getClassRef() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Returns the ClassRef object which defines the current GenClassRef object.
getCNSchemaName() - Method in interface org.objectweb.jorm.metainfo.api.NameRef
Return the name of the schema for the composite name referenced by this nameref.
getCompositeName() - Method in interface org.objectweb.jorm.metainfo.api.NameRef
Retrieve the metaobject describing the composite name referenced by this nameref.
getCompositeName(String) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Returns a compositename identified with its name.
getConnection() - Method in interface org.objectweb.jorm.api.PMapper
Allocates a connection for accessing the underlying DS.
getConnection(Object) - Method in interface org.objectweb.jorm.api.PMapper
Allocates a connection for accessing the underlying DS knowing additional context information.
getConnectionFactory() - Method in interface org.objectweb.jorm.api.PMapper
Returns the connection factory associated to this mapper.
getCPExtension() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Allows to get the hashtable object which contains the CommandLineParser extension objects.
getCPExtension(String) - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns an object, in most cases, it should be a com.mypackage.myobjects.CmdLineParser object.
getDate() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getDtdLocations() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the list of DTD locations that are specified.
getElemStatus() - Method in interface org.objectweb.jorm.api.PIndexedElem
It yields the status of this indexed element.
getField() - Method in interface org.objectweb.jorm.metainfo.api.FieldName
Returns the name of the referenced field.
getFieldName() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Retrieve the name of the field describing the namedef.
getFieldNumber() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Returns the number of fields which composed the current object.
getFieldNumber() - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Give the number of fields composing the current composite name.
getFieldRefNumber() - Method in interface org.objectweb.jorm.metainfo.api.Class
Returns the number of fields which are references to classes.
getFQName() - Method in interface org.objectweb.jorm.metainfo.api.Class
 
getFQName() - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Allows to know the fully qualifed name of the current CompositeName object.
getGenClass() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Returns the underlying GenClass object which describes the generic class object used.
getGenClass(String) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Returns a GenClass created with a generic class name.
getGenClassMapping() - Method in interface org.objectweb.jorm.api.PClassMapping
It gives access to the PClassMapping associated to the element of a generic class whose type is a generic class.
getGenClassMapping(String) - Method in interface org.objectweb.jorm.api.PClassMapping
It gives access to the PClassMapping associated to a field whose type is a generic class.
getGenClassMapping(String, String, String[]) - Method in interface org.objectweb.jorm.api.PClassMapping.ReferenceConfigurator
It retrieves the PClassMapping which must be associated to the field specified in parameter.
getGenClassMapping(String, String, String[], String) - Method in interface org.objectweb.jorm.api.PClassMapping.ReferenceConfigurator
It retrieves the PClassMapping which must be associated to the field specified in parameter.
getGenClassName() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Returns the name of the GenClass object.
getGenClassRef() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Returns the GenClassRef object which defines the current GenClassRef object.
getHiddenClass(String) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Returns an hidden class.
getHiddenCompositeName(String) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Returns an hidden compositename.
getHiddenField(String) - Method in interface org.objectweb.jorm.metainfo.api.Class
Retrieve the hiddenfield identified by its name in the current class.
getHiddenField(String) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
retrieve an hiddenfield from its name.
getIndexField(String) - Method in interface org.objectweb.jorm.metainfo.api.GenClass
Returns the PrimitiveElement corresponding to its name.
getIndexFieldNumber() - Method in interface org.objectweb.jorm.metainfo.api.GenClass
Returns the number of index fields for the current generic class.
getInheritedClassNumber() - Method in interface org.objectweb.jorm.metainfo.api.Class
Returns the number of inherited classes for the current Class object.
getInheritedCompositeName(String) - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Retrieve an inherited composite name form its name.
getInheritedCompositeNameNumber() - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Returns the number of inherited composite name for the current composite name object.
getInheritedPType() - Method in class org.objectweb.jorm.type.api.PType
It retrieves the PType directly inherited by a PType representing a JORM class.
getInputFileNames() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Allows to get a list of input file names (.pd files).
getInt() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getJavaCompiler() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the java compiler sets by the programmer on the command line.
getJavaName() - Method in class org.objectweb.jorm.type.api.PType
It retrieves the Java name associated to this PType.
getJormName() - Method in class org.objectweb.jorm.type.api.PType
It retrieves the JORM name associated to this PType.
getLong() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getMapperName() - Method in interface org.objectweb.jorm.api.PMapper
The name yielded by this method defines what kind of PMapper is used on a particular DS.
getMapperName() - Method in interface org.objectweb.jorm.metainfo.api.ClassMapping
Returns the complete name of the mapper used by the current class
getMapperName() - Method in interface org.objectweb.jorm.metainfo.api.ValueMapping
Returns the complete name of the mapper.
getMapperName() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the mapper name specified by the user.
getMappingFactory() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the name of the mapping factory used by the meta information to build mapping information.
getMappingFactory(String) - Method in interface org.objectweb.jorm.metainfo.api.Manager
Returns a mapping factory corresponding to a mapper name.
getMappingName() - Method in interface org.objectweb.jorm.api.PMapper
It retrieves the name of the mapping that is instanciated through this mapper.
getMappingName() - Method in interface org.objectweb.jorm.metainfo.api.ClassMapping
Returns the name of the mapping used by the current class.
getMappingName() - Method in interface org.objectweb.jorm.metainfo.api.ValueMapping
Returns the name of the mapping.
getMappingName() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the name of the mapping specified by the user.
getMappNames() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Retrieve an iterator over the mapping name defined for this NameDef.
getMemoryInstance() - Method in interface org.objectweb.jorm.api.PAccessor
It returns the memory instance within which the persistent variables are defined.
getMetaInfo() - Method in interface org.objectweb.jorm.api.PClassMapping
It returns the Class/GenClass object representing the meta-information associated to the JORM class/generic class whose mapping is defined by this PClassMapping.
getMetaInfoManager() - Method in interface org.objectweb.jorm.api.PMapper
It retrieves a meta-information Manager that may used by a parser in order to load the meta-information associated to JORM classes mapped within this PMapper.
getMetaInfoManager() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
 
getMetaInfoName() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the class name of the meta information system.
getMOClass() - Method in interface org.objectweb.jorm.metainfo.api.ClassRef
Returns the Class object which describes the ClassRef entity.
getName() - Method in interface org.objectweb.jorm.metainfo.api.TypedElement
Returns the name of the current typed element.
getName() - Method in interface org.objectweb.jorm.metainfo.api.GenClass
Allows to know the name of the current generic class object.
getName() - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to know the name of the current class object.
getName() - Method in interface org.objectweb.jorm.metainfo.api.NameRef
Retrieve the name of the nameref.
getName() - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Allows to know the name of the current CompositeName object.
getName() - Method in interface org.objectweb.jorm.metainfo.api.Schema
Returns the name of the schema.
getNameDef(String) - Method in interface org.objectweb.jorm.metainfo.api.Class
Returns a NameDef object from a given mapperName and mappingName.
getNameDef(String) - Method in interface org.objectweb.jorm.metainfo.api.Reference
Returns a NameDef object from a given mappingName.
getNameRef() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Retrieves the nameref if the namedef is a composite one.
getNestedException() - Method in class org.objectweb.jorm.api.PException
It return the DS-specific nested exception associated with this I/O JORM exception.
getNestedPType() - Method in class org.objectweb.jorm.type.api.PType
It retrieves the nested PType in case of a generic class PType.
getNull() - Method in interface org.objectweb.jorm.naming.api.PNameCoder
It yields a "null" representation of a name within this naming context.
getNullValue() - Method in interface org.objectweb.jorm.metainfo.api.ScalarField
get the null value for this field.
getObyte() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getOchar() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getOint() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getOlong() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getOshort() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getOutputDirectory() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the directory where files must be generated.
getParent() - Method in interface org.objectweb.jorm.metainfo.api.MetaObject
Allows to know the parent MetaObject of the current MetaObject.
getParserErrorHandler() - Method in interface org.objectweb.jorm.xml2mi.api.Parser
allows to know the list of error the parser encounters.
getParserException() - Method in interface org.objectweb.jorm.xml2mi.api.Parser
returns the exception which is reached during the parsing of a file
getParserName() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the class of the xml parser specified by the user.
getPBinder() - Method in interface org.objectweb.jorm.api.PClassMapping
It yields the PBinder associated to this PClassMapping.
getPBindingInheritance() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the class name which the generated PBinding class must extend.
getPClassMapping() - Method in interface org.objectweb.jorm.api.PBinding
It gives access to the PClassMapping which manages this binding.
getPClassMappingInheritance() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the class name which the generated PClassMapping classes must be extended.
getPMapper() - Method in interface org.objectweb.jorm.api.PClassMapping
It gives access to the mapper that has mapped the associated JORM class as defined by this PClassMapping.
getPName() - Method in interface org.objectweb.jorm.api.PBinding
It gives access to the PName, which designate a particular DSI, associated to this binding.
getPNameIterator(Object) - Method in interface org.objectweb.jorm.api.PClassMapping
It returns an iterator over all pname of persitent objects availlable in this class.
getPNameManager() - Method in interface org.objectweb.jorm.api.PClassMapping
It returns the naming context that manages the references contained by the generic class instance whose mapping is defined by this PClassMapping.
getPNameManager() - Method in interface org.objectweb.jorm.naming.api.PName
It retrieves the name manager associated to this PName.
getPNameManager(String) - Method in interface org.objectweb.jorm.api.PClassMapping
It returns the naming context that manages the reference associated to a field whose type is a JORM class.
getPNameManager(String, String, String) - Method in interface org.objectweb.jorm.api.PClassMapping.ReferenceConfigurator
It retrieves the PNamingContext which must be associated to the field specified in parameter.
getPNameManager(String, String, String[]) - Method in interface org.objectweb.jorm.api.PClassMapping.ReferenceConfigurator
It retrieves the PNamingContext which should manage the reference.
getPrimitiveElement() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Returns the PrimitiveElement object which defines the current GenClassRef object.
getProgName() - Method in class org.objectweb.jorm.type.api.PType
It retrieves the name of the associated constant for programming access.
getProjection() - Method in interface org.objectweb.jorm.metainfo.api.NameRef
Retrieve the list of projections between the fields of the composite name and the field of the class.
getPType() - Method in interface org.objectweb.jorm.naming.api.PName
It retrieves the PType associated to this PName if any exists.
getPType() - Method in interface org.objectweb.jorm.naming.api.PNameManager
Retrieves the PType associated to the JORM class which is the type of the name managed by this naming context.
getPType(String) - Method in interface org.objectweb.jorm.type.api.PTypeSpace
It tries to retrieve a PType representing a JORM class with the given class name.
getPTypeSpace() - Method in interface org.objectweb.jorm.api.PMapper
It returns a PTypeSpace that may be used to create PType associated to JORM classes mapped within this PMapper.
getPTypeSpace() - Method in interface org.objectweb.jorm.metainfo.api.Manager
Returns the PTypeSpace structure.
getPTypeSpace() - Method in class org.objectweb.jorm.type.api.PType
It retrieves the type space associated to this PType.
getRefNameDef(String) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Returns a NameDef object from a given mapperName and mappingName.
getScalarField(String) - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Retrieve a scalarfield describing the field identified by it name in the current compositename.
getSchema(String) - Method in interface org.objectweb.jorm.metainfo.api.Manager
Returns an existing schema.
getShort() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getStatus() - Method in interface org.objectweb.jorm.api.PBinding
It yields the current status associated with this PBinding.
getString() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getStringCode() - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
getSubTypes() - Method in class org.objectweb.jorm.type.api.PType
Retrieves all subtypes of this PType defined within its PTypeSpace.
getSubTypes(PType) - Method in interface org.objectweb.jorm.type.api.PTypeSpace
Retrieves all subtypes of this PType defined within its PTypeSpace.
getTemplateLibraries() - Method in interface org.objectweb.jorm.comp.generator.api.MOP
 
getType() - Method in interface org.objectweb.jorm.metainfo.api.TypedElement
Allows to know the type of the field.
getTypeCode() - Method in class org.objectweb.jorm.type.api.PType
It retrieves the code associated to this PType.
getTypedElement(String) - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to obtain an existing Field.
getValueMapping(String, String) - Method in interface org.objectweb.jorm.metainfo.api.PrimitiveElement
Returns a ValueMapping object for the current element object.
getVerifierName() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns the name of the class which makes the verification of the specific part of the meta-information.

H

hasNullValue() - Method in interface org.objectweb.jorm.metainfo.api.ScalarField
Test if the null value exists for this field.

I

INHERITANCECNPATTERN - Static variable in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
The pattern that represents the JORM class name to be replaced into the string defining the inherited class of a either the PBinding or the PClassMapping that is generated.
init() - Method in interface org.objectweb.jorm.metainfo.api.MappingFactory
Initializes the current factory.
init() - Method in interface org.objectweb.jorm.metainfo.api.Manager
 
init(BasicClassLoader) - Method in interface org.objectweb.jorm.metainfo.api.Manager
Deprecated. Basic ClassLoader is not a classloader. Need refactoring (Christophe Ney)
init(PClassMapping) - Method in interface org.objectweb.jorm.api.PBinding
It initialises a PBinding.
init(PMapper, MetaObject) - Method in interface org.objectweb.jorm.api.PClassMapping
It intialises the class mapping.
initContext(Context) - Method in interface org.objectweb.jorm.comp.generator.api.MOP
 
initMappingStructures(Object, byte) - Method in interface org.objectweb.jorm.api.PClassMapping
It initializes the persistent structures required to map a JORM class within a particular Data Store.
INT - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
isa(PType) - Method in class org.objectweb.jorm.type.api.PType
It compares if the current PType conforms to the given PType.
isa(PType, PType) - Method in interface org.objectweb.jorm.type.api.PTypeSpace
It compares to PType representing JORM classes.
isAbstract() - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to know if the current class is an abstract class or not.
isBindingAbstract() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Allows to know if the Binding object is abstract or not.
isClassRef() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Allows to know if the current object is a reference to a Class or not.
isCodingOnly(String, String) - Method in interface org.objectweb.jorm.api.PClassMapping.ReferenceConfigurator
It retrieves a boolean to indicate if the binding must resolve or not the reference field.
isConform(String) - Method in interface org.objectweb.jorm.api.PClassMapping
It specifies if the given kind of PMapper is supported by this PClassMapping.
isDtdVerify() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Allows to know if the dtd is used or not to validate the xml files.
isFieldName() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
allow to know if the namedef is describe by a single field.
isGenClassRef() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Allows to know if the current object is a reference to a generic class or not.
isGenDep() - Method in interface org.objectweb.jorm.xml2mi.api.Parser
Allows to know if the dependances must be generated or not.
isGenDep() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Allows to know if the dependances must be generated or not.
isInherited() - Method in interface org.objectweb.jorm.metainfo.api.Class
Tests if this class is inherited by another one.
isKeepSrc() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Allows to know if the programmer wants to keep the sources files or not.
isNameRef() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
allow to know if the namedef is describe by a composite name.
isNoBuild() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns true if the user doesn't want to generate files.
isNoCompile() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns true if the user doesn't want that the generated files must be compiled.
isNull() - Method in interface org.objectweb.jorm.naming.api.PName
It tells if this name corresponds to "null" representation within a its naming context.
isPrimitive() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Allows to know if the current object is primitive or not (final and "basic").
isScalar() - Method in interface org.objectweb.jorm.metainfo.api.PrimitiveElement
Allows to know if the current Field is a scalar field or not.
isSystem() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Allows to know if the mapping of the referenced field is defined by another system (could be defined by Versant system for instance).
isVerbose() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Allows to know if the user want to know verbose informations.
isVerifyContext() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Verifies environment context before the parsing must be launched.
isVerifyMetaInfo() - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Returns if the user wants or not the verification of the meta information.
iterateAllField() - Method in interface org.objectweb.jorm.metainfo.api.Class
Returns an iterator on existing class fields + fields from super classes.
iterateAllField() - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Provides an iterator over the field of the current composite name including the inherited fields.
iterateAllHiddenField() - Method in interface org.objectweb.jorm.metainfo.api.Class
Provides an iterator over the all the hiddenfield of the class including inherited fields.
iterateClass() - Method in interface org.objectweb.jorm.metainfo.api.Schema
Allows to know all the registered classes into the current schema.
iterateClassMapping() - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to know all the ClassMapping object used for the current class.
iterateClassMapping() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Allows to know all the ClassMapping objects used for the current reference.
iterateCompositeName() - Method in interface org.objectweb.jorm.metainfo.api.Schema
Allows to know all the registered compositename into the current schema.
iterateField() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Returns an iterator on all fields (HiddenFields and FieldRef).
iterateField() - Method in interface org.objectweb.jorm.metainfo.api.Class
Returns an iterator on existing class fields.
iterateField() - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Provides an iterator over the field of the current composite name.
iterateGenClass() - Method in interface org.objectweb.jorm.metainfo.api.Schema
Allows to know all the registered generic classes into the current schema.
iterateHiddenClass() - Method in interface org.objectweb.jorm.metainfo.api.Schema
Allows to know all the not yet completly registered classes into the current schema.
iterateHiddenCompositeName() - Method in interface org.objectweb.jorm.metainfo.api.Schema
Allows to know all the not yet completly registered compositename into the current schema.
iterateHiddenField() - Method in interface org.objectweb.jorm.metainfo.api.Class
Provides an iterator over the all the hiddenfield of the class excluding inherited fields.
iterateHiddenField() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
return an iterator over the hiddenfield of the refgenclass definition.
iterateIndexField() - Method in interface org.objectweb.jorm.metainfo.api.GenClass
Allows to know all the existing index field for the current generic class.
iterateInheritedClass() - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to obtain all the inherited classes from the current class object.
iterateInheritedCompositeName() - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Provides an iterator over all the composite name inherited by the current composite name.
iterateNameDef() - Method in interface org.objectweb.jorm.metainfo.api.Class
Returns an iterator on existing NameDef for the current Class.
iterateNameDef() - Method in interface org.objectweb.jorm.metainfo.api.Reference
Returns an iterator on existing NameDef for the current object.
iterateRefNameDef() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Returns an iterator on existing NameDef of GenClassRef object.
iterateSchema() - Method in interface org.objectweb.jorm.metainfo.api.Manager
Allows to know all the declared schemas into the current metainformation manager.
iterateValueMapping() - Method in interface org.objectweb.jorm.metainfo.api.PrimitiveElement
Allows to know all the ValueMapping object used for the current element.

J

JormGenerator - interface org.objectweb.jorm.comp.generator.api.JormGenerator.
An implementation of this interface starts the generations of the jorm objects and user object.

L

LIFECYCLE_ACTIVEFORIO - Static variable in interface org.objectweb.jorm.api.PBinding
The PBinding can perform read and write to the data store: It has a PName to reach an existing data store instance.
LIFECYCLE_DELTOWRITE - Static variable in interface org.objectweb.jorm.api.PBinding
On the next write call, the PBinding will delete the data store instance associated to its PName, and release its PName: It has a PName to reach the related data store instance.
LIFECYCLE_ERROR - Static variable in interface org.objectweb.jorm.api.PBinding
This is not a real state for a PBinding.
LIFECYCLE_NEWTOWRITE - Static variable in interface org.objectweb.jorm.api.PBinding
The PBinding has a PName to reach the data store, but the corresponding data store instance does not exist yet.
LIFECYCLE_NOTBOUND - Static variable in interface org.objectweb.jorm.api.PBinding
The PBinding does not have any PName to reach a data store instance.
loadConfFile(String) - Method in interface org.objectweb.jorm.comp.compiler.api.CompilerParameter
Loads a jorm configuration file.
loadDescriptor(JormGenerator) - Method in interface org.objectweb.jorm.comp.generator.api.GeneratorDescriptor
This method must configures the JormGenerator specified in parameter with the methods provided by the JormGenerator interface (addGeneratorFactory and setMOPFactory)
LONG - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
lookup(PName) - Method in interface org.objectweb.jorm.naming.api.PBinder
It looks for a PBinding object with the given PName within a PBinder.
lookup(String) - Method in interface org.objectweb.jorm.api.PMapper
It looks for the PClassMapping object associated to a JORM class within this PMapper.

M

Manager - interface org.objectweb.jorm.metainfo.api.Manager.
The Manager object is the main interface to create the meta information.
map(Object, PClassMapping, byte) - Method in interface org.objectweb.jorm.api.PMapper
It registers a PClassMapping associated to a particular JORM class within this PMapper.
map(Object, PClassMapping, byte, boolean) - Method in interface org.objectweb.jorm.api.PMapper
It registers a PClassMapping associated to a particular JORM class within this PMapper.
map(PClassMapping, byte) - Method in interface org.objectweb.jorm.api.PMapper
It registers a PClassMapping associated to a particular JORM class within this PMapper.
MappingFactory - interface org.objectweb.jorm.metainfo.api.MappingFactory.
A MappingFactory is an object able to create (return) MetaObject which are objects able to map other objects.
MappingParser - interface org.objectweb.jorm.xml2mi.api.MappingParser.
The MappingParser interface has methods to parse specific mapping information from an Element object.
MappingVerifier - interface org.objectweb.jorm.verifier.api.MappingVerifier.
 
MetaObject - interface org.objectweb.jorm.metainfo.api.MetaObject.
The MetaObject interface is the top level of all meta information interfaces.
MOP - interface org.objectweb.jorm.comp.generator.api.MOP.
 
MOPFactory - interface org.objectweb.jorm.comp.generator.api.MOPFactory.
This interface is used to specify Meta Object Protocol must be used to specialize the the generation of mapping objects and binding objects.
moveHiddenToClass(String) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Moves an hidden class to a known class.
moveHiddenToCompositeName(String) - Method in interface org.objectweb.jorm.metainfo.api.Schema
Moves an hidden compositename to a known compositename.

N

NameDef - interface org.objectweb.jorm.metainfo.api.NameDef.
The NameDef interface describes the mapping of a reference field, ut can be the PName of a Class.
NameRef - interface org.objectweb.jorm.metainfo.api.NameRef.
The NameRef interface defines methods to manage reference to composite name.
nextStatePBinding(byte, byte) - Static method in class org.objectweb.jorm.api.PStateGraph
It defines the state graph that represents the lifecycle of PBinding objects.
NULLSUPERCLASSNAMES - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
NULLSUPERTYPES - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 

O

OBJBOOLEAN - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
OBJBYTE - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
OBJCHAR - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
OBJDOUBLE - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
OBJFLOAT - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
OBJINT - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
OBJLONG - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
OBJSHORT - Static variable in interface org.objectweb.jorm.type.api.PTypeSpace
 
ON - Static variable in interface org.objectweb.jorm.api.Debug
 
org.objectweb.jorm.api - package org.objectweb.jorm.api
 
org.objectweb.jorm.comp.cmdline.api - package org.objectweb.jorm.comp.cmdline.api
 
org.objectweb.jorm.comp.compiler.api - package org.objectweb.jorm.comp.compiler.api
 
org.objectweb.jorm.comp.generator.api - package org.objectweb.jorm.comp.generator.api
 
org.objectweb.jorm.metainfo.api - package org.objectweb.jorm.metainfo.api
 
org.objectweb.jorm.naming.api - package org.objectweb.jorm.naming.api
 
org.objectweb.jorm.type.api - package org.objectweb.jorm.type.api
 
org.objectweb.jorm.verifier.api - package org.objectweb.jorm.verifier.api
 
org.objectweb.jorm.xml2mi.api - package org.objectweb.jorm.xml2mi.api
 

P

paAdd(PIndexedElem, Object) - Method in interface org.objectweb.jorm.api.PGenClassAccessor
It passes one of the elements extracted from the data store to the memory instance.
PAccessor - interface org.objectweb.jorm.api.PAccessor.
The PAccessor interface defines a minimal accessor to be used by a persistent binding to access the memory instance of a persistent object.
PAccessorGen - interface org.objectweb.jorm.api.PAccessorGen.
The PAccessorGen interface defines a generic accessor to be used by persistent bindings to access persistent variable within memory instances.
PAccessorGenClass - interface org.objectweb.jorm.api.PAccessorGenClass.
Deprecated. Renamed into PGenClassAccessor
paDeltaSupported() - Method in interface org.objectweb.jorm.api.PGenClassAccessor
It tells if the generic class memory instance supports delta modifications, which means that paadded, padeleted and pamodified are supported.
paGetBigDecimalField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a BigDecimal field.
paGetBooleanField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a boolean field.
paGetByteField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a byte field.
paGetCharField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a char field.
paGetDateField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a date field.
paGetDoubleField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a double field.
paGetFloatField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a float field.
paGetIntField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of an int field.
paGetLongField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a long field.
paGetNbElem() - Method in interface org.objectweb.jorm.api.PGenClassAccessor
It retrieves the number of elements contained within the generic class memory instance before storing it.
paGetObooleanField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Boolean field.
paGetObyteField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Byte field.
paGetOcharField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Character field.
paGetOdoubleField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Double field.