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 variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_EXIST - Static variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_EXPORT - Static variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_READ - Static variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_UNBIND - Static variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_UNEXPORT - Static variable in interface org.objectweb.jorm.api.PBinding
 
ACTION_WRITE - Static variable in interface org.objectweb.jorm.api.PBinding
 
addAssociation(PClassMapping, int[]) - Method in interface org.objectweb.jorm.api.PClassMapping
Adds an association [pclassmapping-> table of indexes] to the association table.
addClass(Class) - Method in interface org.objectweb.jorm.metainfo.api.Package
Adds an existing Class to the current Package
addClassProject(String, ClassProject) - Method in interface org.objectweb.jorm.metainfo.api.Class
Adds a ClassProject object.
addCompositeName(CompositeName) - Method in interface org.objectweb.jorm.metainfo.api.Package
Adds an existing CompositeName to the current Package
addDependency(String) - Method in interface org.objectweb.jorm.api.PMapCluster
Add a dependency to the cluster
addDependency(String, String) - Method in interface org.objectweb.jorm.api.PMappingStructuresManager
Adds a dependency between a defined class and another class.
addDependency(String) - Method in interface org.objectweb.jorm.metainfo.api.CommonClassMapping
add a dependency to a given jorm class
addGenClassMapping(String, GenClassMapping) - Method in interface org.objectweb.jorm.metainfo.api.Mapping
Adds a GenClassMapping object.
addImplicitDependencies() - Method in interface org.objectweb.jorm.metainfo.api.ClassMapping
Add implicit dependencies of mapping structure creation to mapping structure definition.
addIndexField(String) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
 
addInheritedCompositeName(CompositeName) - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Add an inherited composite name to the current composite name.
addMapperEventListener(PMapperListener) - Method in interface org.objectweb.jorm.api.PMapper
Adds the given mapper listener to this mapper.
addMappingFactory(String, MappingFactory) - Method in interface org.objectweb.jorm.metainfo.api.Manager
Adds a mapping factory to the current metainformation manager.
addMappingGenerator(String, MOPFactory) - Method in interface org.objectweb.jorm.generator.api.Generator
Adds a mapping generator which generates a specific mapping part.
addMappingParser(String, MappingParser) - Method in interface org.objectweb.jorm.xml2mi.api.Parser
Sets the parser which is able to parse the mapping part of the XML file.
addMappingVerifier(String, MappingVerifier) - Method in interface org.objectweb.jorm.verifier.api.Verifier
Adds a mapping verifier which verifies a specific mapping part of the meta information.
addPrimitiveElementMapping(PrimitiveElementMapping) - Method in interface org.objectweb.jorm.metainfo.api.CommonClassMapping
Adds a PrimitiveElementMapping object.
addPrimitiveElementMapping(String, PrimitiveElementMapping) - Method in interface org.objectweb.jorm.metainfo.api.CommonClassMapping
Adds a PrimitiveElementMapping object.
addProjection(String, String) - Method in interface org.objectweb.jorm.metainfo.api.NameRef
Add a projection between a field in the composite name structure and a field in the class.
addReferenceMapping(ReferenceMapping) - Method in interface org.objectweb.jorm.metainfo.api.ClassMapping
Adds a ReferenceMapping object.
addSubClass(Class) - Method in interface 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 interface org.objectweb.jorm.api.JormConfigurator
Adds this submapper to the list of the ones used for generation.
addSuperClass(Class) - Method in interface org.objectweb.jorm.metainfo.api.Class
Adds a new inherited class to the list of the inherited classes for the current class object.

B

bind(PName) - Method in interface org.objectweb.jorm.api.PBinding
It assigns a DSI represented by the PName passed as a parameter to this PBinding.
bind(PName, PBindingCtrl) - Method in interface org.objectweb.jorm.naming.api.PBinder
It associates a PBinding object with a PName within a PBinder.
bindSubFPNC(FilteredPNamingContext) - Method in interface org.objectweb.jorm.naming.api.FilteredPNamingContext
binds a sub filteredPNamingContext to the current.

C

CLEANUP_DONOTHING - Static variable in interface org.objectweb.jorm.api.PClassMapping
It tells that a cleanup is required for a JORM class with nothing to do on existing data or hosting structures.
CLEANUP_REMOVEALL - Static variable in interface org.objectweb.jorm.api.PClassMapping
It tells that a cleanup is required for a JORM class with the removal of existing data as well as hosting structures.
CLEANUP_REMOVEDATA - Static variable in interface org.objectweb.jorm.api.PClassMapping
It tells that a cleanup is required for a JORM class with the removal of only existing data.
CONSTANT_NON_PERSISTENT - Static variable in interface org.objectweb.jorm.metainfo.api.PrimitiveElement
 
CONSTANT_PERSISTENT - Static variable in interface org.objectweb.jorm.metainfo.api.PrimitiveElement
 
CREATE_STRUCTURE_IF_NEEDED - Static variable in interface org.objectweb.jorm.api.PClassMapping
It permits to specify to create the if it does not already exist.
CTBIGDECIMAL - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a bytearray.
CTBIGINTEGER - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a bytearray.
CTBYTE - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a byte.
CTBYTEARRAY - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a bytearray.
CTCHAR - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an char.
CTCHARARRAY - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a chararray.
CTCOMPOSITE - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an Object that is composite name (e.g., a multi-fields relational primary key).
CTDATE - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a date.
CTINT - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an int.
CTLONG - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a long.
CTOBYTE - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a byte.
CTOCHAR - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an char.
CTOINT - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an int.
CTOLONG - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a long.
CTOSHORT - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a short.
CTSHORT - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a short.
CTSTRING - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is a string.
CTSYSTEM - Static variable in interface org.objectweb.jorm.naming.api.PNameCoder
The coding type of the naming context is an Object that is DS-specific.
Class - interface org.objectweb.jorm.metainfo.api.Class.
A Class interface defines methods to describe a Class meta object.
ClassMappedEvent - class org.objectweb.jorm.api.ClassMappedEvent.
This event is sent when a persistent class is mapped.
ClassMappedEvent(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.
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.
canPrint(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.
classDefined(PMappingStructuresManager) - Method in interface org.objectweb.jorm.api.PClassMapping
Register the class in the cluster.
classDefined(String) - Method in interface org.objectweb.jorm.api.PMapCluster
 
classDefined(String) - Method in interface org.objectweb.jorm.api.PMappingStructuresManager
Indicates that a jorm class is defined.
classMapped(ClassMappedEvent) - Method in interface org.objectweb.jorm.api.PMapperListener
Signals to this listener that a new persistent has been mapped in the mapper.
clone() - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
close() - Method in interface org.objectweb.jorm.api.PNameIterator
 
closeConnection(Object) - Method in interface org.objectweb.jorm.api.PMapper
Closes the given connection which has been allocated previously using getConnection.
cn2mn(String) - Method in interface org.objectweb.jorm.api.PMapper
Constructs a "mapped name" starting from a JORM class name.
codingSupported(int) - Method in interface org.objectweb.jorm.naming.api.PName
It tests if a given coding type is supported for this PName.
codingSupported(int) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
It tests if a given coding type is supported by this naming context.
computePBindingInheritance(String) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
Computes the actual class name which the generated PBinding class must extend.
computePClassMappingInheritance(String) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
Computes the actual class name which the generated PClassMapping class must extend.
configure(String) - Method in interface 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.
configure() - Method in interface 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 interface 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.
configureLog(String) - Method in interface org.objectweb.jorm.api.JormConfigurator
Configures the logger factory object with a properties object.
configureRefFields(PClassMapping.ReferenceConfigurator) - Method in interface org.objectweb.jorm.api.PClassMapping
It permits to assign the PNameCoder of all the reference fields of the persitent class.
convert(Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetterConverter
 
convert(byte) - Method in interface org.objectweb.jorm.naming.api.PNameGetterConverter
 
convert(char) - Method in interface org.objectweb.jorm.naming.api.PNameGetterConverter
 
convert(short) - Method in interface org.objectweb.jorm.naming.api.PNameGetterConverter
 
convert(int) - Method in interface org.objectweb.jorm.naming.api.PNameGetterConverter
 
convert(long) - Method in interface org.objectweb.jorm.naming.api.PNameGetterConverter
 
createClass(String) - Method in interface org.objectweb.jorm.metainfo.api.Manager
 
createClass(String) - Method in interface org.objectweb.jorm.metainfo.api.Package
Returns a new Class created with a class name.
createClassMapping(String) - Method in interface org.objectweb.jorm.metainfo.api.Mapping
Create a class mapping
createClassProject(String) - Method in interface org.objectweb.jorm.metainfo.api.Class
Creates a new ClassProject object.
createClassRef(String, Class) - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to obtain a new ClassRef from a field name an its class.
createClassRef(Class) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new ClassRef object, and attach it to the current GenClassRef This method must be used when the recursion is finished (we are on final object which is a ClassRef).
createCompositeName(String) - Method in interface org.objectweb.jorm.metainfo.api.Manager
 
createCompositeName(String) - Method in interface org.objectweb.jorm.metainfo.api.Package
Returns a new compositename identified by its name.
createCompositeNameField(String, PType, int, int) - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Build a new scalarfield that describes a field in the composite name
createGenClassMapping() - Method in interface org.objectweb.jorm.api.PMapper
Creates a new PClassMapping for a gen class.
createGenClassRef(String, String) - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to obtain a new GenClassRef from a field name an its generic class.
createGenClassRef(String) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new GenClassRef object.
createHiddenField(String, PType, int, int) - Method in interface org.objectweb.jorm.metainfo.api.Class
Creates an hiddenfield for the current Class object.
createHiddenField(String, PType, int, int) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Create a new hidden field for the refgenclass.
createIdNameDef() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new NameDef object for the new GenClassRef object.
createIdentifierMapping(NameDef) - Method in interface org.objectweb.jorm.metainfo.api.CommonClassMapping
Creates a new IdentifierMapping object.
createImplicitParentClassMapping(Class) - Method in interface org.objectweb.jorm.metainfo.api.ClassMapping
Creates a implicit parent class mapping.
createIndexField(String, PType) - Method in interface org.objectweb.jorm.metainfo.api.GenClass
Returns a new PrimitiveElement object, created with its name and its type (PType).
createMapping(String) - Method in interface org.objectweb.jorm.metainfo.api.ClassProject
Creates a new Mapping object using a MappingFactory object.
createMapping(String, MetaObject) - Method in interface org.objectweb.jorm.metainfo.api.MappingFactory
Creates a Mapping object from the current factory.
createMappingMOP(JormCompilerParameter, String) - Method in interface org.objectweb.jorm.generator.api.MOPFactory
This method must return a new instance of a MappingMOP.
createMappingPrinter() - Method in interface org.objectweb.jorm.metainfo.api.MappingFactory
 
createMappingStructures(boolean) - Method in interface org.objectweb.jorm.api.PMapCluster
Creates the mapping structures defined by this map cluster.
createNameDef() - Method in interface org.objectweb.jorm.metainfo.api.Class
Creates a new NameDef object for the current Class object.
createNameRef(CompositeName) - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Builds a reference toward a composite name describing the namedef.
createPBinding() - Method in interface org.objectweb.jorm.api.PClassMapping
It creates a new PBinding.
createPIndexedElem() - Method in interface org.objectweb.jorm.api.PIndexedElemFactory
It creates an indexed element to be used by the binding for exchanging elements between the MI and the binding, using the paAdd and the paiterate methods.
createPackage(String) - Method in interface org.objectweb.jorm.metainfo.api.Manager
Returns a new schema.
createPrimitiveElement(String, PType, int, int) - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to obtain a new PrimitiveElement from a class field name an its type.
createPrimitiveElement(PType, int, int) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Creates a new PrimitiveElement object, and attach it to the current GenClassRef This method must be used when the recursion is finished (we are on final object which is a PrimitiveElement).
createRefNameDef() - Method in interface org.objectweb.jorm.metainfo.api.Reference
Creates a new NameDef object for the current reference class object.
createReferenceMapping(String, NameDef) - Method in interface org.objectweb.jorm.metainfo.api.CommonClassMapping
Creates a new ReferenceMapping object.

D

DEFAULT_JORM_CONFIGURATION_FILE - Static variable in interface org.objectweb.jorm.api.JormConfigurator
 
DEFAULT_JORM_CONFIGURATION_FILE - Static variable in interface org.objectweb.jorm.compiler.api.JormCompilerConfigurator
 
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 interface org.objectweb.jorm.api.PMappingStructuresManager
Declares a persistent class.
decode(byte[]) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decode methods recreates PName within a naming context from an encoded representation.
decodeAbstract(Object, Object) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeAbstract methods recreates PName within a naming context from an encoded representation.
decodeBigDecimal(BigDecimal) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeBigDecimal methods recreates PName within a naming context from an encoded representation.
decodeBigInteger(BigInteger) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeBigInteger methods recreates PName within a naming context from an encoded representation.
decodeByte(byte) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeByte methods recreates PName within a naming context from an encoded representation.
decodeChar(char) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeChar methods recreates PName within a naming context from an encoded representation.
decodeCharArray(char[]) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeCharArray methods recreates PName within a naming context from an encoded representation.
decodeDate(Date) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeDate methods recreates PName within a naming context from an encoded representation.
decodeInt(int) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeInt methods recreates PName within a naming context from an encoded representation.
decodeLong(long) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeLong methods recreates PName within a naming context from an encoded representation.
decodeObyte(Byte) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeObyte methods recreates PName within a naming context from an encoded representation.
decodeOchar(Character) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeOchar methods recreates PName within a naming context from an encoded representation.
decodeOint(Integer) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeOint methods recreates PName within a naming context from an encoded representation.
decodeOlong(Long) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeOlong methods recreates PName within a naming context from an encoded representation.
decodeOshort(Short) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeOshort methods recreates PName within a naming context from an encoded representation.
decodeShort(short) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeShort methods recreates PName within a naming context from an encoded representation.
decodeString(String) - Method in interface org.objectweb.jorm.naming.api.PNameCoder
The decodeString methods recreates PName within a naming context from an encoded representation.
deleteData() - Method in interface org.objectweb.jorm.api.PMapCluster
Deletes the data that have been inserted into the mapping structures defined by this map cluster.
deleteMappingStructures() - Method in interface org.objectweb.jorm.api.PMapCluster
Deletes all or part of the mapping structures defined by this map cluster when they exist.
detectFilterElementNotInPK(Expression, NameDef) - Method in interface org.objectweb.jorm.metainfo.api.Class
Return true if one element of the expression exp is not part of the namedef.

E

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

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

H

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

I

INHERITANCE_CLASSNAME_PATTERN - Static variable in interface 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 variable in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
IdentifierMapping - interface org.objectweb.jorm.metainfo.api.IdentifierMapping.
Les identifiants, c'est des NameDefs !!
init(PClassMapping) - Method in interface org.objectweb.jorm.api.PBinding
It initialises a PBinding.
init(PMappingCallback, MetaObject) - Method in interface org.objectweb.jorm.api.PClassMapping
It intialises the class mapping.
init(PMappingStructuresManager) - Method in interface org.objectweb.jorm.api.PClassMapping
Register the mapping structures and the dependencies.
init() - Method in interface org.objectweb.jorm.generator.api.Generator
Initializes the generator.
init() - Method in interface org.objectweb.jorm.metainfo.api.Manager
Initializes the current Manager.
init(boolean, ArrayList) - Method in interface org.objectweb.jorm.xml2mi.api.Parser
Initializes the Parser.
initContext(Context, Class, String, String) - Method in interface org.objectweb.jorm.generator.api.MOP
Initializes a velocity context
isAbstract() - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to know if the current class is an abstract class or not.
isAutoCalculated() - Method in interface org.objectweb.jorm.metainfo.api.PrimitiveElement
Indicate if the primitive element is auto calculated.
isBindingAbstract() - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
isClassRef() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Allows to know if the current object is a reference to a Class or not.
isConform(String) - Method in interface org.objectweb.jorm.api.PClassMapping
It specifies if the given kind of PMapper is supported by this PClassMapping.
isConstant() - Method in interface org.objectweb.jorm.metainfo.api.PrimitiveElement
 
isDefined() - Method in interface org.objectweb.jorm.api.PMapCluster
Indicates if the mapping cluster is fully defined.
isFieldName() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Allows to know if the namedef is describe by a single field.
isGenClassRef() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Allows to know if the current object is a reference to a generic class or not.
isGenerateBinding() - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
isGeneratedPDFiles() - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
isGeneratedWithMapperPackage() - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
isJavac() - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
isKeepSrc() - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
isNameRef() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Allows to know if the namedef is describe by a composite name.
isNull() - Method in interface org.objectweb.jorm.naming.api.PName
It tells if this name corresponds to "null" representation within a its naming context.
isParseOnly() - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
isPersistent() - Method in interface org.objectweb.jorm.metainfo.api.PrimitiveElement
 
isPolymorphic() - Method in interface org.objectweb.jorm.metainfo.api.Class
Returns true if the class is polymorphic, i.e.
isPolymorphic() - Method in interface org.objectweb.jorm.naming.api.PolymorphicPName
It returns true if the PName is polymorphic, else it returns false.
isPrimitive() - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Allows to know if the current object is primitive or not (final and "basic").
isScalar() - Method in interface org.objectweb.jorm.metainfo.api.PrimitiveElement
Allows to know if the current Field is a scalar field or not.
isSystem() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Allows to know if the mapping of the referenced field is defined by another system (could be defined by Versant system for instance).
isVerbose() - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
iterateAllField() - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Deprecated. use getAllFields().
iterateCompositeName() - Method in interface org.objectweb.jorm.metainfo.api.Package
Allows to know all the registered compositename into the current schema.
iterateField() - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Deprecated. use getFields().
iterateField() - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Returns an iterator on all fields (HiddenFields and FieldRef).
iterateIndexField() - Method in interface org.objectweb.jorm.metainfo.api.GenClass
Allows to know all the existing index field for the current generic class.
iterateInheritedCompositeName() - Method in interface org.objectweb.jorm.metainfo.api.CompositeName
Deprecated. use getSuperCompositeNames()
iterateReferenceMappings() - Method in interface org.objectweb.jorm.metainfo.api.ClassMapping
Returns an Iterator over ReferenceMapping objects.

J

JORMPROPFILE - Static variable in interface org.objectweb.jorm.api.PMapper
 
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.

K

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

L

LIFECYCLE_ACTIVEFORIO - Static variable in interface org.objectweb.jorm.api.PBinding
The PBinding can perform read and write to the data store: It has a PName to reach an existing data store instance.
LIFECYCLE_DELTOWRITE - Static variable in interface org.objectweb.jorm.api.PBinding
On the next write call, the PBinding will delete the data store instance associated to its PName, and release its PName: It has a PName to reach the related data store instance.
LIFECYCLE_ERROR - Static variable in interface org.objectweb.jorm.api.PBinding
This is not a real state for a PBinding.
LIFECYCLE_NEWTOWRITE - Static variable in interface org.objectweb.jorm.api.PBinding
The PBinding has a PName to reach the data store, but the corresponding data store instance does not exist yet.
LIFECYCLE_NOTBOUND - Static variable in interface org.objectweb.jorm.api.PBinding
The PBinding does not have any PName to reach a data store instance.
LOGGER_NAME - Static variable in interface org.objectweb.jorm.api.JormConfigurator
 
LOGGER_NAME - Static variable in interface org.objectweb.jorm.compiler.api.JormCompilerConfigurator
 
loadConfFile(String, Iterator) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
Load a jorm configuration file.
loadConfFile(InputStream, Iterator) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
Load a jorm configuration file.
lookup(String) - Method in interface org.objectweb.jorm.api.PMapper
It looks for the PClassMapping object associated to a JORM class within this PMapper.
lookup(Object) - Method in interface org.objectweb.jorm.naming.api.KeyFilteredNamingContext
 
lookup(PName) - Method in interface org.objectweb.jorm.naming.api.PBinder
It looks for a PBinding object with the given PName within a PBinder.

M

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.
Manager - interface org.objectweb.jorm.metainfo.api.Manager.
The Manager object is the main interface to create the meta information.
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.
MappingPrinter() - Constructor for class org.objectweb.jorm.metainfo.api.MappingPrinter
 
MappingStructure - interface org.objectweb.jorm.metainfo.api.MappingStructure.
todo: Description
MappingVerifier - interface org.objectweb.jorm.verifier.api.MappingVerifier.
 
MetaObject - interface org.objectweb.jorm.metainfo.api.MetaObject.
The MetaObject interface is the top level of all meta information interfaces.
map(PClassMapping) - Method in interface org.objectweb.jorm.api.PMapper
It registers a PClassMapping associated to a particular JORM class within this PMapper.
map(Object, PClassMapping) - Method in interface org.objectweb.jorm.api.PMapper
It registers a PClassMapping associated to a particular JORM class within this PMapper.
map(Object, PClassMapping, boolean) - Method in interface org.objectweb.jorm.api.PMapper
It registers a PClassMapping associated to a particular JORM class within this PMapper.
mappingRequired(PMappingRequiredEvent) - Method in interface org.objectweb.jorm.api.PMapperListener
Signlas to this listener that the mapper requires a particular JORM class to be mapped.
match(Object, boolean) - Method in interface org.objectweb.jorm.api.PClassMapping
Returns true if the object obj matches (exactly) this class, else it returns false.
match(byte[]) - Method in interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this byte[] value matches a Persistent object manages by the PNamingContext
match(Object) - Method in interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this Object value matches a Persistent object manages by the PNamingContext
match(byte) - Method in interface 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 interface 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 interface 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 interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this Character value matches a Persistent object manages by the PNamingContext
match(int) - Method in interface 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 interface 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 interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this long value matches a Persistent object manages by the PNamingContext
match(Long) - Method in interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this Long value matches a Persistent object manages by the PNamingContext
match(short) - Method in interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this short value matches a Persistent object manages by the PNamingContext
match(Short) - Method in interface 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 interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this String value matches a Persistent object manages by the PNamingContext
match(char[]) - Method in interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this char[] value matches a Persistent object manages by the PNamingContext
match(Date) - Method in interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this Date value matches a Persistent object manages by the PNamingContext
match(BigInteger) - Method in interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this BigInteger value matches a Persistent object manages by the PNamingContext
match(BigDecimal) - Method in interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Indicates if the identifier represented this BigDecimal value matches a Persistent object manages by the PNamingContext

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.

O

ON - Static variable in interface org.objectweb.jorm.api.Debug
 
org.objectweb.jorm.api - package org.objectweb.jorm.api
 
org.objectweb.jorm.compiler.api - package org.objectweb.jorm.compiler.api
 
org.objectweb.jorm.generator.api - package org.objectweb.jorm.generator.api
 
org.objectweb.jorm.metainfo.api - package org.objectweb.jorm.metainfo.api
 
org.objectweb.jorm.naming.api - package org.objectweb.jorm.naming.api
 
org.objectweb.jorm.verifier.api - package org.objectweb.jorm.verifier.api
 
org.objectweb.jorm.xml2mi.api - package org.objectweb.jorm.xml2mi.api
 

P

PAccessor - interface org.objectweb.jorm.api.PAccessor.
The PAccessor interface defines a minimal accessor to be used by a persistent binding to access the memory instance of a persistent object.
PAccessorGen - interface org.objectweb.jorm.api.PAccessorGen.
The PAccessorGen interface defines a generic accessor to be used by persistent bindings to access persistent variable within memory instances.
PAccessorGenClass - interface org.objectweb.jorm.api.PAccessorGenClass.
Deprecated. Renamed into PGenClassAccessor
PBINDINGAPPENDER - Static variable in interface org.objectweb.jorm.api.PMapper
 
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.
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.
PCLASSMAPPINGAPPENDER - Static variable in interface org.objectweb.jorm.api.PMapper
 
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.
PClassMapping.ReferenceConfigurator - interface org.objectweb.jorm.api.PClassMapping.ReferenceConfigurator.
 
PClassMappingCtrl - interface org.objectweb.jorm.api.PClassMappingCtrl.
 
PExceptionCompiler - class org.objectweb.jorm.compiler.api.PExceptionCompiler.
This exception is thrown when an error occured inside the compiler.
PExceptionCompiler(String) - Constructor for class org.objectweb.jorm.compiler.api.PExceptionCompiler
 
PExceptionCompiler(Exception, 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
 
PExceptionExistingName(PException, 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(String) - Constructor for class org.objectweb.jorm.api.PExceptionIO
It builds a new Jorm Exception related to I/O problems.
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
 
PExceptionNameCoding - class org.objectweb.jorm.naming.api.PExceptionNameCoding.
Generated when a problem arise during coding operations.
PExceptionNameCoding(String) - Constructor for class org.objectweb.jorm.naming.api.PExceptionNameCoding
 
PExceptionNameCoding(Exception, 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(String) - Constructor for class org.objectweb.jorm.naming.api.PExceptionNaming
It builds a new Jorm Exception related to naming problems.
PExceptionNaming(Exception, String) - Constructor for class org.objectweb.jorm.naming.api.PExceptionNaming
It builds a new Jorm Exception related to naming problems.
PExceptionNaming(Exception) - Constructor for class org.objectweb.jorm.naming.api.PExceptionNaming
 
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(String) - Constructor for class org.objectweb.jorm.api.PExceptionProtocol
It builds a new Jorm Exception related to the binding protocol.
PExceptionProtocol(Exception, String) - Constructor for class org.objectweb.jorm.api.PExceptionProtocol
 
PGenClassAccessor - interface org.objectweb.jorm.api.PGenClassAccessor.
The PGenClassAccessor interface defines the Accessor for all generic classes.
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.
PMappingRequiredEvent(PClassMapping, String) - Constructor for class org.objectweb.jorm.api.PMappingRequiredEvent
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.
PNCStringCoder - interface org.objectweb.jorm.naming.api.PNCStringCoder.
Used to encode/decode a composite name to/from a String.
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.
PPrefetchTupleCollection - interface org.objectweb.jorm.api.PPrefetchTupleCollection.
Defines an extension of a TupleCollection to use for the prefetching mechanism.
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.
PStateGraph() - Constructor for class org.objectweb.jorm.api.PStateGraph
 
Package - interface org.objectweb.jorm.metainfo.api.Package.
Package object defines an object able to gather a set of classes.
ParentClassMapping - interface org.objectweb.jorm.metainfo.api.ParentClassMapping.
 
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.
PolymorphicPName - interface org.objectweb.jorm.naming.api.PolymorphicPName.
Polymorphic PNames are used for inheritance.
PolymorphicPNamingContext - interface org.objectweb.jorm.naming.api.PolymorphicPNamingContext.
 
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
paAdd(PIndexedElem, Object) - Method in interface org.objectweb.jorm.api.PGenClassAccessor
It passes one of the elements extracted from the data store to the memory instance.
paDeltaSupported() - Method in interface org.objectweb.jorm.api.PGenClassAccessor
It tells if the generic class memory instance supports delta modifications, which means that paadded, padeleted and pamodified are supported.
paGetBigDecimalField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a BigDecimal field.
paGetBigIntegerField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a BigInteger field.
paGetBooleanField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a boolean field.
paGetByteArrayField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a byte[] field.
paGetByteField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a byte field.
paGetCharArrayField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a char[] field.
paGetCharField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a char field.
paGetDateField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a date field.
paGetDoubleField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a double field.
paGetFloatField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a float field.
paGetIntField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of an int field.
paGetLongField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a long field.
paGetNbElem() - Method in interface org.objectweb.jorm.api.PGenClassAccessor
It retrieves the number of elements contained within the generic class memory instance before storing it.
paGetObooleanField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Boolean field.
paGetObyteField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Byte field.
paGetOcharField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Character field.
paGetOdoubleField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Double field.
paGetOfloatField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Float field.
paGetOintField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of an Integer field.
paGetOlongField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Long field.
paGetOshortField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a Short field.
paGetRefField(String, Object) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a reference field.
paGetSerializedField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a serialized field.
paGetShortField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a short field.
paGetStringField(String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It retrieves the value of a string field.
paIterator() - Method in interface org.objectweb.jorm.api.PGenClassAccessor
It returns an Iterator over the elements of a generic class memory instance.
paSetBigDecimalField(String, BigDecimal) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a BigDecimal field.
paSetBigIntegerField(String, BigInteger) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a BigInteger field.
paSetBooleanField(String, boolean) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a boolean field.
paSetByteArrayField(String, byte[]) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a byte[] field.
paSetByteField(String, byte) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a byte field.
paSetCharArrayField(String, char[]) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a char[] field.
paSetCharField(String, char) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a char field.
paSetDateField(String, Date) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a date field.
paSetDoubleField(String, double) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a double field.
paSetFloatField(String, float) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a float field.
paSetIntField(String, int) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to an int field.
paSetLongField(String, long) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a long field.
paSetNbElem(int) - Method in interface 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 interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Boolean field.
paSetObyteField(String, Byte) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Byte field.
paSetOcharField(String, Character) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Character field.
paSetOdoubleField(String, Double) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Double field.
paSetOfloatField(String, Float) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Float field.
paSetOintField(String, Integer) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to an Integer field.
paSetOlongField(String, Long) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Long field.
paSetOshortField(String, Short) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a Short field.
paSetRefField(String, PName, Object) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a reference field.
paSetSerializedField(String, Serializable) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a serialized field.
paSetShortField(String, short) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a short field.
paSetStringField(String, String) - Method in interface org.objectweb.jorm.api.PAccessorGen
It assigns the value to a string field.
parse(Iterator) - Method in interface org.objectweb.jorm.xml2mi.api.Parser
Launches the parsing process.
parse(String) - Method in interface org.objectweb.jorm.xml2mi.api.Parser
Launches the parsing process.
parseMapping(Element, Mapping) - Method in interface org.objectweb.jorm.xml2mi.api.MappingParser
Parses the mapping information related to a particular mapper and builds the corresponding Jorm meta-information.
parseMapping(Element, ClassProject) - Method in interface org.objectweb.jorm.xml2mi.api.Parser
 
pieGetBigDecimalElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a BigDecimal element.
pieGetBigIntegerElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a BigInteger element.
pieGetBooleanElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a boolean element.
pieGetByteArrayElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a bytearray element.
pieGetByteElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a byte element.
pieGetByteIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a byte index field.
pieGetCharArrayElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a chararray element.
pieGetCharElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a char element.
pieGetCharIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a char index field.
pieGetDateElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a date element.
pieGetDateIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a date index field.
pieGetDoubleElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a double element.
pieGetFloatElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a float element.
pieGetIntElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of an int element.
pieGetIntIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of an int index field.
pieGetLongElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a long element.
pieGetLongIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a long index field.
pieGetObooleanElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a boolean element.
pieGetObyteElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a byte element.
pieGetObyteIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a byte index field.
pieGetOcharElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a char element.
pieGetOcharIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a char index field.
pieGetOdoubleElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a double element.
pieGetOfloatElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a float element.
pieGetOintElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of an int element.
pieGetOintIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of an int index field.
pieGetOlongElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a long element.
pieGetOlongIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a long index field.
pieGetOshortElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a short element.
pieGetOshortIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a short index field.
pieGetRefElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a reference element.
pieGetSerializedElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a serialized element.
pieGetShortElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a short element.
pieGetShortIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a short index field.
pieGetStringElem() - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a string element.
pieGetStringIndexField(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It retrieves the value of a string index field.
pieSetBigDecimalElem(BigDecimal) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a BigDecimal element.
pieSetBigIntegerElem(BigInteger) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a BigInteger element.
pieSetBooleanElem(boolean) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a boolean element.
pieSetByteArrayElem(byte[]) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a bytearray element.
pieSetByteElem(byte) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a byte element.
pieSetByteIndexField(String, byte) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a byte index field.
pieSetCharArrayElem(char[]) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a chararray element.
pieSetCharElem(char) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a char element.
pieSetCharIndexField(String, char) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a char index field.
pieSetDateElem(Date) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a date element.
pieSetDateIndexField(String, Date) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a date index field.
pieSetDoubleElem(double) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a double element.
pieSetFloatElem(float) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a float element.
pieSetIntElem(int) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to an int element.
pieSetIntIndexField(String, int) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to an int index field.
pieSetLongElem(long) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a long element.
pieSetLongIndexField(String, long) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a long index field.
pieSetObooleanElem(Boolean) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a boolean element.
pieSetObyteElem(Byte) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Byte element.
pieSetObyteIndexField(String, Byte) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Byte index field.
pieSetOcharElem(Character) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Character element.
pieSetOcharIndexField(String, Character) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Character index field.
pieSetOdoubleElem(Double) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Double element.
pieSetOfloatElem(Float) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Float element.
pieSetOintElem(Integer) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to an Integer element.
pieSetOintIndexField(String, Integer) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to an Integer index field.
pieSetOlongElem(Long) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Long element.
pieSetOlongIndexField(String, Long) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Long index field.
pieSetOshortElem(Short) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Short element.
pieSetOshortIndexField(String, Short) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a Short index field.
pieSetRefElem(PName) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a reference element.
pieSetSerializedElem(Serializable) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a serialized element.
pieSetShortElem(short) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a short element.
pieSetShortIndexField(String, short) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a short index field.
pieSetStringElem(String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a string element.
pieSetStringIndexField(String, String) - Method in interface org.objectweb.jorm.api.PIndexedElem
It assigns the value to a string index field.
pngetBigDecimalField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a BigDecimal field.
pngetBigIntegerField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a BigInteger field.
pngetByteArrayField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a byte[] field.
pngetByteField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a byte field.
pngetCharArrayField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a char[] field.
pngetCharField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a char field.
pngetDateField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a date field.
pngetIntField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of an int field.
pngetLongField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a long field.
pngetObyteField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a Byte field.
pngetOcharField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a Character field.
pngetOintField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of an Integer field.
pngetOlongField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a Long field.
pngetOshortField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a Short field.
pngetShortField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a short field.
pngetStringField(String, Object) - Method in interface org.objectweb.jorm.naming.api.PNameGetter
It retrieves the value of a string field.
primitiveElementMappingsIterator() - Method in interface org.objectweb.jorm.metainfo.api.CommonClassMapping
Returns an Iterator over PrimitiveElementMapping objects.
print() - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
Prints informations managed by the current object.
print(String, PrimitiveElementMapping, PrintStream) - Method in class org.objectweb.jorm.metainfo.api.MappingPrinter
 
print(String, ClassMapping, PrintStream) - Method in class org.objectweb.jorm.metainfo.api.MappingPrinter
 
print(String, ParentClassMapping, PrintStream) - Method in class org.objectweb.jorm.metainfo.api.MappingPrinter
 
print(String, GenClassMapping, PrintStream) - Method in class org.objectweb.jorm.metainfo.api.MappingPrinter
 
putBigDecimal(BigDecimal) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putBigInteger(BigInteger) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putByte(byte) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putByteArray(byte[]) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putChar(char) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putCharArray(char[]) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putDate(Date) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putInt(int) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putLong(long) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putObyte(Byte) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putOchar(Character) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putOint(Integer) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putOlong(Long) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putOshort(Short) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putShort(short) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 
putString(String) - Method in interface org.objectweb.jorm.naming.api.PNCStringCoder
 

R

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
read(Object, PAccessor) - Method in interface 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, PAccessor, Object) - Method in interface 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(PBinding, Object, PAccessor) - Method in interface org.objectweb.jorm.api.PClassMapping
It reads the data store instance designated by the PName of a binding and transfers each attribute value to the accessor object.
read(PBinding, Object, PAccessor, Object) - Method in interface org.objectweb.jorm.api.PClassMapping
It reads the data store instance designated by the PName of a binding and transfers each attribute value to the accessor object.
read(PClassMapping, PAccessor) - Method in interface org.objectweb.jorm.api.PSerializable
Read all the fields of the serializable object and put it in the PAccessor pa.
removeAllMappers() - Method in interface org.objectweb.jorm.api.JormConfigurator
Removes all mappers from the list of the ones used for generation.
removeClassProject(String) - Method in interface org.objectweb.jorm.metainfo.api.Class
Removes a ClassProject instance.
removeDependency(String) - Method in interface org.objectweb.jorm.metainfo.api.CommonClassMapping
remove a dependency to a given jorm class
removeMapper(String) - Method in interface org.objectweb.jorm.api.JormConfigurator
Removes this mapper from the list of the ones used for generation.
removeMapperEventListener(PMapperListener) - Method in interface org.objectweb.jorm.api.PMapper
Removes the given mapper listener from this mapper.
removeSubMapper(String, String) - Method in interface org.objectweb.jorm.api.JormConfigurator
Removes this submapper from the list of the ones used for generation.
removeTypedElement(String) - Method in interface org.objectweb.jorm.metainfo.api.Class
Removes a typed element.
removeTypedElement(String) - Method in interface org.objectweb.jorm.metainfo.api.GenClassRef
Removes the primitive element.
resolve(Object, PName) - Method in interface org.objectweb.jorm.api.PClassMapping
It returns the PName valid in the "good" binder.
resolve(Object) - Method in interface org.objectweb.jorm.naming.api.PName
It retrieves the information item associated to the given PName (if any exists).
resolve(Object, PName) - Method in interface 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.
scheduleEvent(EventObject) - Method in interface org.objectweb.jorm.api.PMappingCallback
Schedules an mapper-related event.
setAbstract(boolean) - Method in interface org.objectweb.jorm.metainfo.api.Class
 
setBindingAbstract(boolean) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setBindingEnhancedClass(String) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setBindingInheritance(String) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setCache(CacheManager) - Method in interface org.objectweb.jorm.naming.api.PolymorphicPNamingContext
Set the cache (used to perform lookup).
setCacheManager(CacheManager) - Method in interface org.objectweb.jorm.naming.api.PBinder
Assigns the cache manager associated with this binder.
setClassMapping(ClassMapping) - Method in interface org.objectweb.jorm.metainfo.api.Mapping
Sets the mapping structure of the class.
setClassMappingInheritance(String) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setClassPNameCoder(PNameCoder) - Method in interface org.objectweb.jorm.api.PClassMappingCtrl
It assigns the PNameCoder to use for the class.
setClasspath(PathExplorer) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setCompilerConfigurator(JormCompilerConfigurator) - Method in interface org.objectweb.jorm.generator.api.Generator
Assigns the compiler configurator to this generator.
setCompilerParameter(JormCompilerParameter) - Method in interface org.objectweb.jorm.generator.api.Generator
Assigns the compiler parameter to this generator.
setConnectionFactory(Object) - Method in interface org.objectweb.jorm.api.PMapper
Assigns a connection factory to this mapper.
setConstantValue(String, String) - Method in interface 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(Class) - Method in interface 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.
setDelegatedBinder(PBinder) - Method in interface org.objectweb.jorm.naming.api.PolymorphicPNamingContext
Set the delegated PBinder.
setDtdLocations(ArrayList) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setExpressionType(PType) - Method in interface org.objectweb.jorm.naming.api.KeyFilteredNamingContext
 
setField(String) - Method in interface org.objectweb.jorm.metainfo.api.FieldName
Allows to set the name of the referenced field.
setFieldName(String) - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Allows to set the fieldname describing the namedef single field.
setFileName(String) - Method in interface org.objectweb.jorm.metainfo.api.Class
Allows to assign the file name of this class MO.
setGenClassMapping(PClassMapping) - Method in interface org.objectweb.jorm.api.PClassMappingCtrl
It assigns the GenClassMapping used to manage the reference hold by a field whose type is a JORM gen class.
setGenClassMapping(String, PClassMapping) - Method in interface org.objectweb.jorm.api.PClassMappingCtrl
It assigns the GenClassMapping used to manage the reference hold by a field whose type is a JORM class.
setGenerateBinding(boolean) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setGeneratedPDFiles(boolean) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setGeneratedWithMapperPackage(boolean) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setIdentifierMapping(IdentifierMapping) - Method in interface org.objectweb.jorm.metainfo.api.CommonClassMapping
Sets the IdentifierMapping object.
setInheritanceFilter(NameDef, Expression) - Method in interface org.objectweb.jorm.metainfo.api.Class
 
setInheritanceNamingKey(NameDef, Object) - Method in interface org.objectweb.jorm.metainfo.api.Class
 
setInputFiles(Collection) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setIsAutoCalculated(boolean) - Method in interface org.objectweb.jorm.metainfo.api.PrimitiveElement
 
setJavac(boolean) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setKeepSrc(boolean) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setLinkedMO(MetaObject) - Method in interface org.objectweb.jorm.metainfo.api.MappingStructure
Sets the MetaObject referenced by the current MetaObject.
setLogConfFile(String) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setLogger(Logger) - Method in interface org.objectweb.jorm.api.PMappingStructuresManager
Assigns a logger to this schema manager.
setLoggerFactory(LoggerFactory) - Method in interface org.objectweb.jorm.api.JormConfigurator
It assignes the logger factory.
setMapperName(String) - Method in interface org.objectweb.jorm.api.PMapper
It assigns the name of the mapper that is instanciated.
setMapperName(String) - Method in interface org.objectweb.jorm.metainfo.api.Mapping
Sets the mapper name.
setMetaInfoManager(Manager) - Method in interface org.objectweb.jorm.generator.api.Generator
Assigns the meta information manager to this generator.
setMetaInfoManager(Manager) - Method in interface org.objectweb.jorm.verifier.api.MappingVerifier
Assigns the meta information manager created by the parser module to the current BlobVerifier object.
setMetaInfoManager(Manager) - Method in interface org.objectweb.jorm.verifier.api.Verifier
Assigns the meta information manager to this Verifier.
setMetaInfoManager(Manager) - Method in interface 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(Manager) - Method in interface 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.
setName(String) - Method in interface org.objectweb.jorm.metainfo.api.NameDef
Sets the name of the NameDef object.
setNamingFilterKey(Object) - Method in interface org.objectweb.jorm.naming.api.NamingFilterKeyProvider
 
setNullPName(Object) - Method in interface 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 interface org.objectweb.jorm.metainfo.api.ScalarField
Set the null value for this field.
setOutput(String) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setPBinder(PBinder) - Method in interface org.objectweb.jorm.api.PClassMapping
It assigns the PBinder associated to this PClassMapping.
setPClassMapping(PClassMapping) - Method in interface org.objectweb.jorm.naming.api.PBinder
It set the PClassMapping which use this binder slave.
setPMapper(PMapper) - Method in interface org.objectweb.jorm.api.PMappingStructuresManager
Assigns a mapper to this schema manager.
setPName(PName) - Method in interface org.objectweb.jorm.api.PBindingCtrl
It assigns the current PName associated with this PBinding.
setPName(PName) - Method in interface org.objectweb.jorm.api.PSerializable
Set the encoded PName of the object sent to the replicas
setPNameCoder(PNameCoder) - Method in interface org.objectweb.jorm.api.PClassMappingCtrl
It assigns the PNameCoder used to manage the references hold by a generic class instance whose mapping is described by this PClassMapping.
setPNameCoder(String, PNameCoder) - Method in interface org.objectweb.jorm.api.PClassMappingCtrl
It assigns the PNameCoder used to manage the reference hold by a field whose type is a JORM class.
setPNameManager(PNameManager) - Method in interface org.objectweb.jorm.naming.api.PolymorphicPName
Sets the pNameManager of the PName.
setPType(PType) - Method in interface 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.
setParent(MetaObject) - Method in interface 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(PathExplorer) - Method in interface org.objectweb.jorm.generator.api.Generator
Assigns a PathExplorer object for locating files that have to be parsed.
setPathExplorer(PathExplorer) - Method in interface org.objectweb.jorm.xml2mi.api.MappingParser
Assigns a PathExplorer object for locating files that have to be parsed.
setPathExplorer(PathExplorer) - Method in interface org.objectweb.jorm.xml2mi.api.Parser
Assigns a PathExplorer object for locating files that have to be parsed.
setPcm(PClassMapping) - Method in interface org.objectweb.jorm.naming.api.PolymorphicPNamingContext
Set the PClassMapping.
setPolymorphic(boolean) - Method in interface org.objectweb.jorm.naming.api.PolymorphicPName
It sets the PName to polymorphic.
setPrefetchCache(PrefetchCache) - Method in interface org.objectweb.jorm.api.PMapper
Assigns a prefetch cache to this mapper.
setProjectName(String) - Method in interface org.objectweb.jorm.api.PClassMappingCtrl
Assignes the project name to a PClassMapping.
setProjectName(String) - Method in interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setProjectName(String) - Method in interface org.objectweb.jorm.metainfo.api.ClassProject
Sets the project name.
setProjectName(String) - Method in interface org.objectweb.jorm.verifier.api.Verifier
Assigns a project name to this verifier.
setReferenceMapping(ReferenceMapping) - Method in interface org.objectweb.jorm.metainfo.api.GenClassMapping
Sets a ReferenceMapping object.
setRuleName(String) - Method in interface org.objectweb.jorm.metainfo.api.CommonClassMapping
Sets the name of the rule used to map the class.
setRuleName(String) - Method in interface org.objectweb.jorm.metainfo.api.ParentClassMapping
Sets the rule name.
setRuleName(String) - Method in interface org.objectweb.jorm.metainfo.api.ReferenceMapping
Sets the name of the rule used to map the reference.
setStatus(byte) - Method in interface org.objectweb.jorm.api.PBindingCtrl
It assigns the current status associated with this PBinding.
setStatus(int) - Method in interface 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 interface 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 interface org.objectweb.jorm.compiler.api.JormCompilerParameter
 
setidvalue2genclassref(Map) - Method in interface org.objectweb.jorm.xml2mi.api.MappingParser
 
setmotable(Hashtable) - Method in interface org.objectweb.jorm.xml2mi.api.MappingParser
Assigns an HashTable object to the MappingParser object.
start() - Method in interface org.objectweb.jorm.api.PMapCluster
Starts this map cluster.
start() - Method in interface org.objectweb.jorm.api.PMapper
Starts this mapper.
stop() - Method in interface org.objectweb.jorm.api.PMapCluster
Stops this map cluster.
stop() - Method in interface org.objectweb.jorm.api.PMapper
Stops this mapper.
supportCompositeField(String, PType) - Method in interface 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 interface 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 interface 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 variable in class org.objectweb.jorm.metainfo.api.MappingPrinter
 
TypedElement - interface org.objectweb.jorm.metainfo.api.TypedElement.
TypedElement interface is the top level of the "field" interface.

U

USE_CONTEXT_CLASSLOADER - Static variable in interface org.objectweb.jorm.api.JormConfigurator
 
USE_CONTEXT_CLASSLOADER - Static variable in interface org.objectweb.jorm.compiler.api.JormCompilerConfigurator
 
unbind() - Method in interface org.objectweb.jorm.api.PBinding
It remove the association between a PName and a PBinding.
unbind(PBindingCtrl) - Method in interface 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.
unbindSubFPNC(FilteredPNamingContext) - Method in interface org.objectweb.jorm.naming.api.FilteredPNamingContext
Unbinds a sub PNC from its parent.
unexport(Object) - Method in interface org.objectweb.jorm.api.PBinding
It prepares this PBinding to remove the data store instance from the data store.
unexport(Object) - Method in interface 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 interface 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, PName) - Method in interface 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, PName, Object) - Method in interface 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 interface org.objectweb.jorm.naming.api.KeyFilteredNamingContext
Unexport a persistent class from this PNamingContext
unmap(String) - Method in interface org.objectweb.jorm.api.PMapper
It unmaps a particular JORM class within this PMapper.
updateMappingStructures() - Method in interface org.objectweb.jorm.api.PMapCluster
Aligns existing mapping structures to the ones define by this map cluster.

V

VARIABLE_PERSISTENT - Static variable in interface 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 interface org.objectweb.jorm.verifier.api.MappingVerifier
Verifies the meta information.
verify(Collection) - Method in interface org.objectweb.jorm.verifier.api.Verifier
Verifies the meta information.

W

write(Object, PAccessor) - Method in interface 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(PBinding, Object, PAccessor) - Method in interface org.objectweb.jorm.api.PClassMapping
It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with a binding.
write(PClassMapping, PAccessor) - Method in interface org.objectweb.jorm.api.PSerializable
Write the PAccessor in the serializable object.

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