Alphabetical Index

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

A

ACTION_BIND - static field in class org.objectweb.jorm.api.PBinding
ACTION_EXIST - static field in class org.objectweb.jorm.api.PBinding
ACTION_EXPORT - static field in class org.objectweb.jorm.api.PBinding
ACTION_READ - static field in class org.objectweb.jorm.api.PBinding
ACTION_UNBIND - static field in class org.objectweb.jorm.api.PBinding
ACTION_UNEXPORT - static field in class org.objectweb.jorm.api.PBinding
ACTION_WRITE - static field in class org.objectweb.jorm.api.PBinding
addClass(org.objectweb.jorm.metainfo.api.Class) - method in class org.objectweb.jorm.metainfo.api.Package
Adds an existing Class to the current Package
addClassProject(String,org.objectweb.jorm.metainfo.api.ClassProject) - method in class org.objectweb.jorm.metainfo.api.Class
Adds a ClassProject object.
addCompositeName(org.objectweb.jorm.metainfo.api.CompositeName) - method in class org.objectweb.jorm.metainfo.api.Package
Adds an existing CompositeName to the current Package
addDependency(String) - method in class org.objectweb.jorm.metainfo.api.CommonClassMapping
add a dependency to a given jorm class
addDependency(String) - method in class org.objectweb.jorm.api.PMapCluster
Add a dependency to the cluster
addDependency(String,String) - method in class org.objectweb.jorm.api.PMappingStructuresManager
Adds a dependency between a defined class and another class.
Adds a GenClassMapping object.
addImplicitDependencies() - method in class org.objectweb.jorm.metainfo.api.ClassMapping
Add implicit dependencies of mapping structure creation to mapping structure definition.
addIndexField(String) - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Add an inherited composite name to the current composite name.
Adds the given mapper listener to this mapper.
Adds a mapping factory to the current metainformation manager.
Adds a mapping generator which generates a specific mapping part.
Sets the parser which is able to parse the mapping part of the XML file.
Adds a mapping verifier which verifies a specific mapping part of the meta information.
Adds a PrimitiveElementMapping object.
Adds a PrimitiveElementMapping object.
addProjection(String,String) - method in class org.objectweb.jorm.metainfo.api.NameRef
Add a projection between a field in the composite name structure and a field in the class.
Adds a ReferenceMapping object.
addSubClass(org.objectweb.jorm.metainfo.api.Class) - method in class org.objectweb.jorm.metainfo.api.Class
Adds a new class to the list of the derived classes for the current class object.
addSubMapper(String,String) - method in class org.objectweb.jorm.api.JormConfigurator
Adds this submapper to the list of the ones used for generation.
addSuperClass(org.objectweb.jorm.metainfo.api.Class) - method in class org.objectweb.jorm.metainfo.api.Class
Adds a new inherited class to the list of the inherited classes for the current class object.

B

BIGDECIMAL - static field in class org.objectweb.jorm.type.api.PTypeSpace
BIGINTEGER - static field in class org.objectweb.jorm.type.api.PTypeSpace
bind(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.api.PBinding
It assigns a DSI represented by the PName passed as a parameter to this PBinding.
It associates a PBinding object with a PName within a PBinder.
binds a sub filteredPNamingContext to the current.
BOOLEAN - static field in class org.objectweb.jorm.type.api.PTypeSpace
BYTE - static field in class org.objectweb.jorm.type.api.PTypeSpace
BYTEARRAY - static field in class org.objectweb.jorm.type.api.PTypeSpace

C

canPrint(org.objectweb.jorm.metainfo.api.MappingStructure) - method in class org.objectweb.jorm.metainfo.api.MappingPrinter
It retrieves true if the MappingPrinter is able to print the MappingStructure specified in parameter.
CHAR - static field in class org.objectweb.jorm.type.api.PTypeSpace
CHARARRAY - static field in class 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.
classDefined(String) - method in class org.objectweb.jorm.api.PMapCluster
classDefined(String) - method in class org.objectweb.jorm.api.PMappingStructuresManager
Indicates that a jorm class is defined.
Signals to this listener that a new persistent has been mapped in the mapper.
ClassMappedEvent - class org.objectweb.jorm.api.ClassMappedEvent
This event is sent when a persistent class is mapped.
ClassMappedEvent(org.objectweb.jorm.api.PMapper,String) - constructor for class org.objectweb.jorm.api.ClassMappedEvent
ClassMapping - interface org.objectweb.jorm.metainfo.api.ClassMapping
This interface gathers methods to the ClassMapping and GenClassMapping interfaces.
ClassProject - interface org.objectweb.jorm.metainfo.api.ClassProject
A ClassProject object groups together sets of mapping structures resulting from various mappings of a class and its persistent fields over various persistent models.
ClassRef - interface org.objectweb.jorm.metainfo.api.ClassRef
A ClassRef is a field which is a reference field to another class.
CLEANUP_DONOTHING - static field in class 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 field in class 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 field in class org.objectweb.jorm.api.PClassMapping
It tells that a cleanup is required for a JORM class with the removal of only existing data.
clone() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
close() - method in class org.objectweb.jorm.api.PNameIterator
closeConnection(Object) - method in class org.objectweb.jorm.api.PMapper
Closes the given connection which has been allocated previously using getConnection.
cn2mn(String) - method in class org.objectweb.jorm.api.PMapper
Constructs a "mapped name" starting from a JORM class name.
codingSupported(int) - method in class org.objectweb.jorm.naming.api.PName
It tests if a given coding type is supported for this PName.
codingSupported(int) - method in class org.objectweb.jorm.naming.api.PNameCoder
It tests if a given coding type is supported by this naming context.
CommonClassMapping - interface org.objectweb.jorm.metainfo.api.CommonClassMapping
This interface gather methods to the ClassMapping and GenClassMapping interfaces.
CompositeName - interface org.objectweb.jorm.metainfo.api.CompositeName
The CompositeName interface defines methods to manage composite name.
computePBindingInheritance(String) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
Computes the actual class name which the generated PBinding class must extend.
computePClassMappingInheritance(String) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
Computes the actual class name which the generated PClassMapping class must extend.
configure() - method in class org.objectweb.jorm.api.JormConfigurator
Configures the JORM compiler by loading information related to the different mappers supported by this instance of JORM using the default property file.
configure(Properties) - method in class org.objectweb.jorm.api.JormConfigurator
Configures the JORM compiler by loading information related to the different mappers supported by this instance of JORM using the given properties.
configure(String) - method in class org.objectweb.jorm.api.JormConfigurator
Configures the JORM compiler by loading information related to the different mappers supported by this instance of JORM using the given property file.
configureLog(String) - method in class org.objectweb.jorm.api.JormConfigurator
Configures the logger factory object with a properties object.
It permits to assign the PNameCoder of all the reference fields of the persitent class.
CONSTANT_NON_PERSISTENT - static field in class org.objectweb.jorm.metainfo.api.PrimitiveElement
CONSTANT_PERSISTENT - static field in class org.objectweb.jorm.metainfo.api.PrimitiveElement
convert(byte) - method in class org.objectweb.jorm.naming.api.PNameGetterConverter
convert(char) - method in class org.objectweb.jorm.naming.api.PNameGetterConverter
convert(int) - method in class org.objectweb.jorm.naming.api.PNameGetterConverter
convert(long) - method in class org.objectweb.jorm.naming.api.PNameGetterConverter
convert(Object) - method in class org.objectweb.jorm.naming.api.PNameGetterConverter
convert(short) - method in class org.objectweb.jorm.naming.api.PNameGetterConverter
CREATE_STRUCTURE_IF_NEEDED - static field in class org.objectweb.jorm.api.PClassMapping
It permits to specify to create the if it does not already exist.
This method must return a new instance of a BindingMOP.
createClass(String) - method in class org.objectweb.jorm.metainfo.api.Manager
createClass(String) - method in class org.objectweb.jorm.metainfo.api.Package
Returns a new Class created with a class name.
createClassMapping(String) - method in class org.objectweb.jorm.metainfo.api.Mapping
Create a class mapping
createClassProject(String) - method in class org.objectweb.jorm.metainfo.api.Class
Creates a new ClassProject object.
createClassRef(org.objectweb.jorm.metainfo.api.Class) - method in class 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,org.objectweb.jorm.metainfo.api.Class) - method in class org.objectweb.jorm.metainfo.api.Class
Allows to obtain a new ClassRef from a field name an its class.
createCompositeName(String) - method in class org.objectweb.jorm.metainfo.api.Manager
createCompositeName(String) - method in class org.objectweb.jorm.metainfo.api.Package
Returns a new compositename identified by its name.
Build a new scalarfield that describes a field in the composite name
createGenClassMapping() - method in class org.objectweb.jorm.api.PMapper
Creates a new PClassMapping for a gen class.
createGenClassRef(String) - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new GenClassRef object.
createGenClassRef(String,String) - method in class org.objectweb.jorm.metainfo.api.Class
Allows to obtain a new GenClassRef from a field name an its generic class.
createHiddenField(String,org.objectweb.jorm.type.api.PType,int,int) - method in class org.objectweb.jorm.metainfo.api.Class
Creates an hiddenfield for the current Class object.
Create a new hidden field for the refgenclass.
Creates a new IdentifierMapping object.
createIdNameDef() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new NameDef object for the new GenClassRef object.
Creates a implicit parent class mapping.
createIndexField(String,org.objectweb.jorm.type.api.PType) - method in class org.objectweb.jorm.metainfo.api.GenClass
Returns a new PrimitiveElement object, created with its name and its type (PType).
createMapping(String) - method in class org.objectweb.jorm.metainfo.api.ClassProject
Creates a new Mapping object using a MappingFactory object.
Creates a Mapping object from the current factory.
This method must return a new instance of a MappingMOP.
createMappingPrinter() - method in class org.objectweb.jorm.metainfo.api.MappingFactory
createMappingStructures(boolean) - method in class org.objectweb.jorm.api.PMapCluster
Creates the mapping structures defined by this map cluster.
createNameDef() - method in class org.objectweb.jorm.metainfo.api.Class
Creates a new NameDef object for the current Class object.
createNameRef(org.objectweb.jorm.metainfo.api.CompositeName) - method in class org.objectweb.jorm.metainfo.api.NameDef
Builds a reference toward a composite name describing the namedef.
createPackage(String) - method in class org.objectweb.jorm.metainfo.api.Manager
Returns a new schema.
createPBinding() - method in class org.objectweb.jorm.api.PClassMapping
It creates a new PBinding.
createPIndexedElem() - method in class 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(org.objectweb.jorm.type.api.PType,int,int) - method in class 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).
Allows to obtain a new PrimitiveElement from a class field name an its type.
createPType(String) - method in class org.objectweb.jorm.type.api.PTypeSpace
It creates a new PType for a JORM class that has no inherited class.
createPType(String,String[][]) - method in class org.objectweb.jorm.type.api.PTypeSpace
It creates a new PType for a JORM class.
createPType(String[],org.objectweb.jorm.type.api.PType) - method in class 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.api.PTypeSpace
It creates a new PType for a JORM generic class instance.
Creates a new ReferenceMapping object.
createRefNameDef() - method in class org.objectweb.jorm.metainfo.api.Reference
Creates a new NameDef object for the current reference class object.
CTBIGDECIMAL - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a bytearray.
CTBIGINTEGER - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a bytearray.
CTBYTE - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a byte.
CTBYTEARRAY - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a bytearray.
CTCHAR - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an char.
CTCHARARRAY - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a chararray.
CTCOMPOSITE - static field in class 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 field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a date.
CTINT - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an int.
CTLONG - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a long.
CTOBYTE - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a byte.
CTOCHAR - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an char.
CTOINT - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an int.
CTOLONG - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a long.
CTOSHORT - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a short.
CTSHORT - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a short.
CTSTRING - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a string.
CTSYSTEM - static field in class org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an Object that is DS-specific.

D

DATE - static field in class 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.
declareClass(String) - method in class org.objectweb.jorm.api.PMappingStructuresManager
Declares a persistent class.
decode(byte[]) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decode methods recreates PName within a naming context from an encoded representation.
decodeAbstract(Object,Object) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeAbstract methods recreates PName within a naming context from an encoded representation.
decodeBigDecimal(BigDecimal) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeBigDecimal methods recreates PName within a naming context from an encoded representation.
decodeBigInteger(BigInteger) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeBigInteger methods recreates PName within a naming context from an encoded representation.
decodeByte(byte) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeByte methods recreates PName within a naming context from an encoded representation.
decodeChar(char) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeChar methods recreates PName within a naming context from an encoded representation.
decodeCharArray(char[]) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeCharArray methods recreates PName within a naming context from an encoded representation.
decodeDate(Date) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeDate methods recreates PName within a naming context from an encoded representation.
decodeInt(int) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeInt methods recreates PName within a naming context from an encoded representation.
decodeLong(long) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeLong methods recreates PName within a naming context from an encoded representation.
decodeObyte(Byte) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeObyte methods recreates PName within a naming context from an encoded representation.
decodeOchar(Character) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeOchar methods recreates PName within a naming context from an encoded representation.
decodeOint(Integer) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeOint methods recreates PName within a naming context from an encoded representation.
decodeOlong(Long) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeOlong methods recreates PName within a naming context from an encoded representation.
decodeOshort(Short) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeOshort methods recreates PName within a naming context from an encoded representation.
decodeShort(short) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeShort methods recreates PName within a naming context from an encoded representation.
decodeString(String) - method in class org.objectweb.jorm.naming.api.PNameCoder
The decodeString methods recreates PName within a naming context from an encoded representation.
DEFAULT_JORM_CONFIGURATION_FILE - static field in class org.objectweb.jorm.compiler.api.JormCompilerConfigurator
DEFAULT_JORM_CONFIGURATION_FILE - static field in class org.objectweb.jorm.api.JormConfigurator
deleteData() - method in class org.objectweb.jorm.api.PMapCluster
Deletes the data that have been inserted into the mapping structures defined by this map cluster.
deleteMappingStructures() - method in class org.objectweb.jorm.api.PMapCluster
Deletes all or part of the mapping structures defined by this map cluster when they exist.
DOUBLE - static field in class org.objectweb.jorm.type.api.PTypeSpace

E

ELEM_CREATED - static field in class org.objectweb.jorm.api.PIndexedElem
It specifies that this element is a new one within this generic class object.
ELEM_DELETED - static field in class org.objectweb.jorm.api.PIndexedElem
It specifies that this element has been deleted from this generic class object.
ELEM_MODIFIED - static field in class org.objectweb.jorm.api.PIndexedElem
It specifies that this element as been modified within this generic class object.
ELEM_UNMODIFIED - static field in class 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 class org.objectweb.jorm.naming.api.PName
The encode method produces an encoded representation of this PName within its naming context.
encode(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encode method produces an encoded representation of a PName within a naming context.
encodeAbstract() - method in class org.objectweb.jorm.naming.api.PName
The encodeAbstract method produces an encoded representation of this PName.
encodeAbstract(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeAbstract method produces an encoded representation of a PName within a naming context.
encodeBigDecimal() - method in class org.objectweb.jorm.naming.api.PName
The encodeBigDecimal method produces an encoded representation of this PName within its naming context.
encodeBigDecimal(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeBigDecimal method produces an encoded representation of a PName within a naming context.
encodeBigInteger() - method in class org.objectweb.jorm.naming.api.PName
The encodeBigInteger method produces an encoded representation of this PName within its naming context.
encodeBigInteger(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeBigInteger method produces an encoded representation of a PName within a naming context.
encodeByte() - method in class org.objectweb.jorm.naming.api.PName
The encodeByte method produces an encoded representation of this PName within its naming context.
encodeByte(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeByte method produces an encoded representation of a PName within a naming context.
encodeChar() - method in class org.objectweb.jorm.naming.api.PName
The encodeChar method produces an encoded representation of this PName within its naming context.
encodeChar(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeChar method produces an encoded representation of a PName within a naming context.
encodeCharArray() - method in class org.objectweb.jorm.naming.api.PName
The encodeCharArray method produces an encoded representation of this PName within its naming context.
encodeCharArray(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeCharArray method produces an encoded representation of a PName within a naming context.
encodeDate() - method in class org.objectweb.jorm.naming.api.PName
The encodeDate method produces an encoded representation of this PName within its naming context.
encodeDate(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeDate method produces an encoded representation of a PName within a naming context.
encodeInt() - method in class org.objectweb.jorm.naming.api.PName
The encodeInt method produces an encoded representation of this PName within its naming context.
encodeInt(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeInt method produces an encoded representation of a PName within a naming context.
encodeLong() - method in class org.objectweb.jorm.naming.api.PName
The encodeLong method produces an encoded representation of this PName within its naming context.
encodeLong(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeLong method produces an encoded representation of a PName within a naming context.
encodeObyte() - method in class org.objectweb.jorm.naming.api.PName
The encodeObyte method produces an encoded representation of this PName within its naming context.
encodeObyte(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeObyte method produces an encoded representation of a PName within a naming context.
encodeOchar() - method in class org.objectweb.jorm.naming.api.PName
The encodeOchar method produces an encoded representation of this PName within its naming context.
encodeOchar(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeOchar method produces an encoded representation of a PName within a naming context.
encodeOint() - method in class org.objectweb.jorm.naming.api.PName
The encodeOint method produces an encoded representation of this PName within its naming context.
encodeOint(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeOint method produces an encoded representation of a PName within a naming context.
encodeOlong() - method in class org.objectweb.jorm.naming.api.PName
The encodeOlong method produces an encoded representation of this PName within its naming context.
encodeOlong(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeOlong method produces an encoded representation of a PName within a naming context.
encodeOshort() - method in class org.objectweb.jorm.naming.api.PName
The encodeOshort method produces an encoded representation of this PName within its naming context.
encodeOshort(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeOshort method produces an encoded representation of a PName within a naming context.
encodeShort() - method in class org.objectweb.jorm.naming.api.PName
The encodeShort method produces an encoded representation of this PName within its naming context.
encodeShort(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeShort method produces an encoded representation of a PName within a naming context.
encodeString() - method in class org.objectweb.jorm.naming.api.PName
The encodeString method produces an encoded representation of this PName within its naming context.
encodeString(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameCoder
The encodeString method produces an encoded representation of a PName within a naming context.
entries() - method in class org.objectweb.jorm.naming.api.KeyFilteredNamingContext
equalCNType(Object) - method in class 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
error(SAXParseException) - method in class org.objectweb.jorm.xml2mi.api.ParserErrorHandler
Adds a new exception to the current vector of exceptions.
evaluate(Object,Object) - method in class org.objectweb.jorm.naming.api.KeyFilteredNamingContext
Evaluate the Expression/filter on a PNameGetter
exist(Object) - method in class org.objectweb.jorm.api.PBinding
It verifies if the DSI attached to this binding exists within the DS.
export(Object) - method in class 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 class 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 class org.objectweb.jorm.naming.api.PNameManager
It associates a PName to an information item within a naming context.
export(Object,Object,Object) - method in class org.objectweb.jorm.naming.api.PNameManager
It associates a PName to an information item within a naming context.
export(Object,org.objectweb.jorm.naming.api.PNamingContext) - method in class org.objectweb.jorm.naming.api.PName
It associates a PName to an information item within a naming context.
export(Object,org.objectweb.jorm.naming.api.PNamingContext,Object) - method in class org.objectweb.jorm.naming.api.PName
It associates a PName to an information item within a naming context.
Export a new persistent class into this PNamingContext

F

FieldName - interface org.objectweb.jorm.metainfo.api.FieldName
The FieldName interface defines methods to reference an already existing Field.
FilteredPNamingContext - interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Represents a PNamingContext able to say if a pname structure (pname getter, a long, ...) match a persistent object represented by this PNamingContext.
FLOAT - static field in class 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.
GenClassMapping - interface org.objectweb.jorm.metainfo.api.GenClassMapping
todo: Description
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.
Generates code for the given Class.
Generates code for the given CompositeName.
Generator - interface org.objectweb.jorm.generator.api.Generator
Generation is a simple interface which allows to generate object file depending on their nature.
getAllFields() - method in class org.objectweb.jorm.metainfo.api.Class
Returns an iterator on existing class fields + fields from super classes.
getAllFields() - method in class org.objectweb.jorm.metainfo.api.CompositeName
Provides an iterator over the field of the current composite name including the inherited fields.
getAllHiddenFields() - method in class org.objectweb.jorm.metainfo.api.Class
getAllPrimitiveElementMappings() - method in class org.objectweb.jorm.metainfo.api.CommonClassMapping
Returns the list of PEM of the current class and it super classes.
getAncestors() - method in class org.objectweb.jorm.metainfo.api.Class
getBigDecimal() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getBigInteger() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getBinderClassMapping() - method in class org.objectweb.jorm.naming.api.PBinder
It returns the PClassMapping for which it is the binder.
getBindingInheritance() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
getByte() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getByteArray() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getCacheManager() - method in class org.objectweb.jorm.naming.api.PBinder
Returns the cache manager associated with this binder.
getChar() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getCharArray() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getClass(String) - method in class org.objectweb.jorm.metainfo.api.Manager
Searches a class into all the declared schemas and returns it.
getClass(String) - method in class org.objectweb.jorm.metainfo.api.Package
Returns a Class created with a class name.
getClasses() - method in class org.objectweb.jorm.metainfo.api.Manager
Build an iterator to iterate all classes in the meta information (composite names are excluded)
getClasses() - method in class org.objectweb.jorm.metainfo.api.Package
Allows to know all the registered classes into the current schema.
getClassFieldName(String) - method in class org.objectweb.jorm.metainfo.api.NameRef
Return the class field name associated with the composite name field name.
getClassMapping() - method in class org.objectweb.jorm.metainfo.api.Mapping
Returns the mapping structure of the class.
getClassMapping(String,String) - method in class org.objectweb.jorm.metainfo.api.Class
Returns a ClassMapping object.
getClassMappingInheritance() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
getClassName() - method in class org.objectweb.jorm.metainfo.api.ClassRef
Returns the name of the class ref.
getClassName() - method in class org.objectweb.jorm.api.PClassMapping
It retrieves the name of the class referenced by this PClassMapping.
getClassName() - method in class org.objectweb.jorm.api.PSerializable
Get the name of the jorm class.
getClasspath() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
getClassPNameCoder() - method in class org.objectweb.jorm.api.PClassMapping
It returns the PNameCoder to use for the class.
getClassProject(String) - method in class org.objectweb.jorm.metainfo.api.Class
Returns a ClassProject object.
getClassProjects() - method in class org.objectweb.jorm.metainfo.api.Class
Returns a collection of ClassProject objects.
getClassRef() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Returns the ClassRef object which defines the current GenClassRef object.
getClusterClasses() - method in class org.objectweb.jorm.api.PMapCluster
Retrieves the collection of all JORM classes whose mapping structures have to be controlled altogether.
getCNPackageName() - method in class org.objectweb.jorm.metainfo.api.NameRef
Return the name of the schema for the composite name referenced by this nameref.
getCodingName() - method in class org.objectweb.jorm.type.api.PType
It retrieves the coding name associated to this PType.
getCompositeName() - method in class org.objectweb.jorm.metainfo.api.NameRef
Retrieve the metaobject describing the composite name referenced by this nameref.
getCompositeName(String) - method in class org.objectweb.jorm.metainfo.api.Manager
getCompositeName(String) - method in class org.objectweb.jorm.metainfo.api.Package
Returns a compositename identified with its name.
getCompositeNames() - method in class org.objectweb.jorm.metainfo.api.Manager
getCompositeNames() - method in class org.objectweb.jorm.metainfo.api.Package
Allows to know all the registered classes into the current schema.
getConnection() - method in class org.objectweb.jorm.api.PMapper
Allocates a connection for accessing the underlying DS.
getConnection(Object) - method in class org.objectweb.jorm.api.PMapper
Allocates a connection for accessing the underlying DS knowing additional context information.
getConnection(Object,Object) - method in class org.objectweb.jorm.api.PMapper
Allocates a connection for accessing the underlying DS knowing additional context information.
getConnectionFactory() - method in class org.objectweb.jorm.api.PMapper
Returns the connection factory associated to this mapper.
getConstantValue(String) - method in class org.objectweb.jorm.metainfo.api.Class
Obtains the value of a constant PrimitiveElement, defined either in the current class or in one of its ancestors.
getDate() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getDependencies() - method in class org.objectweb.jorm.metainfo.api.CommonClassMapping
Returns the set of class names (Strings) of which the class mapping is dependent
getDirectSubTypes() - method in class org.objectweb.jorm.type.api.PType
Computes the array of direct sub type
getDtdLocations() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
getElemStatus() - method in class org.objectweb.jorm.api.PIndexedElem
It yields the status of this indexed element.
getErrors() - method in class org.objectweb.jorm.xml2mi.api.ParserErrorHandler
Returns the vector of errors.
getExpressionType() - method in class org.objectweb.jorm.naming.api.KeyFilteredNamingContext
getField() - method in class org.objectweb.jorm.metainfo.api.FieldName
Returns the name of the referenced field.
getFieldName() - method in class org.objectweb.jorm.metainfo.api.NameDef
Retrieves the name of the field describing the namedef.
getFieldNumber() - method in class org.objectweb.jorm.metainfo.api.CompositeName
Give the number of fields composing the current composite name.
getFieldNumber() - method in class org.objectweb.jorm.metainfo.api.NameDef
Returns the number of fields which composed the current object.
getFieldRefNumber() - method in class org.objectweb.jorm.metainfo.api.Class
Returns the number of fields which are references to classes.
getFields() - method in class org.objectweb.jorm.metainfo.api.Class
Returns an iterator on existing class fields.
getFields() - method in class org.objectweb.jorm.metainfo.api.CompositeName
Provides an iterator over the field of the current composite name.
getFileName() - method in class org.objectweb.jorm.metainfo.api.Class
Allows to retrieve the file name of this class MO.
getFQName() - method in class org.objectweb.jorm.metainfo.api.Class
Gets the fully qualified name (including the package name) associated with this class.
getFQName() - method in class org.objectweb.jorm.metainfo.api.CompositeName
Allows to know the fully qualifed name of the current CompositeName object.
getFQName() - method in class org.objectweb.jorm.metainfo.api.ParentClassMapping
Returns the FQCN of the associated extension.
getGcmClass(String) - method in class org.objectweb.jorm.api.JormConfigurator
Gets the class name of the GenClassMapping associated with the given mapper.
getGenClassId() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Returns the id of the GenClass object.
getGenClassMapping() - method in class 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 class org.objectweb.jorm.metainfo.api.Mapping
Returns the GenClassMapping object of a GenClass.
getGenClassMapping(String) - method in class org.objectweb.jorm.api.PClassMapping
It gives access to the PClassMapping associated to a field whose type is a generic class.
It retrieves the PClassMapping which must be associated to the field specified in parameter.
It retrieves the PClassMapping which must be associated to the field specified in parameter.
getGenClassMappings() - method in class org.objectweb.jorm.metainfo.api.Mapping
Returns a collection of GenClassMapping objects.
getGenClassName() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Returns the name of the GenClass object.
getGenClassRef() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Returns the GenClassRef object which defines the current GenClassRef object.
getGenerator() - method in class org.objectweb.jorm.compiler.api.JormCompilerConfigurator
Gets the generator to be used by JORM.
getGlobalJormcOptsFile() - method in class org.objectweb.jorm.compiler.api.JormCompilerConfigurator
Gets an InputStream for reading the global compiler parameters.
getHiddenField(String) - method in class org.objectweb.jorm.metainfo.api.Class
Retrieve the hiddenfield identified by its name in the current class.
getHiddenField(String) - method in class org.objectweb.jorm.metainfo.api.GenClassRef
retrieve an hiddenfield from its name.
getHiddenFields() - method in class org.objectweb.jorm.metainfo.api.Class
getHiddenFields() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
return the collection of the hiddenfield of the refgenclass definition.
getIdentifierMapping() - method in class org.objectweb.jorm.metainfo.api.CommonClassMapping
Returns the IdentifierMapping in this class mapping.
getIdNameDef() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Returns an iterator on existing NameDef of GenClassRef object.
getIdNameDef(String) - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Returns a NameDef object.
getIndexField(String) - method in class org.objectweb.jorm.metainfo.api.GenClass
Returns the PrimitiveElement corresponding to its name.
getIndexFieldNumber() - method in class org.objectweb.jorm.metainfo.api.GenClass
Returns the number of index fields for the current generic class.
getIndexFields() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Allows to know all the existing index field for the current generic class.
getInheritanceFilter(org.objectweb.jorm.metainfo.api.NameDef) - method in class org.objectweb.jorm.metainfo.api.Class
getInheritanceNamingKey(org.objectweb.jorm.metainfo.api.NameDef) - method in class org.objectweb.jorm.metainfo.api.Class
getInheritedClassNumber() - method in class org.objectweb.jorm.metainfo.api.Class
Returns the number of inherited classes for the current Class object.
getInheritedCompositeName(String) - method in class org.objectweb.jorm.metainfo.api.CompositeName
Retrieve an inherited composite name form its name.
getInheritedCompositeNameNumber() - method in class 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.
getInputFiles() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
getInt() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getJavacName() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
getJavaName() - method in class org.objectweb.jorm.type.api.PType
It retrieves the Java name associated to this PType.
getJormClassName() - method in class org.objectweb.jorm.api.ClassMappedEvent
getJormClassName() - method in class org.objectweb.jorm.api.PMappingRequiredEvent
Retrives the name of the JORM class that is required to be mapped.
getJormcOptsFile() - method in class org.objectweb.jorm.compiler.api.JormCompilerConfigurator
Gets the name to be used for the compiler options file.
getJormName() - method in class org.objectweb.jorm.type.api.PType
It retrieves the JORM name associated to this PType.
getJormObjects() - method in class org.objectweb.jorm.metainfo.api.Manager
getLinkedMO() - method in class org.objectweb.jorm.metainfo.api.MappingStructure
Returns the MetaObject referenced by the current MetaObject.
getLoggerFactory() - method in class org.objectweb.jorm.api.JormConfigurator
Gets the logger factory associated with this instance of JORM.
getLong() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getMapperName() - method in class org.objectweb.jorm.metainfo.api.Mapping
Returns the name of the mapper.
getMapperName() - method in class org.objectweb.jorm.metainfo.api.MappingStructure
Returns the mapper name.
getMapperName() - method in class org.objectweb.jorm.api.PMapper
The name yielded by this method defines what kind of PMapper is used on a particular DS.
getMappers() - method in class org.objectweb.jorm.metainfo.api.ClassProject
Returns a set of mapper names.
getMapping(String) - method in class org.objectweb.jorm.metainfo.api.ClassProject
Returns a Mapping object.
getMappingDomtreeBuilder(String) - method in class org.objectweb.jorm.api.JormConfigurator
Gets the MappingDomTreeBuilder object associated with the given mapper.
getMappingFactories() - method in class org.objectweb.jorm.metainfo.api.Manager
getMappingFactory(String) - method in class org.objectweb.jorm.metainfo.api.Manager
Returns a mapping factory corresponding to a mapper name.
getMappingParser(String) - method in class org.objectweb.jorm.api.JormConfigurator
Gets the parser associated with the given mapper for mapping infos.
getMappingParser(String) - method in class org.objectweb.jorm.xml2mi.api.Parser
Returns a MappingParser object.
getMappings() - method in class org.objectweb.jorm.metainfo.api.ClassProject
Returns a collection of Mapping objects.
getMappingVerifier(String) - method in class org.objectweb.jorm.compiler.api.JormCompilerConfigurator
Gets the verifier associated with the given mapper.
getMemoryInstance() - method in class org.objectweb.jorm.api.PAccessor
It returns the memory instance within which the persistent variables are defined.
getMetaInfo() - method in class 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 class 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.
getMIFactory(String) - method in class org.objectweb.jorm.api.JormConfigurator
Gets the MI factory associated with the given mapper.
getMIManager() - method in class org.objectweb.jorm.api.JormConfigurator
Gets the MI manager to be used by JORM.
getMOClass() - method in class org.objectweb.jorm.metainfo.api.ClassRef
Returns the Class object which describes the ClassRef entity.
getMOClass() - method in class org.objectweb.jorm.metainfo.api.ParentClassMapping
Returns the Class object designated by the extension.
getMOPFactory(String) - method in class org.objectweb.jorm.compiler.api.JormCompilerConfigurator
Gets the MOP factory associated with the given mapper.
getName() - method in class org.objectweb.jorm.metainfo.api.Class
Allows to know the name of the current class object.
getName() - method in class org.objectweb.jorm.metainfo.api.CompositeName
Allows to know the name of the current CompositeName object.
getName() - method in class org.objectweb.jorm.metainfo.api.GenClass
Allows to know the name of the current generic class object.
getName() - method in class org.objectweb.jorm.metainfo.api.NameDef
Returns the name of the NameDef object.
getName() - method in class org.objectweb.jorm.metainfo.api.NameRef
Retrieve the name of the nameref.
getName() - method in class org.objectweb.jorm.metainfo.api.Package
Returns the name of the schema.
getName() - method in class org.objectweb.jorm.metainfo.api.TypedElement
Returns the name of the current typed element.
getNameDef() - method in class org.objectweb.jorm.metainfo.api.IdentifierMapping
getNameDef(String) - method in class org.objectweb.jorm.metainfo.api.Class
Returns a NameDef object from a given mapperName and mappingName.
getNameDefs() - method in class org.objectweb.jorm.metainfo.api.Class
getNameRef() - method in class org.objectweb.jorm.metainfo.api.NameDef
Retrieves the nameref if the namedef is a composite one.
getNamingFilterKey() - method in class org.objectweb.jorm.naming.api.NamingFilterKeyProvider
getNamingFilterKeyType() - method in class org.objectweb.jorm.naming.api.NamingFilterKeyProvider
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 class org.objectweb.jorm.naming.api.PNameCoder
It yields a "null" representation of a name within this naming context.
getNullValue() - method in class org.objectweb.jorm.metainfo.api.ScalarField
get the null value for this field.
getNullValueObject() - method in class org.objectweb.jorm.metainfo.api.ScalarField
get the null value for this field
getObyte() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getOchar() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getOint() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getOlong() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getOshort() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getOutput() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
getPackage(String) - method in class org.objectweb.jorm.metainfo.api.Manager
Returns an existing schema.
getPackages() - method in class org.objectweb.jorm.metainfo.api.Manager
Allows to know all the declared schemas into the current metainformation manager.
getParent() - method in class org.objectweb.jorm.metainfo.api.MetaObject
Allows to know the parent MetaObject of the current MetaObject.
getParentClassMapping(String) - method in class org.objectweb.jorm.metainfo.api.ClassMapping
getParentClassMappings() - method in class org.objectweb.jorm.metainfo.api.ClassMapping
getParser() - method in class org.objectweb.jorm.api.JormConfigurator
Gets the parser to be used by JORM.
getParserErrorHandler() - method in class org.objectweb.jorm.xml2mi.api.Parser
Allows to know the list of error the parser encounters.
getParserException() - method in class org.objectweb.jorm.xml2mi.api.Parser
Returns the exception which is reached during the parsing of a file.
getPBinder() - method in class org.objectweb.jorm.api.PClassMapping
It yields the PBinder associated to this PClassMapping.
getPClassMapping() - method in class org.objectweb.jorm.api.PBinding
It gives access to the PClassMapping which manages this binding.
getPersistentClassType() - method in class org.objectweb.jorm.naming.api.NamingFilterKeyProvider
getPMapCluster(String) - method in class org.objectweb.jorm.api.PMappingStructuresManager
Asks for the map cluster associated with a JORM class.
getPMapClusters() - method in class org.objectweb.jorm.api.PMappingStructuresManager
Asks for all the map clusters defined within this mapper.
getPMapper() - method in class org.objectweb.jorm.api.ClassMappedEvent
getPMapper() - method in class org.objectweb.jorm.api.PClassMapping
It gives access to the mapper that has mapped the associated JORM class as defined by this PClassMapping.
getPMappingStructuresManager() - method in class org.objectweb.jorm.api.PMapper
Retrieves the PMappingStructuresManager associated with this mapper.
getPName() - method in class org.objectweb.jorm.api.PBinding
It gives access to the PName, which designate a particular DSI, associated to this binding.
getPName(org.objectweb.jorm.naming.api.PBinder) - method in class org.objectweb.jorm.api.PSerializable
getPNameCoder() - method in class 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.
getPNameCoder(String) - method in class org.objectweb.jorm.api.PClassMapping
It returns the naming context that manages the reference associated to a field whose type is a JORM class.
It retrieves the PNameCoder which must be associated to the field specified in parameter.
It retrieves the PNameCoder which should manage the reference.
getPNameIndex() - method in class org.objectweb.jorm.api.PPrefetchTupleCollection
Gets the index of the PName of the persistent class which is pefetched
getPNameIterator(Object) - method in class org.objectweb.jorm.api.PClassMapping
getPNameIterator(Object,boolean,boolean,Object) - method in class org.objectweb.jorm.api.PClassMapping
It returns an iterator over all pname of persitent objects availlable in this class.
getPNameManager() - method in class org.objectweb.jorm.naming.api.PName
It retrieves the name manager associated to this PName.
getPrefetchBuffer() - method in class org.objectweb.jorm.api.PPrefetchTupleCollection
Gets the PrefetchBuffer associated with the TupleCollection.
getPrefetchCache() - method in class org.objectweb.jorm.api.PMapper
Returns the prefetch cache associated to this mapper.
getPrimitiveElement() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Returns the PrimitiveElement object which defines the current GenClassRef object.
getPrimitiveElementMapping(String) - method in class org.objectweb.jorm.metainfo.api.CommonClassMapping
Returns the PrimitiveElementMapping objects (hidden or not) matching a given fieldName.
getPrimitiveElementMapping(String,boolean) - method in class org.objectweb.jorm.metainfo.api.ClassMapping
Get the primitive element mapping corresponding to a field name by searching recursively in the super classes until it is found (if requested)
getPrimitiveElementMappings() - method in class org.objectweb.jorm.metainfo.api.CommonClassMapping
Returns the collection of PEM of the current class only defined at the inheritance level, that is, without the inherited ones.
getProgName() - method in class org.objectweb.jorm.type.api.PType
It retrieves the name of the associated constant for programming access.
getProjection() - method in class org.objectweb.jorm.metainfo.api.NameRef
Retrieve the list of projections between the fields of the composite name and the field of the class.
getProjectName() - method in class org.objectweb.jorm.metainfo.api.ClassProject
Returns the project name.
getProjectName() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
getProjectName() - method in class org.objectweb.jorm.metainfo.api.MappingStructure
Returns the project name.
getProjectName() - method in class org.objectweb.jorm.api.PClassMapping
It retrieves the project name.
getPType() - method in class org.objectweb.jorm.metainfo.api.Class
getPType() - method in class org.objectweb.jorm.api.PClassMapping
Retrieves the PType of this mapped JORM class.
getPType() - method in class org.objectweb.jorm.naming.api.PName
It retrieves the PType associated to this PName if any exists.
getPType() - method in class org.objectweb.jorm.naming.api.PNameCoder
Retrieves the PType associated to the JORM class which is the type of the name managed by this naming context.
getPType(String) - method in class org.objectweb.jorm.type.api.PTypeSpace
It tries to retrieve a PType representing a JORM class with the given class name.
getPTypeSpace() - method in class org.objectweb.jorm.metainfo.api.Manager
Returns the PTypeSpace structure.
getPTypeSpace() - method in class 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 class org.objectweb.jorm.type.api.PType
It retrieves the type space associated to this PType.
getReferenceMapping() - method in class org.objectweb.jorm.metainfo.api.GenClassMapping
Returns a ReferenceMapping object.
getReferenceMapping(String) - method in class org.objectweb.jorm.metainfo.api.ClassMapping
Retrieves the ReferenceMapping instance corresponding to the name of a reference field.
getReferenceMappings() - method in class org.objectweb.jorm.metainfo.api.ClassMapping
Returns a collection of ReferenceMapping objects.
getRefNameDef() - method in class org.objectweb.jorm.metainfo.api.Reference
Returns an iterator on existing NameDef for the current object.
getRefNameDef(String) - method in class org.objectweb.jorm.metainfo.api.Reference
Returns a NameDef object from a given mappingName.
getRuleName() - method in class org.objectweb.jorm.metainfo.api.CommonClassMapping
Returns the name of the rule used to map the class.
getRuleName() - method in class org.objectweb.jorm.metainfo.api.ParentClassMapping
Returns the name of the rule involved in the mapping of the inheritance relationship.
getRuleName() - method in class org.objectweb.jorm.metainfo.api.ReferenceMapping
Returns the name of the rule used to map the reference.
getScalarField(String) - method in class org.objectweb.jorm.metainfo.api.CompositeName
Retrieve a scalarfield describing the field identified by it name in the current compositename.
getScale() - method in class org.objectweb.jorm.metainfo.api.PrimitiveElement
getSchMgr(String) - method in class org.objectweb.jorm.api.JormConfigurator
Gets the schema manager associated with the given mapper.
getShort() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getSize() - method in class org.objectweb.jorm.metainfo.api.PrimitiveElement
Returns the size of the field in case of string, serialized, arrays, bigdecimal, etc
getStatus() - method in class org.objectweb.jorm.api.PBinding
It yields the current status associated with this PBinding.
getStatus() - method in class org.objectweb.jorm.metainfo.api.PrimitiveElement
Gets the status wrt constance and persistence.
getString() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getStringCode() - method in class org.objectweb.jorm.naming.api.PNCStringCoder
getSubClasses() - method in class org.objectweb.jorm.metainfo.api.Class
Allows us to obtain all classes derived from the current class object.
getSubMappers(String) - method in class org.objectweb.jorm.api.JormConfigurator
Gets the submappers associated with a given mapper.
getSubTypes() - method in class org.objectweb.jorm.type.api.PType
Retrieves all subtypes of this PType defined within its PTypeSpace.
getSubTypes(org.objectweb.jorm.type.api.PType) - method in class org.objectweb.jorm.type.api.PTypeSpace
Retrieves all subtypes of this PType defined within its PTypeSpace.
getSuperClass(String) - method in class org.objectweb.jorm.metainfo.api.Class
Retrieves a super class whith its name.
getSuperClasses() - method in class org.objectweb.jorm.metainfo.api.Class
Retrieves the collection of super classes
getSuperCompositeNames() - method in class org.objectweb.jorm.metainfo.api.CompositeName
Provides an iterator over all the composite name inherited by the current composite name.
getTemplateLibraries() - method in class org.objectweb.jorm.generator.api.MOP
getType() - method in class org.objectweb.jorm.metainfo.api.TypedElement
Returns 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 class org.objectweb.jorm.metainfo.api.Class
Allows to obtain an existing Field.
getUnResolvedDependencies() - method in class org.objectweb.jorm.api.PMapCluster
getVerifier() - method in class org.objectweb.jorm.compiler.api.JormCompilerConfigurator
Gets the verifier to be used by JORM.
getWriter() - method in class org.objectweb.jorm.api.JormConfigurator
Gets the BasicDomWriter object.

H

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

I

IdentifierMapping - interface org.objectweb.jorm.metainfo.api.IdentifierMapping
Les identifiants, c'est des NameDefs !!
INHERITANCE_CLASSNAME_PATTERN - static field in class org.objectweb.jorm.compiler.api.JormCompilerParameter
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.
INHERITANCE_PACKAGE_PATTERN - static field in class org.objectweb.jorm.compiler.api.JormCompilerParameter
init() - method in class org.objectweb.jorm.generator.api.Generator
Initializes the generator.
init() - method in class org.objectweb.jorm.metainfo.api.Manager
Initializes the current Manager.
init(boolean,ArrayList) - method in class org.objectweb.jorm.xml2mi.api.Parser
Initializes the Parser.
init(org.objectweb.jorm.api.PClassMapping) - method in class org.objectweb.jorm.api.PBinding
It initialises a PBinding.
It intialises the class mapping.
initContext(Context,org.objectweb.jorm.metainfo.api.Class,String,String) - method in class org.objectweb.jorm.generator.api.MOP
Initializes a velocity context
initialize() - method in class org.objectweb.jorm.xml2mi.api.ParserErrorHandler
Resets the vector of errors.
INT - static field in class org.objectweb.jorm.type.api.PTypeSpace
isa(org.objectweb.jorm.type.api.PType) - method in class org.objectweb.jorm.type.api.PType
It compares if the current PType conforms to the given PType.
It compares to PType representing JORM classes.
isAbstract() - method in class org.objectweb.jorm.metainfo.api.Class
Allows to know if the current class is an abstract class or not.
isAutoCalculated() - method in class org.objectweb.jorm.metainfo.api.PrimitiveElement
Indicate if the primitive element is auto calculated.
isBindingAbstract() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
isClassRef() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Allows to know if the current object is a reference to a Class or not.
isConform(String) - method in class org.objectweb.jorm.api.PClassMapping
It specifies if the given kind of PMapper is supported by this PClassMapping.
isConstant() - method in class org.objectweb.jorm.metainfo.api.PrimitiveElement
isDefined() - method in class org.objectweb.jorm.api.PMapCluster
Indicates if the mapping cluster is fully defined.
isDirectSubType(org.objectweb.jorm.type.api.PType) - method in class org.objectweb.jorm.type.api.PType
isFieldName() - method in class org.objectweb.jorm.metainfo.api.NameDef
Allows to know if the namedef is describe by a single field.
isGenClassRef() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Allows to know if the current object is a reference to a generic class or not.
isGeneratedPDFiles() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
isGeneratedWithMapperPackage() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
isJavac() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
isKeepSrc() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
isNameRef() - method in class org.objectweb.jorm.metainfo.api.NameDef
Allows to know if the namedef is describe by a composite name.
isNull() - method in class org.objectweb.jorm.naming.api.PName
It tells if this name corresponds to "null" representation within a its naming context.
isParseOnly() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
isPersistent() - method in class org.objectweb.jorm.metainfo.api.PrimitiveElement
isPolymorphic() - method in class org.objectweb.jorm.metainfo.api.Class
Returns true if the class is polymorphic, i.e.
isPrimitive() - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Allows to know if the current object is primitive or not (final and "basic").
isScalar() - method in class org.objectweb.jorm.metainfo.api.PrimitiveElement
Allows to know if the current Field is a scalar field or not.
isSystem() - method in class 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 class org.objectweb.jorm.compiler.api.JormCompilerParameter
iterateAllField() - method in class org.objectweb.jorm.metainfo.api.CompositeName
iterateCompositeName() - method in class org.objectweb.jorm.metainfo.api.Package
Allows to know all the registered compositename into the current schema.
iterateField() - method in class org.objectweb.jorm.metainfo.api.CompositeName
iterateField() - method in class org.objectweb.jorm.metainfo.api.NameDef
Returns an iterator on all fields (HiddenFields and FieldRef).
iterateIndexField() - method in class org.objectweb.jorm.metainfo.api.GenClass
Allows to know all the existing index field for the current generic class.
iterateInheritedCompositeName() - method in class org.objectweb.jorm.metainfo.api.CompositeName
iterateReferenceMappings() - method in class org.objectweb.jorm.metainfo.api.ClassMapping
Returns an Iterator over ReferenceMapping objects.

J

JormCompilerConfigurator - interface org.objectweb.jorm.compiler.api.JormCompilerConfigurator
Used to hold the configuration information related to a JORM compiler instance.
JormCompilerParameter - interface org.objectweb.jorm.compiler.api.JormCompilerParameter
A JormCompilerParameter object is an object which manages informations read by the command line parser.
JormConfigurator - interface org.objectweb.jorm.api.JormConfigurator
Used to hold the configuration information related to the JORM runtime.
JORMPROPFILE - static field in class org.objectweb.jorm.api.PMapper

K

KeyFilteredNamingContext - interface org.objectweb.jorm.naming.api.KeyFilteredNamingContext
knownMappers() - method in class org.objectweb.jorm.api.JormConfigurator
Lists the names of supported mappers.

L

LIFECYCLE_ACTIVEFORIO - static field in class 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 field in class 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 field in class org.objectweb.jorm.api.PBinding
This is not a real state for a PBinding.
LIFECYCLE_NEWTOWRITE - static field in class 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 field in class org.objectweb.jorm.api.PBinding
The PBinding does not have any PName to reach a data store instance.
loadConfFile(InputStream,Iterator) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
Load a jorm configuration file.
loadConfFile(String,Iterator) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
Load a jorm configuration file.
LOGGER_NAME - static field in class org.objectweb.jorm.compiler.api.JormCompilerConfigurator
LOGGER_NAME - static field in class org.objectweb.jorm.api.JormConfigurator
LONG - static field in class org.objectweb.jorm.type.api.PTypeSpace
lookup(Object) - method in class org.objectweb.jorm.naming.api.KeyFilteredNamingContext
lookup(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PBinder
It looks for a PBinding object with the given PName within a PBinder.
lookup(String) - method in class 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,org.objectweb.jorm.api.PClassMapping) - method in class org.objectweb.jorm.api.PMapper
It registers a PClassMapping associated to a particular JORM class within this PMapper.
map(Object,org.objectweb.jorm.api.PClassMapping,boolean) - method in class org.objectweb.jorm.api.PMapper
It registers a PClassMapping associated to a particular JORM class within this PMapper.
map(org.objectweb.jorm.api.PClassMapping) - method in class org.objectweb.jorm.api.PMapper
It registers a PClassMapping associated to a particular JORM class within this PMapper.
Mapping - interface org.objectweb.jorm.metainfo.api.Mapping
A Mapping object contains mapping structures obtained by applying a set of mapping rules whose syntax and semantics depend of a particular mapper.
MappingFactory - interface org.objectweb.jorm.metainfo.api.MappingFactory
MappingFactory defines amethod through which Mapping objects will be created.
MappingParser - interface org.objectweb.jorm.xml2mi.api.MappingParser
The MappingParser interface provides methods to parse specific mapping information from an XML Element object and build the corresponding Jorm metainformation.
MappingPrinter - class org.objectweb.jorm.metainfo.api.MappingPrinter
This abstract class must be extends for each mapping.
Signlas to this listener that the mapper requires a particular JORM class to be mapped.
MappingStructure - interface org.objectweb.jorm.metainfo.api.MappingStructure
todo: Description
MappingVerifier - interface org.objectweb.jorm.verifier.api.MappingVerifier
match(BigDecimal) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this BigDecimal value matches a Persistent object manages by the PNamingContext
match(BigInteger) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this BigInteger value matches a Persistent object manages by the PNamingContext
match(Byte) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this Byte value matches a Persistent object manages by the PNamingContext
match(byte[]) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this byte[] value matches a Persistent object manages by the PNamingContext
match(char) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this char value matches a Persistent object manages by the PNamingContext
match(char[]) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this char[] value matches a Persistent object manages by the PNamingContext
match(Character) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this Character value matches a Persistent object manages by the PNamingContext
match(Date) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this Date value matches a Persistent object manages by the PNamingContext
match(int) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this int value matches a Persistent object manages by the PNamingContext
match(Integer) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this Integer value matches a Persistent object manages by the PNamingContext
match(Long) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this Long value matches a Persistent object manages by the PNamingContext
match(Object) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this Object value matches a Persistent object manages by the PNamingContext
match(Short) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this Short value matches a Persistent object manages by the PNamingContext
match(String) - method in class org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this String value matches a Persistent object manages by the PNamingContext
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.generator.api.MOP
MOPFactory - interface org.objectweb.jorm.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.

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.
NamingFilterKeyProvider - interface org.objectweb.jorm.naming.api.NamingFilterKeyProvider
In order to support a particular naming filtering
nextStatePBinding(byte,byte) - static method in class org.objectweb.jorm.api.PStateGraph
It defines the state graph that represents the lifecycle of PBinding objects.
NOSIZE - static field in class org.objectweb.jorm.type.api.PType
NULLSUPERCLASSNAMES - static field in class org.objectweb.jorm.type.api.PTypeSpace
NULLSUPERTYPES - static field in class org.objectweb.jorm.type.api.PTypeSpace
numErrors() - method in class org.objectweb.jorm.xml2mi.api.ParserErrorHandler
Allows to know the number of handled errors.

O

OBJBOOLEAN - static field in class org.objectweb.jorm.type.api.PTypeSpace
OBJBYTE - static field in class org.objectweb.jorm.type.api.PTypeSpace
OBJCHAR - static field in class org.objectweb.jorm.type.api.PTypeSpace
OBJDOUBLE - static field in class org.objectweb.jorm.type.api.PTypeSpace
OBJFLOAT - static field in class org.objectweb.jorm.type.api.PTypeSpace
OBJINT - static field in class org.objectweb.jorm.type.api.PTypeSpace
OBJLONG - static field in class org.objectweb.jorm.type.api.PTypeSpace
OBJSHORT - static field in class org.objectweb.jorm.type.api.PTypeSpace
ON - static field in class org.objectweb.jorm.api.Debug

P

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
The PAccessorGenClass interface is deprecated.
Package - interface org.objectweb.jorm.metainfo.api.Package
Package object defines an object able to gather a set of classes.
paDeltaSupported() - method in class 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 class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a BigDecimal field.
paGetBigIntegerField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a BigInteger field.
paGetBooleanField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a boolean field.
paGetByteArrayField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a byte[] field.
paGetByteField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a byte field.
paGetCharArrayField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a char[] field.
paGetCharField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a char field.
paGetDateField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a date field.
paGetDoubleField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a double field.
paGetFloatField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a float field.
paGetIntField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of an int field.
paGetLongField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a long field.
paGetNbElem() - method in class 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 class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Boolean field.
paGetObyteField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Byte field.
paGetOcharField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Character field.
paGetOdoubleField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Double field.
paGetOfloatField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Float field.
paGetOintField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of an Integer field.
paGetOlongField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Long field.
paGetOshortField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Short field.
paGetRefField(String,Object) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a reference field.
paGetSerializedField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a serialized field.
paGetShortField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a short field.
paGetStringField(String) - method in class org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a string field.
paIterator() - method in class org.objectweb.jorm.api.PGenClassAccessor
It returns an Iterator over the elements of a generic class memory instance.
ParentClassMapping - interface org.objectweb.jorm.metainfo.api.ParentClassMapping
JDOWizard is a wizard that automatically generates JORM descriptor files from JDO specifications.
parse(Iterator) - method in class org.objectweb.jorm.xml2mi.api.Parser
Launches the parsing process.
parse(String) - method in class org.objectweb.jorm.xml2mi.api.Parser
Launches the parsing process.
parseMapping(Element,org.objectweb.jorm.metainfo.api.ClassProject) - method in class org.objectweb.jorm.xml2mi.api.Parser
Parses the mapping information related to a particular mapper and builds the corresponding Jorm meta-information.
Parser - interface org.objectweb.jorm.xml2mi.api.Parser
The Parser interface defines the behaviour of a JORM component used to parse a set of JORM definition files.
ParserErrorHandler - class org.objectweb.jorm.xml2mi.api.ParserErrorHandler
The ParserErrorHandler object extends the DefaultHandler from sax.
ParserErrorHandler() - constructor for class org.objectweb.jorm.xml2mi.api.ParserErrorHandler
Builds a new ParserErrorHandler for the DOM parser.
paSetBigDecimalField(String,BigDecimal) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a BigDecimal field.
paSetBigIntegerField(String,BigInteger) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a BigInteger field.
paSetBooleanField(String,boolean) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a boolean field.
paSetByteArrayField(String,byte[]) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a byte[] field.
paSetByteField(String,byte) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a byte field.
paSetCharArrayField(String,char[]) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a char[] field.
paSetCharField(String,char) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a char field.
paSetDateField(String,Date) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a date field.
paSetDoubleField(String,double) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a double field.
paSetFloatField(String,float) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a float field.
paSetIntField(String,int) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to an int field.
paSetLongField(String,long) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a long field.
paSetNbElem(int) - method in class org.objectweb.jorm.api.PGenClassAccessor
It passes the number of elements contained within the generic class DSI to the memory instance.
paSetObooleanField(String,Boolean) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Boolean field.
paSetObyteField(String,Byte) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Byte field.
paSetOcharField(String,Character) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Character field.
paSetOdoubleField(String,Double) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Double field.
paSetOfloatField(String,Float) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Float field.
paSetOintField(String,Integer) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to an Integer field.
paSetOlongField(String,Long) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Long field.
paSetOshortField(String,Short) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Short field.
It assigns the value to a reference field.
paSetSerializedField(String,Serializable) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a serialized field.
paSetShortField(String,short) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a short field.
paSetStringField(String,String) - method in class org.objectweb.jorm.api.PAccessorGen
It assigns the value to a string field.
PBinder - interface org.objectweb.jorm.naming.api.PBinder
This interface defines a binder as a particular PNameManager that manages the association of bindings with PName.
PBinding - interface org.objectweb.jorm.api.PBinding
The PBinding interface defines the behaviour of binding objects used in order to control the I/Os between a data store instance and its associated memory instance.
PBINDINGAPPENDER - static field in class org.objectweb.jorm.api.PMapper
PBindingCtrl - interface org.objectweb.jorm.api.PBindingCtrl
This interface is defines in order to allow PBinders to access to PName and status attributes associated with PBindings.
PClassMapping - interface org.objectweb.jorm.api.PClassMapping
The PClassMapping interface defines the behaviour of objects that contain all information required to map a JORM class.
PCLASSMAPPINGAPPENDER - static field in class org.objectweb.jorm.api.PMapper
PClassMappingCtrl - interface org.objectweb.jorm.api.PClassMappingCtrl
PException - class org.objectweb.jorm.api.PException
The PException class defines the top level of the jorm exceptions.
PException() - constructor for class org.objectweb.jorm.api.PException
It builds an new Jorm Exception.
PException(Exception) - constructor for class org.objectweb.jorm.api.PException
PException(Exception,String) - constructor for class org.objectweb.jorm.api.PException
PException(String) - constructor for class org.objectweb.jorm.api.PException
It builds an new Jorm Exception with an error message.
PExceptionCompiler - class org.objectweb.jorm.compiler.api.PExceptionCompiler
This exception is thrown when an error occured inside the compiler.
PExceptionCompiler(Exception,String) - constructor for class org.objectweb.jorm.compiler.api.PExceptionCompiler
PExceptionCompiler(String) - constructor for class org.objectweb.jorm.compiler.api.PExceptionCompiler
PExceptionExistingDSI - class org.objectweb.jorm.api.PExceptionExistingDSI
PExceptionExistingDSI(String) - constructor for class org.objectweb.jorm.api.PExceptionExistingDSI
It builds a new Jorm Exception related to DSI existence (trying to create a duplicate!).
PExceptionExistingName - class org.objectweb.jorm.naming.api.PExceptionExistingName
This PException means that a existing PName is already used in a PNamingContext.
PExceptionExistingName(String) - constructor for class org.objectweb.jorm.naming.api.PExceptionExistingName
PExceptionIO - class org.objectweb.jorm.api.PExceptionIO
This exception is raised in case of problem during any kind of I/O action.
PExceptionIO(Exception) - constructor for class org.objectweb.jorm.api.PExceptionIO
It builds a new Jorm Exception related to an I/O problem characterized by the given exception.
PExceptionIO(Exception,String) - constructor for class org.objectweb.jorm.api.PExceptionIO
PExceptionIO(String) - constructor for class org.objectweb.jorm.api.PExceptionIO
It builds a new Jorm Exception related to I/O problems.
PExceptionNameCoding - class org.objectweb.jorm.naming.api.PExceptionNameCoding
Generated when a problem arise during coding operations.
PExceptionNameCoding(Exception,String) - constructor for class org.objectweb.jorm.naming.api.PExceptionNameCoding
PExceptionNameCoding(String) - constructor for class org.objectweb.jorm.naming.api.PExceptionNameCoding
PExceptionNaming - class org.objectweb.jorm.naming.api.PExceptionNaming
This exception is raised when a problem occured during name management.
PExceptionNaming(Exception) - constructor for class org.objectweb.jorm.naming.api.PExceptionNaming
PExceptionNaming(Exception,String) - constructor for class org.objectweb.jorm.naming.api.PExceptionNaming
It builds a new Jorm Exception related to naming problems.
PExceptionNaming(String) - constructor for class org.objectweb.jorm.naming.api.PExceptionNaming
It builds a new Jorm Exception related to naming problems.
PExceptionNoDSI - class org.objectweb.jorm.api.PExceptionNoDSI
PExceptionNoDSI(String) - constructor for class org.objectweb.jorm.api.PExceptionNoDSI
It builds a new Jorm Exception related to DSI non existence.
PExceptionProtocol - class org.objectweb.jorm.api.PExceptionProtocol
This exception is raised when a problem occured due to protocol inconsistency with respect to life-cycle management for example.
PExceptionProtocol(Exception,String) - constructor for class org.objectweb.jorm.api.PExceptionProtocol
PExceptionProtocol(String) - constructor for class org.objectweb.jorm.api.PExceptionProtocol
It builds a new Jorm Exception related to the binding protocol.
PExceptionTyping - class org.objectweb.jorm.type.api.PExceptionTyping
This exception is raised when a problem occurs that relates to JORM typing.
PExceptionTyping(Exception,String) - constructor for class org.objectweb.jorm.type.api.PExceptionTyping
It builds a PExceptionTyping with a nested Exception
PExceptionTyping(String) - constructor for class org.objectweb.jorm.type.api.PExceptionTyping
It builds a new Jorm Exception related to typing.
PGenClassAccessor - interface org.objectweb.jorm.api.PGenClassAccessor
The PGenClassAccessor interface defines the Accessor for all generic classes.
pieGetBigDecimalElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a BigDecimal element.
pieGetBigIntegerElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a BigInteger element.
pieGetBooleanElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a boolean element.
pieGetByteArrayElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a bytearray element.
pieGetByteElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a byte element.
pieGetByteIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a byte index field.
pieGetCharArrayElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a chararray element.
pieGetCharElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a char element.
pieGetCharIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a char index field.
pieGetDateElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a date element.
pieGetDateIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a date index field.
pieGetDoubleElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a double element.
pieGetFloatElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a float element.
pieGetIntElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of an int element.
pieGetIntIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of an int index field.
pieGetLongElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a long element.
pieGetLongIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a long index field.
pieGetObooleanElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a boolean element.
pieGetObyteElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a byte element.
pieGetObyteIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a byte index field.
pieGetOcharElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a char element.
pieGetOcharIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a char index field.
pieGetOdoubleElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a double element.
pieGetOfloatElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a float element.
pieGetOintElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of an int element.
pieGetOintIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of an int index field.
pieGetOlongElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a long element.
pieGetOlongIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a long index field.
pieGetOshortElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a short element.
pieGetOshortIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a short index field.
pieGetRefElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a reference element.
pieGetSerializedElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a serialized element.
pieGetShortElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a short element.
pieGetShortIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a short index field.
pieGetStringElem() - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a string element.
pieGetStringIndexField(String) - method in class org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a string index field.
pieSetBigDecimalElem(BigDecimal) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a BigDecimal element.
pieSetBigIntegerElem(BigInteger) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a BigInteger element.
pieSetBooleanElem(boolean) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a boolean element.
pieSetByteArrayElem(byte[]) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a bytearray element.
pieSetByteElem(byte) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a byte element.
pieSetByteIndexField(String,byte) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a byte index field.
pieSetCharArrayElem(char[]) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a chararray element.
pieSetCharElem(char) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a char element.
pieSetCharIndexField(String,char) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a char index field.
pieSetDateElem(Date) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a date element.
pieSetDateIndexField(String,Date) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a date index field.
pieSetDoubleElem(double) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a double element.
pieSetFloatElem(float) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a float element.
pieSetIntElem(int) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to an int element.
pieSetIntIndexField(String,int) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to an int index field.
pieSetLongElem(long) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a long element.
pieSetLongIndexField(String,long) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a long index field.
pieSetObooleanElem(Boolean) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a boolean element.
pieSetObyteElem(Byte) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Byte element.
pieSetObyteIndexField(String,Byte) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Byte index field.
pieSetOcharElem(Character) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Character element.
pieSetOcharIndexField(String,Character) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Character index field.
pieSetOdoubleElem(Double) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Double element.
pieSetOfloatElem(Float) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Float element.
pieSetOintElem(Integer) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to an Integer element.
pieSetOintIndexField(String,Integer) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to an Integer index field.
pieSetOlongElem(Long) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Long element.
pieSetOlongIndexField(String,Long) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Long index field.
pieSetOshortElem(Short) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Short element.
pieSetOshortIndexField(String,Short) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Short index field.
pieSetRefElem(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a reference element.
pieSetSerializedElem(Serializable) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a serialized element.
pieSetShortElem(short) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a short element.
pieSetShortIndexField(String,short) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a short index field.
pieSetStringElem(String) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a string element.
pieSetStringIndexField(String,String) - method in class org.objectweb.jorm.api.PIndexedElem
It assigns the value to a string index field.
PIndexedElem - interface org.objectweb.jorm.api.PIndexedElem
The PIndexedElem interface defines the representation of an element of a generic class.
PIndexedElemFactory - interface org.objectweb.jorm.api.PIndexedElemFactory
PMapCluster - interface org.objectweb.jorm.api.PMapCluster
The PMapCluster interface defines a the set of JORM classes which mapping structures have to be managed altogether.
PMapper - interface org.objectweb.jorm.api.PMapper
The PMapper interface defines a JORM mapper as an object that mainly maintains the set of JORM classes that it maps on a particular DS.
PMapperListener - interface org.objectweb.jorm.api.PMapperListener
Allows to listen to mapper-related events.
PMappingCallback - interface org.objectweb.jorm.api.PMappingCallback
This is a control interface dedicated to the JORM mapping code.
PMappingRequiredEvent - class org.objectweb.jorm.api.PMappingRequiredEvent
The event used to signals the requirement of the mapping of a particular JORM class.
Constructs a PMappingRequiredEvent event.
PMappingStructuresManager - interface org.objectweb.jorm.api.PMappingStructuresManager
Defines the way to access the map clusters used to define and instanciate the mapping structures.
PName - interface org.objectweb.jorm.naming.api.PName
The PName interface defines the behaviour of a persistent name as it is managed by its associated naming context.
PNameCoder - interface org.objectweb.jorm.naming.api.PNameCoder
The PNameCoder defines the external structure of the name it manages, which corresponds to the type involved in the encoding/decoding process.
PNameGetter - interface org.objectweb.jorm.naming.api.PNameGetter
The PNameGetter interface defines a generic accessor to be used by persistent bindings to access fields of composite names it manages.
PNameGetterConverter - interface org.objectweb.jorm.naming.api.PNameGetterConverter
Defines a PNameGetter converter permitting to managee the translation between two composite naming structures.
PNameIterator - interface org.objectweb.jorm.api.PNameIterator
PNameManager - interface org.objectweb.jorm.naming.api.PNameManager
The PNameManager interface provides a means to create, remove and manage PName.
PNamingContext - interface org.objectweb.jorm.naming.api.PNamingContext
The PNamingContext interface adds a means to retrieves the information item attached to a PName it manages.
PNCStringCoder - interface org.objectweb.jorm.naming.api.PNCStringCoder
Used to encode/decode a composite name to/from a String.
pngetBigDecimalField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a BigDecimal field.
pngetBigIntegerField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a BigInteger field.
pngetByteArrayField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a byte[] field.
pngetByteField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a byte field.
pngetCharArrayField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a char[] field.
pngetCharField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a char field.
pngetDateField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a date field.
pngetIntField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of an int field.
pngetLongField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a long field.
pngetObyteField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a Byte field.
pngetOcharField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a Character field.
pngetOintField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of an Integer field.
pngetOlongField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a Long field.
pngetOshortField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a Short field.
pngetShortField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a short field.
pngetStringField(String,Object) - method in class org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a string field.
PPrefetchTupleCollection - interface org.objectweb.jorm.api.PPrefetchTupleCollection
Defines an extension of a TupleCollection to use for the prefetching mechanism.
PREDEFINEDPTYPES - static field in class org.objectweb.jorm.type.api.PTypeSpace
PrimitiveElement - interface org.objectweb.jorm.metainfo.api.PrimitiveElement
A PrimitiveElement is a field with a primitive type.
PrimitiveElementMapping - interface org.objectweb.jorm.metainfo.api.PrimitiveElementMapping
todo: Description
primitiveElementMappingsIterator() - method in class org.objectweb.jorm.metainfo.api.CommonClassMapping
Returns an Iterator over PrimitiveElementMapping objects.
print() - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
Prints informations managed by the current object.
print() - method in class org.objectweb.jorm.api.PException
prints the error message to the console.
PSerializable - interface org.objectweb.jorm.api.PSerializable
This class defines an object sent to the replicas to ensure durability.
PStateGraph - class org.objectweb.jorm.api.PStateGraph
This class, which is entirely static, defines the state graphs for various JORM objects.
PType - class org.objectweb.jorm.type.api.PType
The PType class defines the minimal information required to define a JORM type that belongs to a PTypeSpace.
PType(short,String,String,String,String) - constructor for class org.objectweb.jorm.type.api.PType
It constructs the types that represent basic JORM types defined as constants within the PTypeSpace interface.
PType(String,org.objectweb.jorm.type.api.PTypeSpace) - constructor for class org.objectweb.jorm.type.api.PType
It constructs the types that represent JORM classes, be it generic or not.
PTypeSpace - interface org.objectweb.jorm.type.api.PTypeSpace
The PTypeSpace interface defines a space of JORM type along with the inheritance relationships that may exist between them.
putBigDecimal(BigDecimal) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putBigInteger(BigInteger) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putByte(byte) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putByteArray(byte[]) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putChar(char) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putCharArray(char[]) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putDate(Date) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putInt(int) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putLong(long) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putObyte(Byte) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putOchar(Character) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putOint(Integer) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putOlong(Long) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putOshort(Short) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putShort(short) - method in class org.objectweb.jorm.naming.api.PNCStringCoder
putString(String) - method in class org.objectweb.jorm.naming.api.PNCStringCoder

R

read(Object,org.objectweb.jorm.api.PAccessor) - method in class org.objectweb.jorm.api.PBinding
It reads the data store instance designated by the PName of this binding and transfers each attribute value to the accessor object.
read(Object,org.objectweb.jorm.api.PAccessor,Object) - method in class org.objectweb.jorm.api.PBinding
It reads the data store instance designated by the PName of this binding and transfers each attribute value to the accessor object.
Read all the fields of the serializable object and put it in the PAccessor pa.
Reference - interface org.objectweb.jorm.metainfo.api.Reference
Reference interface is the top level of the Reference objects.
ReferenceMapping - interface org.objectweb.jorm.metainfo.api.ReferenceMapping
todo: Description
REFTOP - static field in class org.objectweb.jorm.type.api.PTypeSpace
removeAllMappers() - method in class org.objectweb.jorm.api.JormConfigurator
Removes all mappers from the list of the ones used for generation.
removeClassProject(String) - method in class org.objectweb.jorm.metainfo.api.Class
Removes a ClassProject instance.
removeDependency(String) - method in class org.objectweb.jorm.metainfo.api.CommonClassMapping
remove a dependency to a given jorm class
removeMapper(String) - method in class org.objectweb.jorm.api.JormConfigurator
Removes this mapper from the list of the ones used for generation.
Removes the given mapper listener from this mapper.
removeSubMapper(String,String) - method in class org.objectweb.jorm.api.JormConfigurator
Removes this submapper from the list of the ones used for generation.
removeTypedElement(String) - method in class org.objectweb.jorm.metainfo.api.Class
Removes a typed element.
removeTypedElement(String) - method in class org.objectweb.jorm.metainfo.api.GenClassRef
Removes the primitive element.
resolve(Object) - method in class org.objectweb.jorm.naming.api.PName
It retrieves the information item associated to the given PName (if any exists).
resolve(Object,org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNamingContext
It retrieves the information item associated to the given PName (if any exists).

S

ScalarField - interface org.objectweb.jorm.metainfo.api.ScalarField
A ScalarField describes corresponds to a hidden field of a ClassObject or a Generic Class.
SCALARPTYPES - static field in class org.objectweb.jorm.type.api.PTypeSpace
scheduleEvent(EventObject) - method in class org.objectweb.jorm.api.PMappingCallback
Schedules an mapper-related event.
SERIALIZED - static field in class org.objectweb.jorm.type.api.PTypeSpace
setAbstract(boolean) - method in class org.objectweb.jorm.metainfo.api.Class
setBindingAbstract(boolean) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
setBindingInheritance(String) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
setCacheManager(CacheManager) - method in class org.objectweb.jorm.naming.api.PBinder
Assigns the cache manager associated with this binder.
setClassMapping(org.objectweb.jorm.metainfo.api.ClassMapping) - method in class org.objectweb.jorm.metainfo.api.Mapping
Sets the mapping structure of the class.
setClassMappingInheritance(String) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
It assigns the PNameCoder to use for the class.
Assigns the compiler configurator to this generator.
Assigns the compiler parameter to this generator.
setConnectionFactory(Object) - method in class org.objectweb.jorm.api.PMapper
Assigns a connection factory to this mapper.
setConstantValue(String,String) - method in class org.objectweb.jorm.metainfo.api.Class
Defines the value of a constant PrimitiveElement, defined either in the current class or in one of its ancestors.
setCurrentClass(org.objectweb.jorm.metainfo.api.Class) - method in class org.objectweb.jorm.xml2mi.api.MappingParser
Assigns the current Class object to a parser in order from it to retrieve the meta-objects (for example, PrimitiveElement objects) that are referenced from XML mapping elements.
setDtdLocations(ArrayList) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
setField(String) - method in class org.objectweb.jorm.metainfo.api.FieldName
Allows to set the name of the referenced field.
setFieldName(String) - method in class org.objectweb.jorm.metainfo.api.NameDef
Allows to set the fieldname describing the namedef single field.
setFileName(String) - method in class org.objectweb.jorm.metainfo.api.Class
Allows to assign the file name of this class MO.
It assigns the GenClassMapping used to manage the reference hold by a field whose type is a JORM gen class.
It assigns the GenClassMapping used to manage the reference hold by a field whose type is a JORM class.
setGeneratedPDFiles(boolean) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
setGeneratedWithMapperPackage(boolean) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
Sets the IdentifierMapping object.
setidvalue2genclassref(Map) - method in class org.objectweb.jorm.xml2mi.api.MappingParser
setInheritanceFilter(org.objectweb.jorm.metainfo.api.NameDef,String) - method in class org.objectweb.jorm.metainfo.api.Class
setInheritanceNamingKey(org.objectweb.jorm.metainfo.api.NameDef,Object) - method in class org.objectweb.jorm.metainfo.api.Class
setInputFiles(Collection) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
setIsAutoCalculated(boolean) - method in class org.objectweb.jorm.metainfo.api.PrimitiveElement
setJavac(boolean) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
setKeepSrc(boolean) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
setLinkedMO(org.objectweb.jorm.metainfo.api.MetaObject) - method in class org.objectweb.jorm.metainfo.api.MappingStructure
Sets the MetaObject referenced by the current MetaObject.
setLogConfFile(String) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
setLogger(Logger) - method in class org.objectweb.jorm.api.PMappingStructuresManager
Assigns a logger to this schema manager.
setLoggerFactory(LoggerFactory) - method in class org.objectweb.jorm.api.JormConfigurator
It assignes the logger factory.
setMapperName(String) - method in class org.objectweb.jorm.metainfo.api.Mapping
Sets the mapper name.
setMapperName(String) - method in class org.objectweb.jorm.api.PMapper
It assigns the name of the mapper that is instanciated.
setMetaInfoManager(org.objectweb.jorm.metainfo.api.Manager) - method in class org.objectweb.jorm.generator.api.Generator
Assigns the meta information manager to this generator.
setMetaInfoManager(org.objectweb.jorm.metainfo.api.Manager) - method in class org.objectweb.jorm.xml2mi.api.MappingParser
Assigns a meta-information manager to a parser in order from it to create the meta-information related to the XML files it parses.
setMetaInfoManager(org.objectweb.jorm.metainfo.api.Manager) - method in class org.objectweb.jorm.verifier.api.MappingVerifier
Assigns the meta information manager created by the parser module to the current BlobVerifier object.
setMetaInfoManager(org.objectweb.jorm.metainfo.api.Manager) - method in class org.objectweb.jorm.xml2mi.api.Parser
Assigns a meta-information manager to a parser in order from it to create the meta-information related to the XML files it parses.
setMetaInfoManager(org.objectweb.jorm.metainfo.api.Manager) - method in class org.objectweb.jorm.verifier.api.Verifier
Assigns the meta information manager to this Verifier.
setmotable(Hashtable) - method in class org.objectweb.jorm.xml2mi.api.MappingParser
Assigns an HashTable object to the MappingParser object.
setName(String) - method in class org.objectweb.jorm.metainfo.api.NameDef
Sets the name of the NameDef object.
setNamingFilterKey(Object) - method in class org.objectweb.jorm.naming.api.NamingFilterKeyProvider
setNullPName(Object) - method in class org.objectweb.jorm.naming.api.PNameCoder
It assignes a object which defines a null representation of a name within this naming context.
setNullValue(String) - method in class org.objectweb.jorm.metainfo.api.ScalarField
Set the null value for this field.
setOutput(String) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
setParent(org.objectweb.jorm.metainfo.api.MetaObject) - method in class org.objectweb.jorm.metainfo.api.MetaObject
Sets the parent of the current meta object if it is not yet done by the constructor of the meta object
setPathExplorer(org.objectweb.jorm.util.io.api.PathExplorer) - method in class org.objectweb.jorm.generator.api.Generator
Assigns a PathExplorer object for locating files that have to be parsed.
setPathExplorer(org.objectweb.jorm.util.io.api.PathExplorer) - method in class org.objectweb.jorm.xml2mi.api.MappingParser
Assigns a PathExplorer object for locating files that have to be parsed.
setPathExplorer(org.objectweb.jorm.util.io.api.PathExplorer) - method in class org.objectweb.jorm.xml2mi.api.Parser
Assigns a PathExplorer object for locating files that have to be parsed.
setPBinder(org.objectweb.jorm.naming.api.PBinder) - method in class org.objectweb.jorm.api.PClassMapping
It assigns the PBinder associated to this PClassMapping.
setPClassMapping(org.objectweb.jorm.api.PClassMapping) - method in class org.objectweb.jorm.naming.api.PBinder
It set the PClassMapping which use this binder slave.
Assigns a mapper to this schema manager.
setPName(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.api.PBindingCtrl
It assigns the current PName associated with this PBinding.
setPName(org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.api.PSerializable
Set the encoded PName of the object sent to the replicas
It assigns the PNameCoder used to manage the references hold by a generic class instance whose mapping is described by this PClassMapping.
It assigns the PNameCoder used to manage the reference hold by a field whose type is a JORM class.
setPrefetchCache(PrefetchCache) - method in class org.objectweb.jorm.api.PMapper
Assigns a prefetch cache to this mapper.
setProjectName(String) - method in class org.objectweb.jorm.metainfo.api.ClassProject
Sets the project name.
setProjectName(String) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
setProjectName(String) - method in class org.objectweb.jorm.api.PClassMappingCtrl
Assignes the project name to a PClassMapping.
setProjectName(String) - method in class org.objectweb.jorm.verifier.api.Verifier
Assigns a project name to this verifier.
setPType(org.objectweb.jorm.type.api.PType) - method in class org.objectweb.jorm.naming.api.PNameCoder
Assigns the PType associated to the JORM class which is the type of the name managed by this naming context.
Sets a ReferenceMapping object.
setRuleName(String) - method in class org.objectweb.jorm.metainfo.api.CommonClassMapping
Sets the name of the rule used to map the class.
setRuleName(String) - method in class org.objectweb.jorm.metainfo.api.ParentClassMapping
Sets the rule name.
setRuleName(String) - method in class org.objectweb.jorm.metainfo.api.ReferenceMapping
Sets the name of the rule used to map the reference.
setStatus(byte) - method in class org.objectweb.jorm.api.PBindingCtrl
It assigns the current status associated with this PBinding.
setStatus(int) - method in class org.objectweb.jorm.metainfo.api.PrimitiveElement
Assigns the status indicating if the primitive element is one of:
  • variable and persistent (classical case)
  • constant and persistent
  • constant and not persistent
setSystem(boolean) - method in class org.objectweb.jorm.metainfo.api.NameDef
Allows to set if the current NameDef is system defined (defined outside jorm) or not.
setVerbose(boolean) - method in class org.objectweb.jorm.compiler.api.JormCompilerParameter
SHORT - static field in class org.objectweb.jorm.type.api.PTypeSpace
start() - method in class org.objectweb.jorm.api.PMapCluster
Starts this map cluster.
start() - method in class org.objectweb.jorm.api.PMapper
Starts this mapper.
stop() - method in class org.objectweb.jorm.api.PMapCluster
Stops this map cluster.
stop() - method in class org.objectweb.jorm.api.PMapper
Stops this mapper.
STRING - static field in class org.objectweb.jorm.type.api.PTypeSpace
supportCompositeField(String,org.objectweb.jorm.type.api.PType) - method in class org.objectweb.jorm.naming.api.PNameCoder
In case of a naming context that supports composite names (i.e., names composed of several typed fields, whose type is limited to scalar ones), it tests if a particular field is defined by this composite name.
supportDynamicComposite() - method in class org.objectweb.jorm.naming.api.PNameCoder
Tests if this naming context supports comosite name through a dynamic approach, which means that encodingAbstract/decodingAbstract use getter objects that implement the PNameGetter interface.
supportStaticComposite() - method in class org.objectweb.jorm.naming.api.PNameCoder
Tests if this naming context supports comosite name through a static approach, which means that encodingAbstract/decodingAbstract use getter objects that implement specific NsFieldGetter interface generated for a particular field "Field" within a particular NameDef space "Ns".

T

TAB - static field in class org.objectweb.jorm.metainfo.api.MappingPrinter
TYPECODE_BIGDECIMAL - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_BIGINTEGER - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_BOOLEAN - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_BYTE - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_BYTEARRAY - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_CHAR - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_CHARARRAY - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_DATE - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_DOUBLE - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_FLOAT - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_INT - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_LONG - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_OBJBOOLEAN - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_OBJBYTE - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_OBJCHAR - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_OBJDOUBLE - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_OBJFLOAT - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_OBJINT - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_OBJLONG - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_OBJSHORT - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_REFERENCE - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_SERIALIZED - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_SHORT - static field in class org.objectweb.jorm.type.api.PType
TYPECODE_STRING - static field in class org.objectweb.jorm.type.api.PType
TypedElement - interface org.objectweb.jorm.metainfo.api.TypedElement
TypedElement interface is the top level of the "field" interface.

U

unbind() - method in class org.objectweb.jorm.api.PBinding
It remove the association between a PName and a PBinding.
unbind(org.objectweb.jorm.api.PBindingCtrl) - method in class org.objectweb.jorm.naming.api.PBinder
It releases the link between the PBinding passed as parameter and its associated DSI represented by the PName referenced by this PBinding.
Unbinds a sub PNC from its parent.
unexport(Object) - method in class org.objectweb.jorm.api.PBinding
It prepares this PBinding to remove the data store instance from the data store.
unexport(Object) - method in class org.objectweb.jorm.naming.api.PName
It removes this PName and all the associated information within a naming context (i.e., the association between the PName and its information item).
unexport(Object,Object) - method in class org.objectweb.jorm.naming.api.PName
It removes this PName and all the associated information within a naming context (i.e., the association between the PName and its information item).
unexport(Object,org.objectweb.jorm.naming.api.PName) - method in class org.objectweb.jorm.naming.api.PNameManager
It removes the PName and all the associated information within a naming context (i.e., the association between the PName and its information item).
unexport(Object,org.objectweb.jorm.naming.api.PName,Object) - method in class org.objectweb.jorm.naming.api.PNameManager
It removes the PName and all the associated information within a naming context (i.e., the association between the PName and its information item).
unexportClass(Object) - method in class org.objectweb.jorm.naming.api.KeyFilteredNamingContext
Unexport a persistent class from this PNamingContext
unmap(String) - method in class org.objectweb.jorm.api.PMapper
It unmaps a particular JORM class within this PMapper.
updateMappingStructures() - method in class org.objectweb.jorm.api.PMapCluster
Aligns existing mapping structures to the ones define by this map cluster.
USE_CONTEXT_CLASSLOADER - static field in class org.objectweb.jorm.compiler.api.JormCompilerConfigurator
USE_CONTEXT_CLASSLOADER - static field in class org.objectweb.jorm.api.JormConfigurator

V

VARIABLE_PERSISTENT - static field in class org.objectweb.jorm.metainfo.api.PrimitiveElement
Verifier - interface org.objectweb.jorm.verifier.api.Verifier
It provides the functions used to verify the semantical correctness of meta-information.
verify() - method in class org.objectweb.jorm.verifier.api.MappingVerifier
Verifies the meta information.
verify(Collection) - method in class org.objectweb.jorm.verifier.api.Verifier
Verifies the meta information.

W

warning(SAXParseException) - method in class org.objectweb.jorm.xml2mi.api.ParserErrorHandler
Adds a new exception to the current vector of exceptions.
write(Object,org.objectweb.jorm.api.PAccessor) - method in class org.objectweb.jorm.api.PBinding
It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with this binding.
Write the PAccessor in the serializable object.