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

A

absMethod(ScalarExpression) - Method in interface org.jpox.store.mapped.expression.ExpressionMethodAdapter
Returns the absolute expression for the JDOQL Math.abs(EXPRESSION) method.
absMethod(ScalarExpression) - Method in class org.jpox.store.mapped.expression.MathExpression
Returns the absolute value of the argument.
AbstractAutoStartMechanism - Class in org.jpox.store
Abstract representation of an autostart mechanism.
AbstractAutoStartMechanism() - Constructor for class org.jpox.store.AbstractAutoStartMechanism
Constructor.
AbstractClassMetaData - Class in org.jpox.metadata
Abstract representation of the MetaData of a class/interface.
AbstractClassMetaData(PackageMetaData, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.jpox.metadata.AbstractClassMetaData
Constructor.
AbstractClassMetaData(InterfaceMetaData, String, boolean) - Constructor for class org.jpox.metadata.AbstractClassMetaData
Constructor for creating the ClassMetaData for an implementation of a "persistent-interface".
AbstractClassMetaData(ClassMetaData, String) - Constructor for class org.jpox.metadata.AbstractClassMetaData
Constructor for creating the ClassMetaData for an implementation of a "persistent-abstract-class".
AbstractConstraintMetaData - Class in org.jpox.metadata
Abstract representation of an ORM constraint.
AbstractConstraintMetaData(MetaData, String, String) - Constructor for class org.jpox.metadata.AbstractConstraintMetaData
Constructor.
AbstractContainerMapping - Class in org.jpox.store.mapped.mapping
Mapping for a field that represents a container of objects, such as a List, a Set, a Collection, a Map, or an array.
AbstractContainerMapping() - Constructor for class org.jpox.store.mapped.mapping.AbstractContainerMapping
 
AbstractDatastoreAdapter - Class in org.jpox.store.mapped
Generalised datastore representation.
AbstractDatastoreAdapter() - Constructor for class org.jpox.store.mapped.AbstractDatastoreAdapter
Constructor.
AbstractDatastorePoidGenerator - Class in org.jpox.store.poid
Abstract representation of a PoidGenerator for a datastore.
AbstractDatastorePoidGenerator(String, Properties) - Constructor for class org.jpox.store.poid.AbstractDatastorePoidGenerator
Constructor.
AbstractElementMetaData - Class in org.jpox.metadata
This element specifies the mapping for the element component of arrays and collections.
AbstractElementMetaData(MetaData, AbstractElementMetaData) - Constructor for class org.jpox.metadata.AbstractElementMetaData
Constructor to create a copy of the passed metadata object applying the passed parent.
AbstractElementMetaData(MetaData, String, String, String, String, String, String) - Constructor for class org.jpox.metadata.AbstractElementMetaData
Constructor.
AbstractExtent - Class in org.jpox.store
Abstract representation of a JDO Extent.
AbstractExtent(ObjectManager, Class, boolean, AbstractClassMetaData) - Constructor for class org.jpox.store.AbstractExtent
Constructor.
AbstractFetchFieldManager - Class in org.jpox.store.fieldmanager
Base field manager for handling the fetching of fields.
AbstractFetchFieldManager(StateManager, boolean[], FetchPlan.FetchPlanForClass, FetchPlanState) - Constructor for class org.jpox.store.fieldmanager.AbstractFetchFieldManager
Constructor for a field manager for fetch plan processing.
AbstractFetchFieldManager.EndOfFetchPlanGraphException - Exception in org.jpox.store.fieldmanager
Exception thrown when we reach the end of the fetch depth in a branch of the object graph
AbstractFetchFieldManager.EndOfFetchPlanGraphException() - Constructor for exception org.jpox.store.fieldmanager.AbstractFetchFieldManager.EndOfFetchPlanGraphException
 
AbstractFieldManager - Class in org.jpox.store.fieldmanager
Abstract representation of a field manager.
AbstractFieldManager() - Constructor for class org.jpox.store.fieldmanager.AbstractFieldManager
Default constructor
AbstractIdentifierFactory - Class in org.jpox.store.mapped
Abstract representation of an identifier factory.
AbstractIdentifierFactory(DatastoreAdapter, String) - Constructor for class org.jpox.store.mapped.AbstractIdentifierFactory
Constructor.
AbstractIteratorStatement - Class in org.jpox.store.mapped.query
Abstract representation of a statement that is used for iterating through a list of objects of a class, possibly including subclasses.
AbstractIteratorStatement(Class, ClassLoaderResolver, boolean, StoreManager) - Constructor for class org.jpox.store.mapped.query.AbstractIteratorStatement
Constructor.
AbstractJavaQuery - Class in org.jpox.store.query
Abstract representation of a Java-based query.
AbstractJavaQuery(ObjectManager) - Constructor for class org.jpox.store.query.AbstractJavaQuery
Constructor for a Java-based query.
AbstractJDOQLQuery - Class in org.jpox.store.query
Abstract representation of a JDOQL query used by JPOX.
AbstractJDOQLQuery(ObjectManager) - Constructor for class org.jpox.store.query.AbstractJDOQLQuery
Constructor.
AbstractJPQLQuery - Class in org.jpox.store.query
Abstract representation of a JPQL query used by JPOX.
AbstractJPQLQuery(ObjectManager) - Constructor for class org.jpox.store.query.AbstractJPQLQuery
Constructor.
AbstractMappingManager - Class in org.jpox.store.mapped.mapping
Base implementation of a MappingManager.
AbstractMappingManager() - Constructor for class org.jpox.store.mapped.mapping.AbstractMappingManager
Default constructor.
AbstractMappingManager.TypeMapping - Class in org.jpox.store.mapped.mapping
 
AbstractMappingManager.TypeMapping(Class, boolean) - Constructor for class org.jpox.store.mapped.mapping.AbstractMappingManager.TypeMapping
Constructor
AbstractMemberMetaData - Class in org.jpox.metadata
Abstract representation of MetaData for a field/property of a class/interface.
AbstractMemberMetaData(MetaData, String) - Constructor for class org.jpox.metadata.AbstractMemberMetaData
Convenience constructor taking defaults
AbstractMemberMetaData(MetaData, AbstractMemberMetaData) - Constructor for class org.jpox.metadata.AbstractMemberMetaData
Convenience constructor to copy the specification from the passed field.
AbstractMemberMetaData(MetaData, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.jpox.metadata.AbstractMemberMetaData
Constructor.
AbstractMetaDataHandler - Class in org.jpox.metadata.xml
 
AbstractMetaDataHandler(MetaDataManager, String, EntityResolver) - Constructor for class org.jpox.metadata.xml.AbstractMetaDataHandler
Constructor.
AbstractPersistenceManager - Class in org.jpox.jdo
Provide the basics of a JDO PersistenceManager using an underlying ObjectManager to perform the actual persistence.
AbstractPersistenceManager(AbstractPersistenceManagerFactory, String, String) - Constructor for class org.jpox.jdo.AbstractPersistenceManager
Constructor.
AbstractPersistenceManagerFactory - Class in org.jpox.jdo
Factory used to obtain PersistenceManager instances.
AbstractPersistenceManagerFactory() - Constructor for class org.jpox.jdo.AbstractPersistenceManagerFactory
Constructor.
AbstractPoidGenerator - Class in org.jpox.store.poid
Abstract POID generator.
AbstractPoidGenerator(String, Properties) - Constructor for class org.jpox.store.poid.AbstractPoidGenerator
Constructor.
AbstractQueryResult - Class in org.jpox.store.query
Abstract representation of a QueryResult.
AbstractQueryResult(Query) - Constructor for class org.jpox.store.query.AbstractQueryResult
Constructor of the result from a Query.
AbstractSQLQuery - Class in org.jpox.store.query
Base definition of a query using SQL.
AbstractSQLQuery(ObjectManager, AbstractSQLQuery) - Constructor for class org.jpox.store.query.AbstractSQLQuery
Constructs a new query instance from the existing query.
AbstractSQLQuery(ObjectManager, String) - Constructor for class org.jpox.store.query.AbstractSQLQuery
Constructs a new query instance having the same criteria as the given query.
AbstractStateManager - Class in org.jpox.state
Abstract representation of a StateManager.
AbstractStateManager(ObjectManager, AbstractClassMetaData) - Constructor for class org.jpox.state.AbstractStateManager
Constructor.
AbstractStoreManager - Class in org.jpox.store
An abstract representation of a Store Manager.
AbstractStoreManager(String, ClassLoaderResolver, OMFContext) - Constructor for class org.jpox.store.AbstractStoreManager
Constructor for a new StoreManager.
AbstractUIDPoidGenerator - Class in org.jpox.store.poid
Poid generator for a UID format.
AbstractUIDPoidGenerator(String, Properties) - Constructor for class org.jpox.store.poid.AbstractUIDPoidGenerator
Constructor.
AbstractUUIDPoidGenerator - Class in org.jpox.store.poid
Poid generator for a UUID format.
AbstractUUIDPoidGenerator(String, Properties) - Constructor for class org.jpox.store.poid.AbstractUUIDPoidGenerator
Constructor.
AbstractXMLEntityResolver - Class in org.jpox.util
Abstract implementation of an entity resolver for XML files.
AbstractXMLEntityResolver() - Constructor for class org.jpox.util.AbstractXMLEntityResolver
 
accessField(String, boolean) - Method in class org.jpox.store.mapped.expression.ArrayExpression
Access a field in an array
accessField(String, boolean) - Method in class org.jpox.store.mapped.expression.ClassExpression
Method called when wanting to call public static final methods on the class.
accessField(String, boolean) - Method in class org.jpox.store.mapped.expression.ObjectExpression
Access a field in the object that this expression represents.
accessField(String, boolean) - Method in class org.jpox.store.mapped.expression.ObjectLiteral
Reads a field of an object passed by parameter to the query
accessField(String, boolean) - Method in class org.jpox.store.mapped.expression.ReferenceExpression
Method invoked when accessing a field in the reference.
accessField(String, boolean) - Method in class org.jpox.store.mapped.expression.ScalarExpression
A field access expression may access a field of an object or array, a reference to which is the value of an expression
accessField(String, boolean) - Method in class org.jpox.store.mapped.expression.UnboundVariable
Method to access a field in the class of the variable.
acosMethod(ScalarExpression) - Method in interface org.jpox.store.mapped.expression.ExpressionMethodAdapter
Returns the expression for the JDOQL Math.acos(EXPRESSION) method.
acosMethod(ScalarExpression) - Method in class org.jpox.store.mapped.expression.MathExpression
Returns the arc cosine of the argument.
ActivityState - Class in org.jpox.state
Definition of the activity states of a StateManager.
add(String) - Method in interface org.jpox.FetchGroup
Method to add a field of the class to the fetch group.
add(String) - Method in class org.jpox.FetchGroupImpl
Method to add a field of the class to the fetch group.
add(Object) - Method in class org.jpox.query.evaluator.memory.BigDecimalExpression
 
add(Object) - Method in class org.jpox.query.evaluator.memory.BigIntegerExpression
 
add(Object) - Method in class org.jpox.query.evaluator.memory.DoubleExpression
 
add(Object) - Method in class org.jpox.query.evaluator.memory.FloatExpression
 
add(Object) - Method in class org.jpox.query.evaluator.memory.IntegerExpression
 
add(Object) - Method in class org.jpox.query.evaluator.memory.MemoryExpression
 
add(Object) - Method in class org.jpox.query.evaluator.memory.NumericExpression
 
add(Object) - Method in class org.jpox.query.evaluator.memory.ShortExpression
 
add(int, Object) - Method in class org.jpox.sco.ArrayList
Method to add an element to a position in the ArrayList.
add(Object) - Method in class org.jpox.sco.ArrayList
Method to add an element to the ArrayList.
add(Object) - Method in class org.jpox.sco.Collection
Method to add an element to the Collection.
add(int, int) - Method in class org.jpox.sco.GregorianCalendar
Method to add an amount to a field
add(Object) - Method in class org.jpox.sco.HashSet
Method to add an element to the HashSet.
add(Object) - Method in class org.jpox.sco.LinkedHashSet
Method to add an element to the LinkedHashSet.
add(int, Object) - Method in class org.jpox.sco.LinkedList
Method to add an element to a position in the LinkedList.
add(Object) - Method in class org.jpox.sco.LinkedList
Method to add an element to the LinkedList.
add(Object) - Method in class org.jpox.sco.List
Method to add an element to the List
add(int, Object) - Method in class org.jpox.sco.List
Method to add an element to the List at a position.
add(Object) - Method in class org.jpox.sco.PriorityQueue
Method to add an element to the Collection.
add(Object) - Method in class org.jpox.sco.Queue
Method to add an element to the Collection.
add(Object) - Method in class org.jpox.sco.SCOListIterator
 
add(Object) - Method in class org.jpox.sco.Set
Method to add an element to the Collection.
add(int, Object) - Method in class org.jpox.sco.simple.ArrayList
Method to add an element to a position in the ArrayList.
add(Object) - Method in class org.jpox.sco.simple.ArrayList
Method to add an element to the ArrayList.
add(Object) - Method in class org.jpox.sco.simple.Collection
Method to add an element to the Collection.
add(Object) - Method in class org.jpox.sco.simple.HashSet
Method to add an element to the HashSet.
add(Object) - Method in class org.jpox.sco.simple.LinkedHashSet
Method to add an element to the LinkedHashSet.
add(int, Object) - Method in class org.jpox.sco.simple.LinkedList
Method to add an element to a position in the LinkedList.
add(Object) - Method in class org.jpox.sco.simple.LinkedList
Method to add an element to the LinkedList.
add(Object) - Method in class org.jpox.sco.simple.List
Method to add an element to the List
add(int, Object) - Method in class org.jpox.sco.simple.List
Method to add an element to the List at a position.
add(Object) - Method in class org.jpox.sco.simple.PriorityQueue
Method to add an element to the Collection.
add(Object) - Method in class org.jpox.sco.simple.Queue
Method to add an element to the Collection.
add(Object) - Method in class org.jpox.sco.simple.Set
Method to add an element to the Collection.
add(Object) - Method in class org.jpox.sco.simple.SortedSet
Method to add an element to the SortedSet.
add(int, Object) - Method in class org.jpox.sco.simple.Stack
Method to add an element to a position in the Stack
add(Object) - Method in class org.jpox.sco.simple.Stack
Method to add an element to the Stack
add(Object) - Method in class org.jpox.sco.simple.TreeSet
Method to add an element to the TreeSet.
add(int, Object) - Method in class org.jpox.sco.simple.Vector
Method to add an element to a position in the Vector.
add(Object) - Method in class org.jpox.sco.simple.Vector
Method to add an element to the Vector.
add(Object) - Method in class org.jpox.sco.SortedSet
Method to add an element to the SortedSet.
add(int, Object) - Method in class org.jpox.sco.Stack
Method to add an element to a position in the Stack
add(Object) - Method in class org.jpox.sco.Stack
Method to add an element to the Stack
add(Object) - Method in class org.jpox.sco.TreeSet
Method to add an element to the TreeSet.
add(int, Object) - Method in class org.jpox.sco.Vector
Method to add an element to a position in the Vector.
add(Object) - Method in class org.jpox.sco.Vector
Method to add an element to the Vector.
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.BinaryExpression
 
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.ByteLiteral
 
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.CharacterExpression
 
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.CharacterLiteral
 
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.FloatingPointLiteral
 
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.IntegerLiteral
If both operands are instances of IntegerLiteral, the operation results in BigInteger type.
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.NullLiteral
 
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.NumericExpression
 
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.ScalarExpression
Additive Operator.
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.StringExpression
 
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.StringLiteral
 
add(ScalarExpression) - Method in class org.jpox.store.mapped.expression.UnknownLiteral
 
add(int, Object) - Method in class org.jpox.store.query.AbstractQueryResult
Method to add a result.
add(Object) - Method in class org.jpox.store.query.AbstractQueryResult
Method to add results.
add(StateManager, Object, int) - Method in interface org.jpox.store.scostore.CollectionStore
Method to add an element to the collection.
add(StateManager, Object, int, int) - Method in interface org.jpox.store.scostore.ListStore
Method to add an element to the List.
addAll(Collection) - Method in class org.jpox.sco.ArrayList
Method to add a Collection to the ArrayList.
addAll(int, Collection) - Method in class org.jpox.sco.ArrayList
Method to add a Collection to a position in the ArrayList.
addAll(Collection) - Method in class org.jpox.sco.Collection
Method to add a collection of elements.
addAll(Collection) - Method in class org.jpox.sco.HashSet
Method to add a collection to the HashSet.
addAll(Collection) - Method in class org.jpox.sco.LinkedHashSet
Method to add a collection to the LinkedHashSet.
addAll(Collection) - Method in class org.jpox.sco.LinkedList
Method to add a Collection to the LinkedList.
addAll(int, Collection) - Method in class org.jpox.sco.LinkedList
Method to add a Collection to a position in the LinkedList.
addAll(Collection) - Method in class org.jpox.sco.List
Method to add a Collection to the ArrayList.
addAll(int, Collection) - Method in class org.jpox.sco.List
Method to add a collection of elements.
addAll(Collection) - Method in class org.jpox.sco.PriorityQueue
Method to add a collection of elements.
addAll(Collection) - Method in class org.jpox.sco.Queue
Method to add a collection of elements.
addAll(Collection) - Method in class org.jpox.sco.Set
Method to add a collection of elements.
addAll(Collection) - Method in class org.jpox.sco.simple.ArrayList
Method to add a Collection to the ArrayList.
addAll(int, Collection) - Method in class org.jpox.sco.simple.ArrayList
Method to add a Collection to a position in the ArrayList.
addAll(Collection) - Method in class org.jpox.sco.simple.Collection
Method to add a collection of elements.
addAll(Collection) - Method in class org.jpox.sco.simple.HashSet
Method to add a collection to the HashSet.
addAll(Collection) - Method in class org.jpox.sco.simple.LinkedHashSet
Method to add a collection to the LinkedHashSet.
addAll(Collection) - Method in class org.jpox.sco.simple.LinkedList
Method to add a Collection to the LinkedList.
addAll(int, Collection) - Method in class org.jpox.sco.simple.LinkedList
Method to add a Collection to a position in the LinkedList.
addAll(Collection) - Method in class org.jpox.sco.simple.List
Method to add a Collection to the ArrayList.
addAll(int, Collection) - Method in class org.jpox.sco.simple.List
Method to add a collection of elements.
addAll(Collection) - Method in class org.jpox.sco.simple.PriorityQueue
Method to add a collection of elements.
addAll(Collection) - Method in class org.jpox.sco.simple.Queue
Method to add a collection of elements.
addAll(Collection) - Method in class org.jpox.sco.simple.Set
Method to add a collection of elements.
addAll(Collection) - Method in class org.jpox.sco.simple.SortedSet
Method to add a collection to the SortedSet.
addAll(Collection) - Method in class org.jpox.sco.simple.Stack
Method to add a Collection to the Stack
addAll(int, Collection) - Method in class org.jpox.sco.simple.Stack
Method to add a Collection to a position in the Stack
addAll(Collection) - Method in class org.jpox.sco.simple.TreeSet
Method to add a collection to the TreeSet.
addAll(Collection) - Method in class org.jpox.sco.simple.Vector
Method to add a Collection to the Vector.
addAll(int, Collection) - Method in class org.jpox.sco.simple.Vector
Method to add a Collection to a position in the Vector.
addAll(Collection) - Method in class org.jpox.sco.SortedSet
Method to add a collection to the SortedSet.
addAll(Collection) - Method in class org.jpox.sco.Stack
Method to add a Collection to the Stack
addAll(int, Collection) - Method in class org.jpox.sco.Stack
Method to add a Collection to a position in the Stack
addAll(Collection) - Method in class org.jpox.sco.TreeSet
Method to add a collection to the TreeSet.
addAll(Collection) - Method in class org.jpox.sco.Vector
Method to add a Collection to the Vector.
addAll(int, Collection) - Method in class org.jpox.sco.Vector
Method to add a Collection to a position in the Vector.
addAll(int, Collection) - Method in class org.jpox.store.query.AbstractQueryResult
Method to add results.
addAll(StateManager, Collection, int) - Method in interface org.jpox.store.scostore.CollectionStore
Method to add a collection of elements to the collection.
addAll(StateManager, Collection, int, int) - Method in interface org.jpox.store.scostore.ListStore
Method to add a collection of elements to the List.
AddAtOperation - Class in org.jpox.sco.queued
Add operation at a position for a list.
AddAtOperation(int, Object) - Constructor for class org.jpox.sco.queued.AddAtOperation
Constructor.
addBlock(PoidBlock) - Method in class org.jpox.store.poid.PoidBlock
Method to append a block onto this block.
addCallback(String, String) - Method in class org.jpox.metadata.EventListenerMetaData
Method to add a method name for this EventListener.
addCallback(String, String, String) - Method in class org.jpox.metadata.EventListenerMetaData
Method to add a method name for this EventListener.
addChild(StoreSchemaData) - Method in interface org.jpox.store.StoreSchemaData
Method to define a child component for this component.
addClass(ClassMetaData) - Method in class org.jpox.metadata.PackageMetaData
Method to add a class Meta-Data to the package.
addClass(String, ClassLoaderResolver) - Method in class org.jpox.store.AbstractStoreManager
 
addClass(StoreData) - Method in interface org.jpox.store.AutoStartMechanism
Method to add a class/field (with its data) to the currently-supported list.
addClass(StoreData) - Method in class org.jpox.store.ClassesAutoStarter
Method to add a class to the starter.
addClass(String, ClassLoaderResolver) - Method in class org.jpox.store.FederationManager
 
addClass(String, ClassLoaderResolver) - Method in interface org.jpox.store.StoreManager
Method to add a class to the managed list for this datastore manager.
addClass(StoreData) - Method in class org.jpox.store.XMLAutoStarter
Method to add a class to the starter.
addClasses(String[], ClassLoaderResolver, Writer, boolean) - Method in class org.jpox.store.AbstractStoreManager
 
addClasses(String[], ClassLoaderResolver) - Method in class org.jpox.store.AbstractStoreManager
 
addClasses(String[], ClassLoaderResolver, Writer, boolean) - Method in class org.jpox.store.FederationManager
 
addClasses(String[], ClassLoaderResolver) - Method in class org.jpox.store.FederationManager
 
addClasses(String[], ClassLoaderResolver, Writer, boolean) - Method in interface org.jpox.store.StoreManager
Add classes to the persistence model for the datastore.
addClasses(String[], ClassLoaderResolver) - Method in interface org.jpox.store.StoreManager
Add classes to the persistence model for the datastore.
addClassName(String) - Method in class org.jpox.metadata.PersistenceUnitMetaData
Method to add a class name to the persistence unit.
addColumn(ColumnMetaData) - Method in class org.jpox.metadata.AbstractConstraintMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData) - Method in class org.jpox.metadata.AbstractElementMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData) - Method in class org.jpox.metadata.AbstractMemberMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData) - Method in interface org.jpox.metadata.ColumnMetaDataContainer
Add a new ColumnMetaData element
addColumn(ColumnMetaData) - Method in class org.jpox.metadata.IdentityMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData) - Method in class org.jpox.metadata.JoinMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData) - Method in class org.jpox.metadata.OrderMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData) - Method in class org.jpox.metadata.PrimaryKeyMetaData
Add a new ColumnMetaData element
addColumn(ColumnMetaData) - Method in class org.jpox.metadata.VersionMetaData
Add a new ColumnMetaData element
addConfigurationElement(ConfigurationElement) - Method in class org.jpox.plugin.ConfigurationElement
Add a new children ConfigurationElement to this element
addConfigurationElement(ConfigurationElement) - Method in class org.jpox.plugin.Extension
Add a new child ConfigurationElement (declared nested in the extension XML element)
addConnectionListener(ManagedConnectionResourceListener) - Method in class org.jpox.store.query.AbstractQueryResult
Method to register a listener to be notified when the query result is closing.
addDatastoreContainer(DatastoreContainerObject) - Method in class org.jpox.store.mapped.MappedStoreManager
Method to add a datastore container to the managed datastore classes
addDatastoreField(String, DatastoreIdentifier, JavaTypeMapping, MetaData) - Method in interface org.jpox.store.mapped.DatastoreContainerObject
Method to add a new column to the internal representation.
addDatastoreField(String) - Method in class org.jpox.store.mapped.mapping.SingleFieldMultiMapping
Convenience method to add a datastore field for this mapping.
addDataStoreMapping(DatastoreMapping) - Method in class org.jpox.store.mapped.mapping.DiscriminatorMapping
Mutator to add a datastore mapping
addDataStoreMapping(DatastoreMapping) - Method in class org.jpox.store.mapped.mapping.JavaTypeMapping
Method to add a datastore mapping
addDataStoreMapping(DatastoreMapping) - Method in class org.jpox.store.mapped.mapping.VersionMapping
Method to add a datastore mapping.
addElement(Object) - Method in class org.jpox.sco.simple.Stack
Method to add an element to the Stack
addElement(Object) - Method in class org.jpox.sco.simple.Vector
Method to add an element to the Vector.
addElement(Object) - Method in class org.jpox.sco.Stack
Method to add an element to the Stack
addElement(Object) - Method in class org.jpox.sco.Vector
Method to add an element to the Vector.
addEmbeddedOwner(StateManager, int) - Method in class org.jpox.state.JDOStateManagerImpl
Method to register an owner StateManager with this embedded/serialised object.
addEmbeddedOwner(StateManager, int) - Method in interface org.jpox.StateManager
Method to register an owner StateManager with this embedded/serialised object.
addExpression(ScalarExpression) - Method in class org.jpox.store.mapped.expression.ScalarExpression.ExpressionList
Add a new Expression to the list
addExtension(String, Object) - Method in class org.jpox.jdo.JDOQuery
Method to add an extension to the query.
addExtension(String, String, String) - Method in class org.jpox.metadata.MetaData
Append new Extension (for the specified vendor).
addExtension(String, String) - Method in class org.jpox.metadata.MetaData
Append new Extension (for JPOX).
addExtension(Extension) - Method in class org.jpox.plugin.ExtensionPoint
 
addExtension(String, Object) - Method in interface org.jpox.store.mapped.expression.QueryExpression
Method to define an extension for this query statement allowing control over its behaviour in generating a query.
addExtension(String, Object) - Method in class org.jpox.store.query.Query
Add a vendor-specific extension this query.
addFetchGroup(FetchGroupMetaData) - Method in class org.jpox.metadata.AbstractClassMetaData
Method to add a fetch-group to this class.
addFetchGroup(FetchGroupMetaData) - Method in class org.jpox.metadata.FetchGroupMetaData
Add a new FetchGroupMetaData
addFetchGroup(FetchGroupMetaData) - Method in class org.jpox.metadata.FetchPlanMetaData
Add a new FetchGroupMetaData
addFetchGroup(FetchGroup) - Method in class org.jpox.ObjectManagerFactoryImpl
Method to add a fetch group for use by this PMF.
addFetchPlan(FetchPlanMetaData) - Method in class org.jpox.metadata.FileMetaData
Method to add a named fetch plan to this class.
addFieldName(String) - Method in class org.jpox.state.FetchPlanState
Method to add an field name to the list since it is being processed
addFileSet(FileSet) - Method in class org.jpox.SchemaToolTask
Add a fileset.
addFirst(Object) - Method in class org.jpox.sco.LinkedList
Method to add an element as first in the LinkedList.
addFirst(Object) - Method in class org.jpox.sco.simple.LinkedList
Method to add an element as first in the LinkedList.
addForeignKey(ForeignKeyMetaData) - Method in class org.jpox.metadata.AbstractClassMetaData
Method to add an foreign-key to this class.
addGroup(String) - Method in class org.jpox.FetchPlan
Method to add a group to the fetch plan.
addGroup(String) - Method in class org.jpox.jdo.JDOFetchPlan
Method to add a group to the fetch plan.
addGroupingExpression(ScalarExpression) - Method in interface org.jpox.store.mapped.expression.QueryExpression
Method to add a grouping clause to the statement.
addImplements(ImplementsMetaData) - Method in class org.jpox.metadata.ClassMetaData
Method to add an implements to this class.
addIndex(IndexMetaData) - Method in class org.jpox.metadata.AbstractClassMetaData
Method to add an index to this class.
addInsertionNotifier(StateManager, ActivityState) - Method in class org.jpox.state.JDOStateManagerImpl
Method to add a notifier that we must contact when we have finished our insertion.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in class org.jpox.jdo.AbstractPersistenceManager
Method to register a lifecycle listener as per JDO 2.0 spec 12.15.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in class org.jpox.jdo.AbstractPersistenceManagerFactory
Method to add lifecycle listeners for particular classes.
addInterface(InterfaceMetaData) - Method in class org.jpox.metadata.PackageMetaData
Method to add a interface Meta-Data to the package.
addJarFile(String) - Method in class org.jpox.metadata.PersistenceUnitMetaData
Method to add a jar file to the persistence unit.
addJarFile(URL) - Method in class org.jpox.metadata.PersistenceUnitMetaData
Method to add a jar file to the persistence unit.
addJavaTypeMapping(JavaTypeMapping) - Method in class org.jpox.store.mapped.mapping.EmbeddedMapping
Add a new JavaTypeMapping to manage.
addJavaTypeMapping(JavaTypeMapping) - Method in class org.jpox.store.mapped.mapping.MultiMapping
Method to add a Java type mapping for a field
addJavaTypeMapping(JavaTypeMapping) - Method in class org.jpox.store.mapped.mapping.PersistenceCapableMapping
Add a new JavaTypeMapping
addJoin(JoinMetaData) - Method in class org.jpox.metadata.AbstractClassMetaData
Method to add a join to this class.
addLast(Object) - Method in class org.jpox.sco.LinkedList
Method to add an element as last in the LinkedList.
addLast(Object) - Method in class org.jpox.sco.simple.LinkedList
Method to add an element as last in the LinkedList.
addListener(Object, Class[]) - Method in class org.jpox.jdo.JDOCallbackHandler
Adds a new listener to this handler.
addListener(ManagedConnectionResourceListener) - Method in interface org.jpox.ManagedConnection
Registers a ManagedConnectionResourceListener
addListener(EventListenerMetaData) - Method in class org.jpox.metadata.AbstractClassMetaData
Add a listener class name
addListener(EventListenerMetaData) - Method in class org.jpox.metadata.FileMetaData
Add a listener class name
addListener(Object, Class[]) - Method in interface org.jpox.ObjectManager
Method to register a listener for instances of the specified classes.
addListener(Object, Class[]) - Method in class org.jpox.ObjectManagerImpl
Method to register a listener for instances of the specified classes.
addListener(Object, Class[]) - Method in interface org.jpox.state.CallbackHandler
Adds a new listener to this handler.
addMappingFile(String) - Method in class org.jpox.metadata.PersistenceUnitMetaData
Method to add a mapping file to the persistence unit.
addMappingForPersistentTypeMapping(String, String, String) - Method in class org.jpox.metadata.QueryResultMetaData
Method to add a mapping for the specified persistent class.
addMember(AbstractMemberMetaData) - Method in class org.jpox.metadata.AbstractClassMetaData
Method to add a field/property to this interface.
addMember(AbstractMemberMetaData) - Method in class org.jpox.metadata.AbstractConstraintMetaData
Add a new member that is part of this constraint.
addMember(AbstractMemberMetaData) - Method in class org.jpox.metadata.EmbeddedMetaData
Method to add a field/property to the embedded definition.
addMember(AbstractMemberMetaData) - Method in class org.jpox.metadata.FetchGroupMetaData
Add a new field/property.
addMetaDataForMembersNotInMetaData(Class) - Method in class org.jpox.metadata.ClassMetaData
Add MetaData of fields/properties not declared in MetaData.
addMetaDataForMembersNotInMetaData(Class) - Method in class org.jpox.metadata.InterfaceMetaData
Add MetaData for properties of the interface not declared in MetaData.
addObjectManagerListener(ObjectManager.ObjectManagerListener) - Method in class org.jpox.OMFContext
Register a new Listener for ObjectManager's events
AddOperation - Class in org.jpox.sco.queued
Add operation for a collection.
AddOperation(Object) - Constructor for class org.jpox.sco.queued.AddOperation
Constructor.
addOption(String, String, String, String) - Method in class org.jpox.util.CommandLine
Add new Option.
addORMDataToClass(Class, ClassLoaderResolver) - Method in class org.jpox.jdo.metadata.JDOMetaDataManager
Load up and add the O/R mapping info for the specified class to the stored JDO ClassMetaData.
addORMDataToClass(Class, ClassLoaderResolver) - Method in class org.jpox.metadata.MetaDataManager
Load up and add any O/R mapping info for the specified class to the stored ClassMetaData (if supported).
addOuterJoinSuffix(String) - Method in class org.jpox.store.mapped.expression.ObjectExpression
Convenience method to add an outer join suffix.
addPackage(PackageMetaData) - Method in class org.jpox.metadata.FileMetaData
Method to add a package
addPersistenceUnit(PersistenceUnitMetaData) - Method in class org.jpox.metadata.PersistenceFileMetaData
Method to add a persistence unit
addPersistentTypeMapping(String, Map, String) - Method in class org.jpox.metadata.QueryResultMetaData
Method to add a persistent type as an output for the mapping.
addProperty(PropertyMetaData) - Method in class org.jpox.metadata.ImplementsMetaData
Method to add a property to this interface.
addProperty(String, String) - Method in class org.jpox.metadata.PersistenceUnitMetaData
Method to add a vendor property to the persistence unit.
addProperty(String, Object) - Method in class org.jpox.store.StoreData
 
addProperty(String, String) - Method in interface org.jpox.store.StoreSchemaData
Method to define a property for this component.
addQuery(QueryMetaData) - Method in class org.jpox.metadata.AbstractClassMetaData
Method to add a named query to this class.
addQuery(QueryMetaData) - Method in class org.jpox.metadata.FileMetaData
Method to add a named query to this class.
addQueryResultMetaData(QueryResultMetaData) - Method in class org.jpox.metadata.AbstractClassMetaData
Method to register a query-result MetaData.
addQueryResultMetaData(QueryResultMetaData) - Method in class org.jpox.metadata.FileMetaData
Method to register a query-result MetaData.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.ArrayList
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.Collection
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.HashMap
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.HashSet
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.Hashtable
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.LinkedHashMap
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.LinkedHashSet
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.LinkedList
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.List
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.Map
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.PriorityQueue
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.Properties
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.Queue
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.Set
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.SortedMap
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.SortedSet
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.Stack
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.TreeMap
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.TreeSet
Convenience method to add a queued operation to the operations we perform at commit.
addQueuedOperation(QueuedOperation) - Method in class org.jpox.sco.Vector
Convenience method to add a queued operation to the operations we perform at commit.
addScalarColumn(String) - Method in class org.jpox.metadata.QueryResultMetaData
Method to register a column as being scalar.
addSequence(SequenceMetaData) - Method in class org.jpox.metadata.PackageMetaData
Method to add a sequence Meta-Data to the package.
addSequenceForFactoryClass(String, Sequence) - Method in class org.jpox.jdo.AbstractPersistenceManagerFactory
Method to register a sequence for a particular factory class.
addStateManager(StateManager) - Method in interface org.jpox.ObjectManager
Method to add the object managed by the specified StateManager to the cache.
addStateManager(StateManager) - Method in class org.jpox.ObjectManagerImpl
Method to add the object managed by the specified StateManager to the cache.
addSubquery(Query, String, String) - Method in class org.jpox.jdo.JDOQuery
Add a subquery to this query.
addSubquery(Query, String, String, String) - Method in class org.jpox.jdo.JDOQuery
Add a subquery to this query.
addSubquery(Query, String, String, String[]) - Method in class org.jpox.jdo.JDOQuery
Add a subquery to this query.
addSubquery(Query, String, String, Map) - Method in class org.jpox.jdo.JDOQuery
Add a subquery to this query.
addSubquery(Query, String, String, Map) - Method in class org.jpox.store.query.Query
Method to add a subquery to this query.
addSymbol(Symbol) - Method in class org.jpox.query.symbol.SymbolTable
 
addTableGenerator(TableGeneratorMetaData) - Method in class org.jpox.metadata.PackageMetaData
Method to add a table generator Meta-Data to the package.
addTransactionEventListener(TransactionEventListener) - Method in interface org.jpox.Transaction
 
addTransactionEventListener(TransactionEventListener) - Method in class org.jpox.TransactionImpl
 
addUniqueConstraint(UniqueMetaData) - Method in class org.jpox.metadata.AbstractClassMetaData
Method to add a unique constraint to this class.
addUnmappedColumn(ColumnMetaData) - Method in class org.jpox.metadata.AbstractClassMetaData
Method to add an unmapped column.
afterCompletion(int) - Method in class org.jpox.JTATransactionImpl
This method is called by the transaction manager after the transaction is committed or rolled back.
AggregateExpression - Class in org.jpox.store.mapped.expression
Representation of aggregate functions in JDOQL
AggregateExpression(QueryExpression) - Constructor for class org.jpox.store.mapped.expression.AggregateExpression
Constructor
AggregateExpression(JavaTypeMapping, String, List, boolean) - Constructor for class org.jpox.store.mapped.expression.AggregateExpression
 
aliasesByTable - Variable in class org.jpox.store.mapped.expression.TableExprAsJoins
 
aliasIdentifier - Variable in class org.jpox.store.mapped.expression.ScalarExpression
alias identifier for this expression
ALL - Static variable in class org.jpox.FetchPlan
Constant defining all fields
all() - Method in class org.jpox.store.mapped.expression.SubqueryExpression
Method to convert the subquery statement into ALL ({subquery})
ALL_JDO_LOCATIONS - Static variable in class org.jpox.jdo.metadata.JDOMetaDataManager
MetaData files will be searched in all possible locations defined in JDO 1.0, JDO 1.0.1, JDO 2.0 or later
allMemberPositions - Variable in class org.jpox.metadata.AbstractClassMetaData
Positions of all fields/properties (inc superclasses).
allocate(int) - Method in class org.jpox.jdo.JDOSequenceImpl
Method to allocate a set of elements.
allocate(int) - Method in interface org.jpox.store.JPOXSequence
Method to allocate an amount of values.
allocate(int) - Method in class org.jpox.store.poid.AbstractPoidGenerator
Method to allocate a number of values into the block.
allocate(int) - Method in interface org.jpox.store.poid.PoidGenerator
Provides a hint to the implementation that the application will need additional sequence value objects in short order.
allocateConnection(ConnectionFactory, ObjectManager, Map) - Method in interface org.jpox.ConnectionManager
Allocate a connection using the specified factory (unless we already have one cached for this ObjectManager).
allocateConnection(ConnectionFactory, ObjectManager, Map) - Method in class org.jpox.ConnectionManagerImpl
Method to return a connection for this ObjectManager.
allocationSize - Variable in class org.jpox.metadata.SequenceMetaData
Allocation size for the sequence.
allocationSize - Variable in class org.jpox.metadata.TableGeneratorMetaData
Allocation size for ids from the table.
allocationSize - Variable in class org.jpox.store.poid.AbstractPoidGenerator
Allocation size
allowDeleteOfNonPersistentObject() - Method in interface org.jpox.api.ApiAdapter
Whether the API allows deletion of a non-persistent object.
allowDeleteOfNonPersistentObject() - Method in class org.jpox.jdo.JDOAdapter
Whether the API allows deletion of a non-persistent object.
allowNulls - Variable in class org.jpox.sco.Collection
 
allowNulls - Variable in class org.jpox.sco.PriorityQueue
 
allowNulls - Variable in class org.jpox.sco.Queue
 
allowNulls - Variable in class org.jpox.sco.Set
 
allowNulls - Variable in class org.jpox.sco.simple.ArrayList
 
allowNulls - Variable in class org.jpox.sco.simple.Collection
 
allowNulls - Variable in class org.jpox.sco.simple.HashMap
 
allowNulls - Variable in class org.jpox.sco.simple.HashSet
 
allowNulls - Variable in class org.jpox.sco.simple.Hashtable
 
allowNulls - Variable in class org.jpox.sco.simple.LinkedHashMap
 
allowNulls - Variable in class org.jpox.sco.simple.LinkedHashSet
 
allowNulls - Variable in class org.jpox.sco.simple.LinkedList
 
allowNulls - Variable in class org.jpox.sco.simple.List
 
allowNulls - Variable in class org.jpox.sco.simple.Map
 
allowNulls - Variable in class org.jpox.sco.simple.PriorityQueue
 
allowNulls - Variable in class org.jpox.sco.simple.Properties
 
allowNulls - Variable in class org.jpox.sco.simple.Queue
 
allowNulls - Variable in class org.jpox.sco.simple.Set
 
allowNulls - Variable in class org.jpox.sco.simple.SortedMap
 
allowNulls - Variable in class org.jpox.sco.simple.SortedSet
 
allowNulls - Variable in class org.jpox.sco.simple.Stack
 
allowNulls - Variable in class org.jpox.sco.simple.TreeMap
 
allowNulls - Variable in class org.jpox.sco.simple.TreeSet
 
allowNulls - Variable in class org.jpox.sco.simple.Vector
 
allowNullsInContainer(boolean, AbstractMemberMetaData) - Static method in class org.jpox.sco.SCOUtils
Utility to return whether or not to allow nulls in the container for the specified field.
allowPersistOfDeletedObject() - Method in interface org.jpox.api.ApiAdapter
Whether the API allows (re-)persistence of a deleted object.
allowPersistOfDeletedObject() - Method in class org.jpox.jdo.JDOAdapter
Whether the API allows (re-)persistence of a deleted object.
allowReadFieldOfDeletedObject() - Method in interface org.jpox.api.ApiAdapter
Whether the API allows reading a field of a deleted object.
allowReadFieldOfDeletedObject() - Method in class org.jpox.jdo.JDOAdapter
Whether the API allows reading a field of a deleted object.
allowsNull - Variable in class org.jpox.metadata.ColumnMetaData
allows-null tag value.
and(BitSet) - Method in class org.jpox.sco.BitSet
 
and(ScalarExpression) - Method in class org.jpox.store.mapped.expression.BooleanExpression
 
and(ScalarExpression) - Method in class org.jpox.store.mapped.expression.BooleanLiteral
 
and(ScalarExpression) - Method in class org.jpox.store.mapped.expression.ExistsExpression
 
and(ScalarExpression) - Method in class org.jpox.store.mapped.expression.ScalarExpression
Conditional And.
and(ScalarExpression) - Method in class org.jpox.store.mapped.expression.UnknownLiteral
 
andCondition(BooleanExpression) - Method in interface org.jpox.store.mapped.expression.QueryExpression
add an condition to the query.
andCondition(BooleanExpression, boolean) - Method in interface org.jpox.store.mapped.expression.QueryExpression
add an condition to the query and queries involved in the union if unionQuery is true
andCondition(String) - Method in interface org.jpox.store.mapped.FetchStatement
Method to add an extra condition to the WHERE clause.
andNot(BitSet) - Method in class org.jpox.sco.BitSet