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

AP_NEW - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
AP_NEW_FLUSHED - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
AP_NEW_FLUSHED_DIRTY - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
AP_PENDING - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
Accessor - interface org.apache.jdo.pm.Accessor.
 
ArrayList - class org.apache.jdo.impl.sco.ArrayList.
A mutable 2nd class object that represents ArrayList.
ArrayList(Class, boolean) - Constructor for class org.apache.jdo.impl.sco.ArrayList
Constructs an empty ArrayList object.
ArrayList(Class, boolean, int) - Constructor for class org.apache.jdo.impl.sco.ArrayList
Constructs an empty ArrayList object that the specified initial capacity.
AutoPersistentNew - class org.apache.jdo.impl.state.AutoPersistentNew.
This class represents AutoPersistentNew state specific state transitions as requested by StateManagerImpl.
AutoPersistentNew() - Constructor for class org.apache.jdo.impl.state.AutoPersistentNew
 
AutoPersistentNewFlushed - class org.apache.jdo.impl.state.AutoPersistentNewFlushed.
This class represents AutoPersistentNewFlushed state specific state transitions as requested by StateManagerImpl.
AutoPersistentNewFlushed() - Constructor for class org.apache.jdo.impl.state.AutoPersistentNewFlushed
 
AutoPersistentNewFlushedDirty - class org.apache.jdo.impl.state.AutoPersistentNewFlushedDirty.
This class represents AutoPersistentNewFlushedDirty state specific state transitions as requested by StateManagerImpl.
AutoPersistentNewFlushedDirty() - Constructor for class org.apache.jdo.impl.state.AutoPersistentNewFlushedDirty
 
AutoPersistentPending - class org.apache.jdo.impl.state.AutoPersistentPending.
This class represents AutoPersistentPending state that is a result of a previous call to makePersistent on a transient instance that referenced this instance (persistence-by-reachability).
AutoPersistentPending() - Constructor for class org.apache.jdo.impl.state.AutoPersistentPending
 
add(Object) - Method in class org.apache.jdo.impl.sco.ArrayList
Appends the specified element to the end of this ArrayList.
add(int, Object) - Method in class org.apache.jdo.impl.sco.ArrayList
Inserts the specified element at the specified position in this ArrayList.
add(Object) - Method in class org.apache.jdo.impl.sco.HashSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
Appends the specified element to the end of this LinkedList.
add(int, Object) - Method in class org.apache.jdo.impl.sco.LinkedList
Inserts the specified element at the specified position in this LinkedList.
add(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class org.apache.jdo.impl.sco.Vector
Appends the specified element to the end of this Vector.
add(int, Object) - Method in class org.apache.jdo.impl.sco.Vector
Inserts the specified element at the specified position in this Vector.
add(Object) - Method in class org.apache.jdo.query.BasicQueryResult
This method throws UnsupportedOperationException because the collection is read-only.
addAll(Collection) - Method in class org.apache.jdo.impl.sco.ArrayList
Appends all of the elements in the specified Collection to the end of this ArrayList, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class org.apache.jdo.impl.sco.ArrayList
Inserts all of the elements in in the specified Collection into this ArrayList at the specified position.
addAll(Collection) - Method in class org.apache.jdo.impl.sco.HashSet
Adds all of the elements in the specified collection to this collection
addAll(Collection) - Method in class org.apache.jdo.impl.sco.LinkedList
Appends all of the elements in the specified Collection to the end of this LinkedList, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class org.apache.jdo.impl.sco.LinkedList
Inserts all of the elements in in the specified Collection into this LinkedList at the specified position.
addAll(Collection) - Method in class org.apache.jdo.impl.sco.TreeSet
Adds all of the elements in the specified collection to this collection
addAll(Collection) - Method in class org.apache.jdo.impl.sco.Vector
Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class org.apache.jdo.impl.sco.Vector
Inserts all of the elements in in the specified Collection into this Vector at the specified position.
addAll(Collection) - Method in class org.apache.jdo.query.BasicQueryResult
This method throws UnsupportedOperationException because the collection is read-only.
addAllInternal(Collection) - Method in class org.apache.jdo.impl.sco.ArrayList
 
addAllInternal(Collection) - Method in class org.apache.jdo.impl.sco.HashSet
 
addAllInternal(Collection) - Method in class org.apache.jdo.impl.sco.LinkedList
 
addAllInternal(Collection) - Method in class org.apache.jdo.impl.sco.TreeSet
 
addAllInternal(Collection) - Method in class org.apache.jdo.impl.sco.Vector
 
addAllInternal(Collection) - Method in interface org.apache.jdo.sco.SCOCollection
Adds objects of the given Collection to this Collection without recording the event.
addElement(Object) - Method in class org.apache.jdo.impl.sco.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addFirst(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
Inserts the given element at the beginning of this list.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Add the parameter listener to the list of instance lifecycle event listeners set as the initial listeners for each PersistenceManager created by this PersistenceManagerFactory.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Adds the listener instance to the list of lifecycle event listeners.
addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
addInternal(Object) - Method in class org.apache.jdo.impl.sco.ArrayList
 
addInternal(Object) - Method in class org.apache.jdo.impl.sco.HashSet
 
addInternal(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
 
addInternal(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
 
addInternal(Object) - Method in class org.apache.jdo.impl.sco.Vector
 
addInternal(Object) - Method in interface org.apache.jdo.sco.SCOCollection
Adds object to the Collection without recording the event.
addLast(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
Appends the given element to the end of this list.
added - Variable in class org.apache.jdo.impl.sco.ArrayList
 
added - Variable in class org.apache.jdo.impl.sco.HashSet
 
added - Variable in class org.apache.jdo.impl.sco.LinkedList
 
added - Variable in class org.apache.jdo.impl.sco.TreeSet
 
added - Variable in class org.apache.jdo.impl.sco.Vector
 
addedKeys - Variable in class org.apache.jdo.impl.sco.HashMap
 
addedKeys - Variable in class org.apache.jdo.impl.sco.Hashtable
 
addedKeys - Variable in class org.apache.jdo.impl.sco.TreeMap
 
addedValues - Variable in class org.apache.jdo.impl.sco.HashMap
 
addedValues - Variable in class org.apache.jdo.impl.sco.Hashtable
 
addedValues - Variable in class org.apache.jdo.impl.sco.TreeMap
 
afterCompletion(boolean) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Called by Transaction commit() or rollback() cleans up transactional cache
afterCompletion(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Called by Transaction commit() or rollback() cleans up transactional cache
afterCompletion(int) - Method in class org.apache.jdo.impl.pm.TransactionImpl
Called in the managed environment only for transaction completion by TransactionSynchronization#afterCompletion(int st).
afterCompletion(int) - Method in class org.apache.jdo.impl.pm.TransactionSynchronization
 
afterCompletion(boolean, boolean, boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transitions LifeCycleState on afterCompletion.
afterCompletion(boolean, boolean, boolean) - Method in interface org.apache.jdo.state.StateManagerInternal
Transitions lifecycle state in afterCompletion callback
allowNulls - Variable in class org.apache.jdo.impl.sco.ArrayList
 
allowNulls() - Method in class org.apache.jdo.impl.sco.ArrayList
 
allowNulls - Variable in class org.apache.jdo.impl.sco.HashMap
 
allowNulls() - Method in class org.apache.jdo.impl.sco.HashMap
 
allowNulls - Variable in class org.apache.jdo.impl.sco.HashSet
 
allowNulls() - Method in class org.apache.jdo.impl.sco.HashSet
 
allowNulls - Variable in class org.apache.jdo.impl.sco.Hashtable
 
allowNulls() - Method in class org.apache.jdo.impl.sco.Hashtable
 
allowNulls - Variable in class org.apache.jdo.impl.sco.LinkedList
 
allowNulls() - Method in class org.apache.jdo.impl.sco.LinkedList
 
allowNulls - Variable in class org.apache.jdo.impl.sco.TreeMap
 
allowNulls() - Method in class org.apache.jdo.impl.sco.TreeMap
 
allowNulls - Variable in class org.apache.jdo.impl.sco.TreeSet
 
allowNulls() - Method in class org.apache.jdo.impl.sco.TreeSet
 
allowNulls - Variable in class org.apache.jdo.impl.sco.Vector
 
allowNulls() - Method in class org.apache.jdo.impl.sco.Vector
 
allowNulls() - Method in interface org.apache.jdo.sco.SCOCollection
Returns whether nulls are permitted as elements.
allowNulls() - Method in interface org.apache.jdo.sco.SCOMap
Returns whether nulls are permitted as keys or values.
allowedChangeApplicationIdentity - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
applyFilter(Object) - Method in interface org.apache.jdo.query.QueryResultHelper
This method determines whether the specified object is assignment compatible to the candidate Class specified by the user and satisfies the query filter.
assertActiveTransaction(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
assert that the associated Transaction is active
assertConfigurable() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Asserts that change to the property is allowed
assertElementType(Object, Class) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Verifies that the component to insert is of correct type
assertIsOpen() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
assert this PM instance is open
assertIsOpen() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
assert this PM instance is open
assertKeyType(Object, Class) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Verifies that the key to insert is of correct type.
assertNotClosed() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Assert that this PersistenceManagerFactory is not closed.
assertNullKeysAllowed(Object, boolean) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Verifies if null values are allowed for keys of an SCOMap.
assertNullValuesAllowed(Object, boolean) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Verifies if null values are allowed for values of an SCOMap.
assertNulls(Object, boolean, String) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Verifies if nulls are allowed as instances of this SCO.
assertNullsAllowed(Object, boolean) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Verifies if null values are allowed for elements of an SCOCollection.
assertPersistenceCapable(Object, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
assert Object is PersistenceCapable
assertPersistenceManager(PersistenceCapable) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
assert PersistenceCapable is associated with this instance of PersistenceManager
assertReadAllowed() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Assert the NontransactionalRead flag is true or a transaction is active.
assertReadAllowed() - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
assertReadAllowed() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
assert that the NontransactionalRead flag is true or a transaction is active.
assertSCOElementType(Object, JDOField) - Method in class org.apache.jdo.impl.state.SCOProcessor.CollectionProcessor
Assert element type of an SCO Collection.
assertSCOElementType(Object, JDOField) - Method in class org.apache.jdo.impl.state.SCOProcessor.DateProcessor
Assert element type of an SCO Collection or key and value types of an SCO Map.
assertSCOElementType(Object, JDOField) - Method in class org.apache.jdo.impl.state.SCOProcessor.MapProcessor
Assert key and value type of an SCO Map.
assertSCOElementType(Object, JDOField) - Method in class org.apache.jdo.impl.state.SCOProcessor.Processor
Assert element type of an SCO Collection or key and value types of an SCO Map.
assertSCOElementType(Object, JDOField) - Method in class org.apache.jdo.impl.state.SCOProcessor
Assert element type of an SCO Collection or key and value types of an SCO Map.
assertSCOElementType(Object, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Assert element type of an SCO Collection or key and value types of an SCO Map.
assertTransaction(boolean) - Method in class org.apache.jdo.impl.state.LifeCycleState
Asserts that current transaction is active.
assertType(Object, Class, String) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Verifies that the value to insert is of correct type.
assertValueType(Object, Class) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Verifies that the value to insert is of correct type.
attachCopy(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Import the specified object into the PersistenceManager.
attachCopy(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
attachCopyAll(Collection, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Import the specified objects into the PersistenceManager.
attachCopyAll(Object[], boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Import the specified objects into the PersistenceManager.
attachCopyAll(Collection, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
attachCopyAll(Object[], boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 

B

BMT_JDO - Static variable in class org.apache.jdo.impl.pm.TransactionImpl
 
BMT_UT - Static variable in class org.apache.jdo.impl.pm.TransactionImpl
 
BasicQueryResult - class org.apache.jdo.query.BasicQueryResult.
This class implements the basic query execution strategy.
BasicQueryResult(QueryResultHelper) - Constructor for class org.apache.jdo.query.BasicQueryResult
Creates new BasicQueryResult
BasicQueryResult.BasicQueryResultIterator - class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator.
The internal query result iterator supports all iterator methods plus close, allowing early release of resources.
BasicQueryResult.BasicQueryResultIterator(Iterator) - Constructor for class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
Construct a new query result iterator given the iterator over the results.
beforeCompletion() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Called in the managed environment only for transaction completion by TransactionSynchronization#beforeCompletion().
beforeCompletion() - Method in class org.apache.jdo.impl.pm.TransactionSynchronization
 
beforeCompletion() - Method in interface org.apache.jdo.store.Connector
Informs the Connector that the transaction has reached it's beforeCompletion phase.
beforeImage - Variable in class org.apache.jdo.impl.state.StateManagerImpl
beforeImage represents state of an instance before any change or as of the call to makePersistent/deletePersistent
begin() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Begin a transaction.
begin(Transaction) - Method in class org.apache.jdo.impl.pm.TransactionImpl
Begin a transaction in a managed environment.
begin(boolean) - Method in interface org.apache.jdo.store.Connector
Informs the Connector that a transaction is beginning.
beginInternal() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Status change and validation.
biFields - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
booleanValue - Variable in class org.apache.jdo.impl.state.SimpleFieldManager
 
booleanValue - Variable in class org.apache.jdo.impl.state.StateFieldManager
 
byteValue - Variable in class org.apache.jdo.impl.state.SimpleFieldManager
 
byteValue - Variable in class org.apache.jdo.impl.state.StateFieldManager
 

C

CMT - Static variable in class org.apache.jdo.impl.pm.TransactionImpl
 
CacheManagerImpl - class org.apache.jdo.impl.pm.CacheManagerImpl.
 
CacheManagerImpl(PersistenceManagerImpl) - Constructor for class org.apache.jdo.impl.pm.CacheManagerImpl
Constructs new instnstance of CacheManagerImpl
ChangeApplicationIdentityOption - Static variable in class org.apache.jdo.impl.state.StateManagerImpl
 
Connector - interface org.apache.jdo.store.Connector.
A Connector is the store-independent means of representing a connection.
changeState(int) - Method in class org.apache.jdo.impl.state.LifeCycleState
Changes Life Cycle State.
charValue - Variable in class org.apache.jdo.impl.state.SimpleFieldManager
 
charValue - Variable in class org.apache.jdo.impl.state.StateFieldManager
 
checkClass(String, ClassLoader, JDOModel, boolean) - Method in class org.apache.jdo.impl.model.jdo.xml.XMLExists
The method checks the class with the specified class name.
checkConsistency() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Validates the PersistenceManager cache with the datastore.
checkConsistency() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
checkPermission() - Static method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
This method checks that the caller is authorized for JDOPermission("getMetadata"), and if not, throws ModelFatalException wrapping the SecurityException.
clear() - Method in class org.apache.jdo.impl.sco.ArrayList
Removes all of the elements from this ArrayList.
clear() - Method in class org.apache.jdo.impl.sco.HashMap
Removes all of the elements from this map.
clear() - Method in class org.apache.jdo.impl.sco.HashSet
Removes all of the elements from this set.
clear() - Method in class org.apache.jdo.impl.sco.Hashtable
Removes all of the elements from this map.
clear() - Method in class org.apache.jdo.impl.sco.LinkedList
Removes all of the elements from this LinkedList.
clear() - Method in class org.apache.jdo.impl.sco.TreeMap
Removes all of the elements from this map.
clear() - Method in class org.apache.jdo.impl.sco.TreeSet
Removes all of the elements from this set.
clear() - Method in class org.apache.jdo.impl.sco.Vector
Removes all of the elements from this Vector.
clear() - Method in class org.apache.jdo.query.BasicQueryResult
This method throws UnsupportedOperationException because the collection is read-only.
clearFields() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Clear fields on commit or rollback called by LifeCycle on commit or rollback transition.
clearInternal() - Method in class org.apache.jdo.impl.sco.ArrayList
 
clearInternal() - Method in class org.apache.jdo.impl.sco.HashMap
 
clearInternal() - Method in class org.apache.jdo.impl.sco.HashSet
 
clearInternal() - Method in class org.apache.jdo.impl.sco.Hashtable
 
clearInternal() - Method in class org.apache.jdo.impl.sco.LinkedList
 
clearInternal() - Method in class org.apache.jdo.impl.sco.TreeMap
 
clearInternal() - Method in class org.apache.jdo.impl.sco.TreeSet
 
clearInternal() - Method in class org.apache.jdo.impl.sco.Vector
 
clearInternal() - Method in interface org.apache.jdo.sco.SCOCollection
Clears Collection without recording the event.
clearInternal() - Method in interface org.apache.jdo.sco.SCOMap
Clears Map without recording the event.
clearLoadedFields() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Clears the loaded field bits and marks only the key fields, if any, as loaded.
clone() - Method in class org.apache.jdo.impl.sco.ArrayList
Creates and returns a copy of this object.
clone() - Method in class org.apache.jdo.impl.sco.Date
Creates and returns a copy of this object.
clone() - Method in class org.apache.jdo.impl.sco.HashMap
Creates and returns a copy of this object.
clone() - Method in class org.apache.jdo.impl.sco.HashSet
Creates and returns a copy of this object.
clone() - Method in class org.apache.jdo.impl.sco.Hashtable
Creates and returns a copy of this object.
clone() - Method in class org.apache.jdo.impl.sco.LinkedList
Creates and returns a copy of this object.
clone() - Method in class org.apache.jdo.impl.sco.SqlDate
Creates and returns a copy of this object.
clone() - Method in class org.apache.jdo.impl.sco.SqlTime
Creates and returns a copy of this object.
clone() - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Creates and returns a copy of this object.
clone() - Method in class org.apache.jdo.impl.sco.TreeMap
Creates and returns a copy of this object.
clone() - Method in class org.apache.jdo.impl.sco.TreeSet
Creates and returns a copy of this object.
clone() - Method in class org.apache.jdo.impl.sco.Vector
Creates and returns a copy of this object.
clone() - Method in interface org.apache.jdo.sco.SCO
Make a copy of this object.
close() - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
close the CacheManagerImpl
close() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Close this PersistenceManagerFactory.
close(Iterator) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent
 
close() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Close this persistence manager
close() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
close() - Method in class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
Close this iterator and release any resources held.
close() - Method in class org.apache.jdo.query.BasicQueryResult
This method closes the result set, closes all open iterators, and releases all resources that might be held by the result.
close() - Method in interface org.apache.jdo.query.QueryResult
Close this query result and invalidate all iterators that have been opened on it.
close() - Method in interface org.apache.jdo.query.QueryResultIterator
Close this iterator and release any resources held.
closeAll() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent
 
closeLock - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
The closeLock protects the close flag and pmSet.
closeOpenPersistenceManagers() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Close all open PersistenceManagers.
closed - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
These are used for implementing close().
closed - Variable in class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
The flag indicating whether the query result is closed.
closed - Variable in class org.apache.jdo.query.BasicQueryResult
The flag indicating whether the query result is closed.
cls - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent
 
commit() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Commit the transaction represented by this Transaction object
commit() - Method in interface org.apache.jdo.store.Connector
Requests that the Connector make all changes made since the previous commit/rollback permanent and releases any database locks held by the Connector.
commitComplete() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Lower-level commit method - phase 3.
commitConnector() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Commit a connector does flush if necessary, commit and close
commitPrepare() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Lower-level prepare-commit method - phase 2.
comparator() - Method in class org.apache.jdo.impl.sco.TreeMap
 
comparator() - Method in class org.apache.jdo.impl.sco.TreeSet
 
compare(Object, Object) - Method in class org.apache.jdo.impl.sco.Freezer.AbsoluteOrdering
Implement an absolute ordering comparison for persistence capable, wrapper, and mutable sco types.
configurable - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
connectionFactory - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
connectionFactory2 - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
connectionFactory2Name - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
connectionFactoryName - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
connector - Variable in class org.apache.jdo.impl.pm.TransactionImpl
Connector associated with this transaction
contains(Object) - Method in class org.apache.jdo.impl.sco.HashSet
 
contains(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
 
contains(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
These methods need to thaw the map before performing the operation.
contains(Object) - Method in class org.apache.jdo.query.BasicQueryResult
This method delegates to the result collection method.
containsAll(Collection) - Method in class org.apache.jdo.impl.sco.HashSet
 
containsAll(Collection) - Method in class org.apache.jdo.impl.sco.TreeSet
 
containsAll(Collection) - Method in class org.apache.jdo.query.BasicQueryResult
This method delegates to the result collection method.
containsKey(Object) - Method in class org.apache.jdo.impl.sco.HashMap
These methods need to thaw the map before performing the operation.
containsKey(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
These methods need to thaw the map before performing the operation.
containsKey(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
These methods need to thaw the map before performing the operation.
containsValue(Object) - Method in class org.apache.jdo.impl.sco.HashMap
 
containsValue(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
 
containsValue(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
 
convertClassName(String) - Static method in class org.apache.jdo.impl.sco.Freezer
Convert the class name to make non sco types compare to their corresponding sco types.
convertedClassNames - Static variable in class org.apache.jdo.impl.sco.Freezer
Holds a mapping of java.util and java.sql type names to the names of their corresponding SCO types.
copyKeyFieldsFromObjectId(StateManagerInternal, Class) - Method in interface org.apache.jdo.store.StoreManager
This method copies PK field values from internal Object Id into the Hollow instance.
createAbsoluteOrderMap() - Static method in class org.apache.jdo.impl.sco.Freezer
Create a map whose elements are ordered according to an absolute ordering.
createAllBeforeImage() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Create beforeImage for all fields - called by transition from TRANSIENT to P_NEW
createBeforeImage() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Create a new beforeImage in an active optimistic transaction or an active datastore transaction with restoreValues flag set to true or for a transient-transactional instance.
createFrozenIterator(Object[]) - Static method in class org.apache.jdo.impl.sco.Freezer
Create an iterator over frozen elements or entries.
createJDOClass(Class) - Method in class org.apache.jdo.impl.model.java.runtime.RegisterClassListener
Internal method to update the corresponding JDOClass instance with the runtime meta data.
createJavaField(String, JavaType) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaType
RegisterClassListener calls this method to create a ReflectionJavaField instance when processing the enhancer generated metadata.
createNewSM(Object, Object, Class) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Creates new StateManager instance associated with this instance of ObjectId.
createObjectId(StateManagerInternal, PersistenceManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
Creates a new Object Id for the given StateManagerInternal.
createPersistenceManager(String, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Creates a new instance of PersistenceManager from this factory.
current - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Current PersistenceManagerWrapper as PersistenceManagerInternal
currentTransaction() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Returns transaction associated with this persistence manager
currentTransaction() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 

D

Date - class org.apache.jdo.impl.sco.Date.
A mutable 2nd class object that represents java.util.Date.
Date() - Constructor for class org.apache.jdo.impl.sco.Date
Creates a Date object that represents the time at which it was allocated.
Date(long) - Constructor for class org.apache.jdo.impl.sco.Date
Creates a Date object that represents the given time in milliseconds.
debug(String) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Tracing method
debug(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Tracing method
debug(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Tracing method
debug(String, String) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Tracing method for other SCO implementations.
debug(String) - Method in class org.apache.jdo.impl.state.ReachabilityHandler
Tracing method
debug(String) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Tracing method
debugging() - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Verifies if debugging is enabled.
debugging() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Verifies if debugging is enabled.
debugging() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Verifies if debugging is enabled.
debugging() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Verifies if debugging is enabled.
debugging() - Method in class org.apache.jdo.impl.state.ReachabilityHandler
Verifies if debugging is enabled.
debugging() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Verifies if debugging is enabled.
debugging() - Method in class org.apache.jdo.store.StoreManagerImpl
 
decrypt(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Provides a decrypted version of the given (encrypted) string.
delete(BitSet, BitSet, StateManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
Causes the object managed by the given state manager to be deleted in the database.
deletePersistent(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Delete the persistent instance from the data store.
deletePersistent(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
deletePersistent() - Method in class org.apache.jdo.impl.state.StateManagerImpl
delete persistencecapable
deletePersistent() - Method in interface org.apache.jdo.state.StateManagerInternal
Transitions lifecycle state in to PERSISTENT_DELETED
deletePersistentAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Delete an array of instances from the data store.
deletePersistentAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Delete a Collection of instances from the data store.
deletePersistentAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
deletePersistentAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
deletePersistentAllInternal(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process deletePersistentAll call.
deletePersistentInternal(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process deletePersistent call.
delistBeforeCompletion(Object) - Method in interface org.apache.jdo.ejb.EJBHelper
Called at the end of the Transaction.beforeCompletion() to de-register the component with the app server if necessary.
delistBeforeCompletion(Object) - Static method in class org.apache.jdo.ejb.EJBImplHelper
Called a non-managed environment at the end of the Transaction.beforeCompletion() to de-register the component with the app server if necessary.
dependency - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
deregister(Object) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Remove persistent instance from all caches
deregister(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
deregister() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Removes this StateManager from all the caches
deregister(Object) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Removes the object from the cache.
deregisterJTA() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Disassociate this PersistenceManager with the current JTA transaction.
deregisterPersistenceManager(PersistenceManagerImpl, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Deregisters PersistenceManager that is not associated with a JTA transaction any more.
deregisterTransient(Object) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Remove transient instance from the transient cache
deregisterTransient(StateManagerInternal) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
deregisterTransient(StateManagerInternal) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Removes transient object from the transient cache.
detachAllOnCommit - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
detachCopy(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Detach the specified object from the PersistenceManager.
detachCopy(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
detachCopyAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Detach the specified objects from the PersistenceManager.
detachCopyAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Detach the specified objects from the PersistenceManager.
detachCopyAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
detachCopyAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
detachedState - Variable in class org.apache.jdo.impl.state.StateManagerImpl
Detached state of Detachable instance.
dirtyFields - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
disconnect() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Disconnect StateManager and PC.
disconnectClone(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Desconnects clone instance.
doReadObject(ObjectInputStream) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Read this object from a stream.
doWriteObject(ObjectOutputStream) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Write this object to a stream.
doubleValue - Variable in class org.apache.jdo.impl.state.SimpleFieldManager
 
doubleValue - Variable in class org.apache.jdo.impl.state.StateFieldManager
 
driverName - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 

E

EJBHelper - interface org.apache.jdo.ejb.EJBHelper.
Provide a Forte for Java implementation with information about the distributed transaction environment.
EJBImplHelper - class org.apache.jdo.ejb.EJBImplHelper.
Provides helper methods for a Forte for Java implementation with the application server specific information in the distributed transaction environment.
EJBImplHelper() - Constructor for class org.apache.jdo.ejb.EJBImplHelper
 
EXC_ElementClassCastException - Static variable in class org.apache.jdo.impl.sco.SCOHelper
 
EXC_ElementNullsNotAllowed - Static variable in class org.apache.jdo.impl.sco.SCOHelper
Message keys for assertions performed.
EXC_KeyClassCastException - Static variable in class org.apache.jdo.impl.sco.SCOHelper
 
EXC_KeyNullsNotAllowed - Static variable in class org.apache.jdo.impl.sco.SCOHelper
 
EXC_ValueClassCastException - Static variable in class org.apache.jdo.impl.sco.SCOHelper
 
EXC_ValueNullsNotAllowed - Static variable in class org.apache.jdo.impl.sco.SCOHelper
 
eitherIterator() - Method in class org.apache.jdo.impl.sco.ArrayList
Get an iterator regardless of whether the collection is frozen.
eitherIterator() - Method in class org.apache.jdo.impl.sco.HashMap
Get an iterator regardless of whether the map is frozen.
eitherIterator() - Method in class org.apache.jdo.impl.sco.HashSet
Create an iterator regardless whether the collection is frozen.
eitherIterator() - Method in class org.apache.jdo.impl.sco.Hashtable
Get an iterator regardless of whether the map is frozen.
eitherIterator() - Method in class org.apache.jdo.impl.sco.LinkedList
Get an iterator regardless of whether the collection is frozen.
eitherIterator() - Method in class org.apache.jdo.impl.sco.TreeMap
Get an iterator regardless of whether the map is frozen.
eitherIterator() - Method in class org.apache.jdo.impl.sco.TreeSet
Create an iterator regardless whether the collection is frozen.
eitherIterator() - Method in class org.apache.jdo.impl.sco.Vector
Get an iterator regardless of whether the collection is frozen.
eitherIterator() - Method in interface org.apache.jdo.sco.SCOCollection
Get an iterator regardless of whether the map is frozen.
eitherIterator() - Method in interface org.apache.jdo.sco.SCOMap
Get an iterator regardless of whether the map is frozen.
elementType - Variable in class org.apache.jdo.impl.sco.ArrayList
 
elementType - Variable in class org.apache.jdo.impl.sco.HashSet
 
elementType - Variable in class org.apache.jdo.impl.sco.LinkedList
 
elementType - Variable in class org.apache.jdo.impl.sco.TreeSet
 
elementType - Variable in class org.apache.jdo.impl.sco.Vector
 
elements() - Method in class org.apache.jdo.impl.sco.Hashtable
 
encrypt(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Provides an encrypted version of the given string.
enlistBeforeCompletion(Object) - Method in interface org.apache.jdo.ejb.EJBHelper
Called at the beginning of the Transaction.beforeCompletion() to register the component with the app server if necessary.
enlistBeforeCompletion(Object) - Static method in class org.apache.jdo.ejb.EJBImplHelper
Called at the beginning of the Transaction.beforeCompletion() to register the component with the app server if necessary.
entrySet() - Method in class org.apache.jdo.impl.sco.HashMap
 
entrySet() - Method in class org.apache.jdo.impl.sco.Hashtable
 
entrySet() - Method in class org.apache.jdo.impl.sco.TreeMap
 
equals(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
equals(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jdo.impl.sco.HashMap
 
equals(Object) - Method in class org.apache.jdo.impl.sco.HashSet
 
equals(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
 
equals(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
 
equals(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
 
equals(Object) - Method in class org.apache.jdo.query.BasicQueryResult
This method delegates to the result collection method.
evict(PersistenceCapable) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Make persistent instance hollow in this PersistenceManager.
evict(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Mark an instance as no longer needed in the cache.
evict(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
evictAll() - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Make all non-dirty persistent instances in the cache hollow in this PersistenceManager.
evictAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Mark an array of instances as no longer needed in the cache.
evictAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Mark a Collection of instances as no longer needed in the cache.
evictAll() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Mark all persistent-nontransactional instances as no longer needed in the cache.
evictAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
evictAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
evictAll() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
evictAllInternal(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process evictAll call.
evictInstance() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transition to Hollow
evictInstance() - Method in interface org.apache.jdo.state.StateManagerInternal
Transitions lifecycle state to HOLLOW
evictInternal(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process evict call.
expectedProvider - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 

F

FLUSHED_COMPLETE - Static variable in interface org.apache.jdo.state.StateManagerInternal
 
FLUSHED_NONE - Static variable in interface org.apache.jdo.state.StateManagerInternal
 
FLUSHED_PARTIAL - Static variable in interface org.apache.jdo.state.StateManagerInternal
Return values for flush operations
FieldManager - interface org.apache.jdo.state.FieldManager.
This is the means by which a StateManager implementation's giveXXXField() method (where XXX is e.g.
Freezer - class org.apache.jdo.impl.sco.Freezer.
Freezer is a helper class with static methods to assist transcribing non-ordered collection and map classes.
Freezer() - Constructor for class org.apache.jdo.impl.sco.Freezer
This class currently is not used as a class but only as a helper.
Freezer.AbsoluteOrdering - class org.apache.jdo.impl.sco.Freezer.AbsoluteOrdering.
This class is the Comparator to impose an absolute ordering on instances of PersistenceCapable, wrapper, and mutable sco types.
Freezer.AbsoluteOrdering() - Constructor for class org.apache.jdo.impl.sco.Freezer.AbsoluteOrdering
 
Freezer.FrozenIterator - class org.apache.jdo.impl.sco.Freezer.FrozenIterator.
This class iterates over an array.
Freezer.FrozenIterator(Object[]) - Constructor for class org.apache.jdo.impl.sco.Freezer.FrozenIterator
 
fetch(StoreManager) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Fetches instance from the data store
fetch(StoreManager, int[]) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Fetches specific fields in the instance from the data store
fetch(StateManagerInternal, int[]) - Method in interface org.apache.jdo.store.StoreManager
Causes values for fields required by the state manager's object to be retrieved from the store and supplied to the state manager.
fetchBooleanField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
 
fetchBooleanField(int) - Method in class org.apache.jdo.impl.state.StateFieldManager
 
fetchBooleanField(int) - Method in interface org.apache.jdo.state.FieldManager
 
fetchByteField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
 
fetchByteField(int) - Method in class org.apache.jdo.impl.state.StateFieldManager
 
fetchByteField(int) - Method in interface org.apache.jdo.state.FieldManager
 
fetchCharField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
 
fetchCharField(int) - Method in class org.apache.jdo.impl.state.StateFieldManager
 
fetchCharField(int) - Method in interface org.apache.jdo.state.FieldManager
 
fetchDoubleField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
 
fetchDoubleField(int) - Method in class org.apache.jdo.impl.state.StateFieldManager
 
fetchDoubleField(int) - Method in interface org.apache.jdo.state.FieldManager
 
fetchFloatField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
 
fetchFloatField(int) - Method in class org.apache.jdo.impl.state.StateFieldManager
 
fetchFloatField(int) - Method in interface org.apache.jdo.state.FieldManager
 
fetchIntField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
 
fetchIntField(int) - Method in class org.apache.jdo.impl.state.StateFieldManager
 
fetchIntField(int) - Method in interface org.apache.jdo.state.FieldManager
 
fetchLongField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
 
fetchLongField(int) - Method in class org.apache.jdo.impl.state.StateFieldManager
 
fetchLongField(int) - Method in interface org.apache.jdo.state.FieldManager
 
fetchObjectField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
 
fetchObjectField(int) - Method in class org.apache.jdo.impl.state.StateFieldManager
 
fetchObjectField(int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Returns current value from the Object type field.
fetchObjectField(int) - Method in interface org.apache.jdo.state.FieldManager
 
fetchShortField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
 
fetchShortField(int) - Method in class org.apache.jdo.impl.state.StateFieldManager
 
fetchShortField(int) - Method in interface org.apache.jdo.state.FieldManager
 
fetchStringField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
 
fetchStringField(int) - Method in class org.apache.jdo.impl.state.StateFieldManager
 
fetchStringField(int) - Method in interface org.apache.jdo.state.FieldManager
 
fieldArr - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
fieldManager - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.ArrayList
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.Date
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.HashMap
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.HashSet
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.Hashtable
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.LinkedList
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.SqlDate
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.SqlTime
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.SqlTimestamp
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.TreeMap
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.TreeSet
 
fieldNumber - Variable in class org.apache.jdo.impl.sco.Vector
 
filterProperties(Properties, Properties, Map) - Static method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Given an input Properties instance, add to the output Properties instance only the non-default entries of the input Properties, based on the Accessor map provided.
findStateManager(PersistenceCapable) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
A helper method to find the StateManager associated with this PC instance
findStateManager(PersistenceCapable) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Finds a StateManagerInternal for the given PersistenceCapable object.
finish() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Finish this transaction
first() - Method in class org.apache.jdo.impl.sco.TreeSet
 
firstKey() - Method in class org.apache.jdo.impl.sco.TreeMap
 
floatValue - Variable in class org.apache.jdo.impl.state.SimpleFieldManager
 
floatValue - Variable in class org.apache.jdo.impl.state.StateFieldManager
 
flush() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Flushes all dirty, new, and deleted instances to the data store.
flush() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNew
 
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNewFlushed
This is a reverse operation if reached.
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNewFlushedDirty
 
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentPending
This is a no-op operation if reached.
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.LifeCycleState
Performs state specific flush operation and transitions LifeCycleState depending on the result.
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentCleanTransactional
 
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentDeleted
 
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentDirty
 
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentDirtyFlushed
It is a no-op.
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNew
 
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNewFlushed
This is a no-op.
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNewFlushedDeleted
 
flush(BitSet, BitSet, StoreManager, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNewFlushedDirty
 
flush(StoreManager) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
flush() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Called by Query or Extent to flush updates to the database in a datastore transaction.
flush(StoreManager) - Method in interface org.apache.jdo.state.StateManagerInternal
Causes the state manager to send itself to the store manager for insert, update, and so on as per its own state.
flush() - Method in interface org.apache.jdo.store.Connector
Requests that the Connector send all pending database operations to the store.
flush(Iterator, PersistenceManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
Flushes all elements in the given iterator.
flush(Iterator, PersistenceManagerInternal) - Method in class org.apache.jdo.store.StoreManagerImpl
Flushes all StateManagerInternals in the given Iterator.
flushConnector() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Close a connector does flush of the changes and close
flushInstances() - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Called by Transaction#commit(), Transaction#beforeCompletion(), or Transaction#internalFlush().
flushInstances() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Called by Transaction commit() Loops through transactional cache and calls PersistentStore.updatePersistent() on each instance
flushInstances(boolean) - Method in class org.apache.jdo.impl.pm.TransactionImpl
Flush dirty persistent instances to the datastore.
flushedImage - Variable in class org.apache.jdo.impl.state.StateManagerImpl
flushedImage represents state of an instance as of the last flush to the datastore.
forceClose() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Close this persistence manager even if there are open wrappers or an uncomplete transaction.
forceRollback() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Force rollback.
freeze(Collection, int) - Static method in class org.apache.jdo.impl.sco.Freezer
Provide a frozen array of elements from a Set.
freeze(Map, int) - Static method in class org.apache.jdo.impl.sco.Freezer
Provide a frozen array of elements from the entrySet of a Map.
frozen - Variable in class org.apache.jdo.impl.sco.Freezer.FrozenIterator
The array over which to iterate.
frozenElements - Variable in class org.apache.jdo.impl.sco.HashSet
 
frozenElements - Variable in class org.apache.jdo.impl.sco.TreeSet
 
frozenEntries - Variable in class org.apache.jdo.impl.sco.HashMap
 
frozenEntries - Variable in class org.apache.jdo.impl.sco.Hashtable
 
frozenEntries - Variable in class org.apache.jdo.impl.sco.TreeMap
 
frozenIterator() - Method in class org.apache.jdo.impl.sco.ArrayList
Get an iterator over the frozen elements of this collection.
frozenIterator(Map, int) - Static method in class org.apache.jdo.impl.sco.Freezer
Provide a frozen iterator of elements from the entrySet of a Map.
frozenIterator() - Method in class org.apache.jdo.impl.sco.HashMap
Get an iterator over the frozen elements of this map.
frozenIterator() - Method in class org.apache.jdo.impl.sco.HashSet
Create a new iterator over the frozen elements without thawing.
frozenIterator() - Method in class org.apache.jdo.impl.sco.Hashtable
Get an iterator over the frozen elements of this map.
frozenIterator() - Method in class org.apache.jdo.impl.sco.LinkedList
Get an iterator over the frozen elements of this collection.
frozenIterator() - Method in class org.apache.jdo.impl.sco.TreeMap
Get an iterator over the frozen elements of this map.
frozenIterator() - Method in class org.apache.jdo.impl.sco.TreeSet
Create a new iterator over the frozen elements without thawing.
frozenIterator() - Method in class org.apache.jdo.impl.sco.Vector
Get an iterator over the frozen elements of this collection.
frozenIterator() - Method in interface org.apache.jdo.sco.SCOCollection
Get an iterator over the frozen elements of this collection.
frozenIterator() - Method in interface org.apache.jdo.sco.SCOMap
Get an iterator over the frozen elements of this map.

G

get(PersistenceManagerFactoryImpl) - Method in interface org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl.PMFAccessor
Returns a value from a PMF, turned into a String.
get(Object) - Method in class org.apache.jdo.impl.sco.HashMap
 
get(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
 
get(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
 
getActivePersistenceManagers() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get all active PersistenceManagers.
getAdded() - Method in class org.apache.jdo.impl.sco.ArrayList
 
getAdded() - Method in class org.apache.jdo.impl.sco.HashSet
 
getAdded() - Method in class org.apache.jdo.impl.sco.LinkedList
 
getAdded() - Method in class org.apache.jdo.impl.sco.TreeSet
 
getAdded() - Method in class org.apache.jdo.impl.sco.Vector
 
getAdded() - Method in interface org.apache.jdo.sco.SCOCollection
Returns the Collection of added elements
getAddedKeys() - Method in class org.apache.jdo.impl.sco.HashMap
 
getAddedKeys() - Method in class org.apache.jdo.impl.sco.Hashtable
 
getAddedKeys() - Method in class org.apache.jdo.impl.sco.TreeMap
 
getAddedKeys() - Method in interface org.apache.jdo.sco.SCOMap
Returns the Collection of added keys
getAddedValues() - Method in class org.apache.jdo.impl.sco.HashMap
 
getAddedValues() - Method in class org.apache.jdo.impl.sco.Hashtable
 
getAddedValues() - Method in class org.apache.jdo.impl.sco.TreeMap
 
getAddedValues() - Method in interface org.apache.jdo.sco.SCOMap
Returns the Collection of added values
getAsProperties() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Returns a Properties representation of this PMF.
getAsPropertiesInternal() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Does not do assertConfigurable validation
getBoolean(boolean) - Method in class org.apache.jdo.impl.state.ReachabilityHandler
Translates boolean value into Boolean.
getBooleanField(PersistenceCapable, int, boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getByteField(PersistenceCapable, int, byte) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getCFFromProperties(Properties) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Create a ConnectionFactory for this PMF.
getCandidateClass() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent
 
getCandidates() - Method in interface org.apache.jdo.query.QueryResultHelper
Return the candidate Collection or Extent specified by the user.
getCharField(PersistenceCapable, int, char) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getConnectionDriverName() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the driver name for the data store connection.
getConnectionFactory() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the data store connection factory.
getConnectionFactory2() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Return the non-transactional connection factory for optimistic transactions.
getConnectionFactory2Name() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the name of the connection factory for non-transactional connections.
getConnectionFactoryName() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the name for the data store connection factory.
getConnectionPassword() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the password for the data store connection.
getConnectionURL() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the URL for the data store connection.
getConnectionUserName() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the user name for the data store connection.
getConnector() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Get a connector
getConnector() - Method in interface org.apache.jdo.store.StoreManager
Returns a Connector suitable for committing or rolling back operations on this store.
getConnector(String, String) - Method in interface org.apache.jdo.store.StoreManager
Returns a Connector suitable for committing or rolling back operations on this store for a specific userid.
getContextClassLoaderPrivileged() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Calls getContextClassLoader for the current Thread in a doPrivileged block.
getCurrentWrapper() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Returns current wrapper
getCurrentWrapper() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Returns current instance of PersistenceManager wrapper
getDataStoreCache() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Return the DataStoreCache that this factory uses for controlling a second-level cache.
getDataStoreConnection() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
If this method is called while a datastore transaction is active, the object returned will be enlisted in the current transaction.
getDataStoreConnection() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getDefault() - Method in interface org.apache.jdo.pm.Accessor
Return a default value in a Factory (either a PersistenceManagerFactory or a ConnectionFactory.
getDependency() - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getDependency() - Method in interface org.apache.jdo.state.StateManagerInternal
Returns dependency object that contains dependency information specific to this instance of the StateManager
getDetachAllOnCommit() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default DetachAllOnCommit setting for all PersistenceManager instances obtained from this factory.
getDetachAllOnCommit() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Get the value of the detachAllOnCommit flag.
getDetachAllOnCommit() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getDoubleField(PersistenceCapable, int, double) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getElementType() - Method in class org.apache.jdo.impl.sco.ArrayList
 
getElementType() - Method in class org.apache.jdo.impl.sco.HashSet
 
getElementType() - Method in class org.apache.jdo.impl.sco.LinkedList
 
getElementType() - Method in class org.apache.jdo.impl.sco.TreeSet
 
getElementType() - Method in class org.apache.jdo.impl.sco.Vector
 
getElementType() - Method in interface org.apache.jdo.sco.SCOCollection
Returns the element type assignment compatible with all added elements of this collection.
getExtent(Class, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
The PersistenceManager may manage a collection of instances in the data store based on the class of the instances.
getExtent(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Equivalent to getExtent (persistenceCapableClass, true).
getExtent(Class, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getExtent(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getExtent(Class, boolean, PersistenceManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
Provides the means to get all instances of a particular class, or of that class and its subclasses.
getExternalObjectId(PersistenceCapable, boolean) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
The ObjectId returned by this method represents the JDO identity of the instance.
getExternalObjectId(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Returns external representation of the current or transactional objectId depending on the parameter
getExternalObjectId() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Returns external representation of the object id that can be used by the client
getExternalObjectId() - Method in interface org.apache.jdo.state.StateManagerInternal
Returns external representation of the object id associated with this statemanager.
getExternalObjectId(Object, PersistenceCapable) - Method in interface org.apache.jdo.store.StoreManager
Returns an Object Id that can be given to user/client code and which is a copy or external representation of the given objectId.
getFetchPlan() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent
 
getFetchPlan() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Returns the FetchPlan used by this PersistenceManager.
getFetchPlan() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getFieldName() - Method in class org.apache.jdo.impl.sco.ArrayList
 
getFieldName() - Method in class org.apache.jdo.impl.sco.Date
 
getFieldName() - Method in class org.apache.jdo.impl.sco.HashMap
 
getFieldName() - Method in class org.apache.jdo.impl.sco.HashSet
 
getFieldName() - Method in class org.apache.jdo.impl.sco.Hashtable
 
getFieldName() - Method in class org.apache.jdo.impl.sco.LinkedList
 
getFieldName(StateManagerInternal, int) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Returns the field name
getFieldName() - Method in class org.apache.jdo.impl.sco.SqlDate
 
getFieldName() - Method in class org.apache.jdo.impl.sco.SqlTime
 
getFieldName() - Method in class org.apache.jdo.impl.sco.SqlTimestamp
 
getFieldName() - Method in class org.apache.jdo.impl.sco.TreeMap
 
getFieldName() - Method in class org.apache.jdo.impl.sco.TreeSet
 
getFieldName() - Method in class org.apache.jdo.impl.sco.Vector
 
getFieldName(int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getFieldName() - Method in interface org.apache.jdo.sco.SCO
Returns the field name
getFieldName(int) - Method in interface org.apache.jdo.state.StateManagerInternal
Returns field name for the field number.
getFieldNums(BitSet) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Helper method to convert set bits in a BitSet to field numbers.
getFields(int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Helper method to define the list of fields to be loaded together with this field
getFloatField(PersistenceCapable, int, float) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getFromPool(String, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Finds PersistenceManager for this combination of userid and password in the free pool, or creates new one if not found.
getFrozen() - Method in class org.apache.jdo.impl.sco.HashMap
Returns the frozen contents of this Map as a Map.Entry[].
getFrozen() - Method in class org.apache.jdo.impl.sco.HashSet
Returns the frozen contents of this Collection, if this Collection is implicitly user-orderable.
getFrozen() - Method in class org.apache.jdo.impl.sco.Hashtable
Returns the frozen contents of this Map as a Map.Entry[].
getFrozen() - Method in class org.apache.jdo.impl.sco.TreeMap
Returns the frozen contents of this Map as a Map.Entry[].
getFrozen() - Method in class org.apache.jdo.impl.sco.TreeSet
Returns the frozen contents of this Collection, if this Collection is implicitly user-orderable.
getIgnoreCache() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
getIgnoreCache() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Get the value of the ignoreCache flag.
getIgnoreCache() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getInitialSize(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Helper method to calculate initialSize of the Collection or Map if null is specifield for the new tracked instance.
getInsertedInstances() - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Returns a Collection of instances that has been made persistent or become persistent through persistence-by-reachability algorithm in this transaction.
getInsertedInstances() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Returns a Collection of instances that has been made persistent or become persistent through persistence-by-reachability algorithm in this transaction.
getInsertedInstances() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Returns a Collection of instances that has been made persistent or become persistent through persistence-by-reachability algorithm in this transaction.
getInstance() - Static method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
Returns the singleton instance of RuntimeJavaModelFactory.
getInstance() - Static method in class org.apache.jdo.impl.state.ReachabilityHandler
Get the ReachabilityHandler singleton instance.
getInstance() - Static method in class org.apache.jdo.impl.state.SCOProcessor
Get the SCOProcessor singleton instance.
getIntField(PersistenceCapable, int, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getInternalObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Gets the internal object id for this instance.
getInternalObjectId() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Return the object representing the JDO identity of the associated instance
getInternalObjectId(Object) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Provides an object id for the given PersistenceCapable.
getInternalObjectId() - Method in interface org.apache.jdo.state.StateManagerInternal
Returns internal representation of the object id associated with this statemanager.
getInternalObjectId(Object, PersistenceManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
Returns an Object Id that can be used by the runtime code and which is a an internal representation of the given objectId.
getJavaType(String) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModel
The method returns the JavaType instance for the specified type name.
getJavaType(Class) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModel
The method returns the JavaType instance for the type name of the specified class object.
getKeyType() - Method in class org.apache.jdo.impl.sco.HashMap
 
getKeyType() - Method in class org.apache.jdo.impl.sco.Hashtable
 
getKeyType() - Method in class org.apache.jdo.impl.sco.TreeMap
 
getKeyType() - Method in interface org.apache.jdo.sco.SCOMap
Returns the type of the key assignment compatible with all keys of this map.
getLifeCycleState(int) - Static method in class org.apache.jdo.impl.state.LifeCycleState
Returns the LifeCycleState for the state constant.
getLocalAccessors() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get JDO implementation-specific properties (not specified by JDO specification).
getLongField(PersistenceCapable, int, long) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getMapping() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the Mapping setting for this factory.
getMaxPool() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default MaxPool setting for all PersistenceManager instances obtained from this factory.
getMinPool() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default MinPool setting for all PersistenceManager instances obtained from this factory.
getMsWait() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default MsWait setting for all PersistenceManager instances obtained from this factory.
getMultithreaded() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
getMultithreaded() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Get the current Multithreaded flag for this PersistenceManager.
getMultithreaded() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getNonDefault(PersistenceManagerFactoryImpl) - Method in interface org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl.PMFAccessor
Returns a value from a PMF, turned into a String, only if the current value is not the default.
getNontransactionalRead() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
getNontransactionalRead() - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
getNontransactionalWrite() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
getNontransactionalWrite() - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
getObject() - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getObject() - Method in interface org.apache.jdo.state.StateManagerInternal
Provides the object managed by this state manager.
getObjectById(Object, boolean) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
This method locates a persistent instance in the cache of instances managed by this PersistenceManager.
getObjectById(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
This method locates a persistent instance in the cache of instances managed by this PersistenceManager.
getObjectById(Class, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Looks up the instance of the given type with the given key.
getObjectById(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Looks up the instance corresponding to the specified oid.
getObjectById(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getObjectById(Class, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getObjectById(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getObjectField(PersistenceCapable, int, Object) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
The ObjectId returned by this method represents the JDO identity of the instance.
getObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getObjectId(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Return the object representing the JDO identity of the calling instance.
getObjectIdClass(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Return the Class that implements the JDO Identity for the specified PersistenceCapable Class.
getObjectIdClass(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getObjectIdClass(Class) - Method in interface org.apache.jdo.pm.PersistenceManagerFactoryInternal
In order for the application to construct instance of the ObjectId class it needs to know the class being used by the JDO implementation.
getObjectsById(Collection, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Return the objects with the given oids.
getObjectsById(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Return the objects with the given oids.
getObjectsById(Object[], boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Return the objects with the given oids.
getObjectsById(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Return the objects with the given oids.
getObjectsById(Collection, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getObjectsById(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getObjectsById(Object[], boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getObjectsById(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getOptimistic() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default Optimistic setting for all PersistenceManager instances obtained from this factory.
getOptimistic() - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
getOptionArray() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Returns an array of Strings indicating which options are supported by this PersistenceManagerFactory.
getOwner() - Method in class org.apache.jdo.impl.sco.ArrayList
 
getOwner() - Method in class org.apache.jdo.impl.sco.Date
 
getOwner() - Method in class org.apache.jdo.impl.sco.HashMap
 
getOwner() - Method in class org.apache.jdo.impl.sco.HashSet
 
getOwner() - Method in class org.apache.jdo.impl.sco.Hashtable
 
getOwner() - Method in class org.apache.jdo.impl.sco.LinkedList
 
getOwner(StateManagerInternal) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Returns the owner object of the SCO instance
getOwner() - Method in class org.apache.jdo.impl.sco.SqlDate
 
getOwner() - Method in class org.apache.jdo.impl.sco.SqlTime
 
getOwner() - Method in class org.apache.jdo.impl.sco.SqlTimestamp
 
getOwner() - Method in class org.apache.jdo.impl.sco.TreeMap
 
getOwner() - Method in class org.apache.jdo.impl.sco.TreeSet
 
getOwner() - Method in class org.apache.jdo.impl.sco.Vector
 
getOwner() - Method in interface org.apache.jdo.sco.SCO
Returns the owner object of the SCO instance
getPCClass() - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getPCClass() - Method in interface org.apache.jdo.state.StateManagerInternal
Returns PC Class known to this StateManager.
getPCClassForOid(Object, PersistenceManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
Returns the Class of the PersistenceCapable instance identified by the given oid.
getPersistenceManager() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get an instance of PersistenceManager from this factory.
getPersistenceManager(String, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get an instance of PersistenceManager from this factory.
getPersistenceManager() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent
 
getPersistenceManager() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
Returns PersistenceManagerInternal associated with this wrapper.
getPersistenceManager() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Returns PersistenceManager associated with this transaction
getPersistenceManager() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Return the PersistenceManager that owns this instance.
getPersistenceManager(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Return the PersistenceManager that owns this instance as PersistenceManager wrapper.
getPersistenceManager() - Method in interface org.apache.jdo.state.StateManagerInternal
Returns PersistenceManager associated with this StateManager instance
getPersistenceManagerFactory() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
This method returns the PersistenceManagerFactory used to create this PersistenceManager.
getPersistenceManagerFactory() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getPersistenceManagerInternal(String, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Returns PersistenceManager instance with default options.
getProperties() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Return "static" properties of this PersistenceManagerFactory.
getProperties() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
The JDO vendor might store certain non-operational properties and make those properties available to applications (for troubleshooting).
getProps(Properties, HashMap) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
For each PMFAccessor in the given HashMap, gets the corresponding value from the Properties and sets that value in the PMF.
getQueryTimeout() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default QueryTimeout setting for all PersistenceManager instances obtained from this factory.
getRemoved() - Method in class org.apache.jdo.impl.sco.ArrayList
 
getRemoved() - Method in class org.apache.jdo.impl.sco.HashSet
 
getRemoved() - Method in class org.apache.jdo.impl.sco.LinkedList
 
getRemoved() - Method in class org.apache.jdo.impl.sco.TreeSet
 
getRemoved() - Method in class org.apache.jdo.impl.sco.Vector
 
getRemoved() - Method in interface org.apache.jdo.sco.SCOCollection
Returns the Collection of removed elements
getRemovedKeys() - Method in class org.apache.jdo.impl.sco.HashMap
 
getRemovedKeys() - Method in class org.apache.jdo.impl.sco.Hashtable
 
getRemovedKeys() - Method in class org.apache.jdo.impl.sco.TreeMap
 
getRemovedKeys() - Method in interface org.apache.jdo.sco.SCOMap
Returns the Collection of removed keys
getRemovedValues() - Method in class org.apache.jdo.impl.sco.HashMap
 
getRemovedValues() - Method in class org.apache.jdo.impl.sco.Hashtable
 
getRemovedValues() - Method in class org.apache.jdo.impl.sco.TreeMap
 
getRemovedValues() - Method in interface org.apache.jdo.sco.SCOMap
Returns the Collection of removed values
getRestoreValues() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default RestoreValues setting for all PersistenceManager instances obtained from this factory.
getRestoreValues() - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
getRetainValues() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default RetainValues setting for all PersistenceManager instances obtained from this factory.
getRetainValues() - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
getRollbackOnly() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Returns the rollback-only status of the transaction.
getRollbackOnly() - Method in interface org.apache.jdo.store.Connector
Indicates whether or not the connector can do operations other than rollback.
getSCOField(Object, JDOField, PersistenceManagerInternal) - Method in class org.apache.jdo.impl.state.SCOProcessor.CollectionProcessor
Replace field reference that contain java.util SCO instances with tracked SCOs.
getSCOField(Object, JDOField, PersistenceManagerInternal) - Method in class org.apache.jdo.impl.state.SCOProcessor.DateProcessor
Replace field reference that contain java.util SCO instances with tracked SCOs.
getSCOField(Object, JDOField, PersistenceManagerInternal) - Method in class org.apache.jdo.impl.state.SCOProcessor.MapProcessor
Replace field reference that contain java.util SCO instances with tracked SCOs.
getSCOField(Object, JDOField, PersistenceManagerInternal) - Method in class org.apache.jdo.impl.state.SCOProcessor.Processor
Replace field reference that contain java.util SCO instances with tracked SCOs.
getSCOField(Object, JDOField, PersistenceManagerInternal) - Method in class org.apache.jdo.impl.state.SCOProcessor
Process requests to create a tracked SCO instance for the corresponding JDK SCO.
getSequence(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Returns the sequence identified by name.
getSequence(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getSerializedForm() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
getSerializedForm(Properties) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
The PMF is serialized in one of 3 forms, depending on how it is configured.
getShortField(PersistenceCapable, int, short) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getStateManager(Object, Class) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Returns StateManager instance associated with this instance of ObjectId Creates a Hollow instance of a PersistenceCapable object, if it cannot be found in the cache
getStateManager(Object, boolean) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Returns StateManager instance associated with this instance of ObjectId
getStateManager(Object, Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
getStateManager(Object, Class) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Provides a StateManagerInternal for the given Object Id.
getStatus() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Obtain the status of this transaction object.
getStoreManager() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
getStoreManager(PersistenceManager) - Method in interface org.apache.jdo.pm.PersistenceManagerFactoryInternal
Provides a StoreManager that is ready to accept operations on it such as insert, etc.
getStoreManager() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Provides a StoreManager that is ready to accept operations on it.
getStringField(PersistenceCapable, int, String) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
getSynchronization() - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
getTrackedClass(Class) - Method in interface org.apache.jdo.pm.PersistenceManagerFactoryInternal
Returns store-specific mapping between Java classes and tracked SCO classes supported by this PMF.
getTransaction() - Method in interface org.apache.jdo.ejb.EJBHelper
Identify the Transaction context for the calling thread, and return a Transaction instance that can be used to register synchronizations, and used as the key for HashMaps.
getTransaction() - Static method in class org.apache.jdo.ejb.EJBImplHelper
Returns Transaction instance that can be used to register synchronizations.
getTransactionType() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Returns current transaction type
getTransactionalObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
getTransactionalObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getTransactionalObjectId() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Returns external representation of the transactional object id that can be used by the client
getTransactionalObjectId(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Return the object representing the JDO identity of the calling instance.
getTranscriber(Class) - Method in interface org.apache.jdo.store.TranscriberFactory
 
getTranscriberFactory() - Method in interface org.apache.jdo.pm.PersistenceManagerFactoryInternal
Provides the factory which can make Transcribers for this PMF.
getUnloaded(int[], BitSet) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Helper method to convert not loaded bits to field numbers.
getUpdateTimeout() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Get the default UpdateTimeout setting for all PersistenceManager instances obtained from this factory.
getUserObject() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
The application can manage the PersistenceManager instances more easily by having an application object associated with each PersistenceManager instance.
getUserObject(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Get the value for the specified key from the map of user objects.
getUserObject() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getUserObject(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
getUserTransaction() - Method in interface org.apache.jdo.ejb.EJBHelper
Returns the UserTransaction associated with the calling thread.
getUserTransaction() - Static method in class org.apache.jdo.ejb.EJBImplHelper
Returns the UserTransaction associated with the calling thread.
getValueType() - Method in class org.apache.jdo.impl.sco.HashMap
 
getValueType() - Method in class org.apache.jdo.impl.sco.Hashtable
 
getValueType() - Method in class org.apache.jdo.impl.sco.TreeMap
 
getValueType() - Method in interface org.apache.jdo.sco.SCOMap
Returns the type of the value assignment compatible with all values of this map.
getVersion(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Return the object representing the version of the calling instance.

H

HOLLOW - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
HashMap - class org.apache.jdo.impl.sco.HashMap.
A mutable 2nd class object that represents HashMap.
HashMap(Class, Class, boolean) - Constructor for class org.apache.jdo.impl.sco.HashMap
Creates a new empty HashMap object.
HashMap(Class, Class, boolean, int) - Constructor for class org.apache.jdo.impl.sco.HashMap
Creates a new empty HashMap object that has the specified initial capacity.
HashMap(Class, Class, boolean, int, float) - Constructor for class org.apache.jdo.impl.sco.HashMap
Creates a new empty HashMap object that has the specified initial capacity..
HashSet - class org.apache.jdo.impl.sco.HashSet.
A mutable 2nd class object that represents HashSet.
HashSet(Class, boolean) - Constructor for class org.apache.jdo.impl.sco.HashSet
Creates a new empty HashSet object.
HashSet(Class, boolean, int) - Constructor for class org.apache.jdo.impl.sco.HashSet
Creates a new empty HashSet object that has the specified initial capacity.
HashSet(Class, boolean, int, float) - Constructor for class org.apache.jdo.impl.sco.HashSet
Creates a new empty HashSet object that has the specified initial capacity..
Hashtable - class org.apache.jdo.impl.sco.Hashtable.
A mutable 2nd class object that represents Hashtable.
Hashtable(Class, Class, boolean) - Constructor for class org.apache.jdo.impl.sco.Hashtable
Creates a new empty Hashtable object.
Hashtable(Class, Class, boolean, int) - Constructor for class org.apache.jdo.impl.sco.Hashtable
Creates a new empty Hashtable object that has the specified initial capacity.
Hashtable(Class, Class, boolean, int, float) - Constructor for class org.apache.jdo.impl.sco.Hashtable
Creates a new empty Hashtable object that has the specified initial capacity..
Hollow - class org.apache.jdo.impl.state.Hollow.
This class represents Hollow state specific state transitions as requested by StateManagerImpl.
Hollow() - Constructor for class org.apache.jdo.impl.state.Hollow
 
handleReachability(boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
handleReachability(boolean) - Method in interface org.apache.jdo.state.StateManagerInternal
Processes relationships for reachability algorithm and define the dependencies
hasActualPCClass(Object) - Method in interface org.apache.jdo.store.StoreManager
Returns true if actual Class for a PersistenceCapable instance can be resolved only in the database.
hasNext() - Method in class org.apache.jdo.impl.sco.Freezer.FrozenIterator
Return true if the iteration is not complete.
hasNext() - Method in class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
Return true if this query result iterator has not been closed and the internal iterator has more elements.
hasSubclasses() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent
 
hashCode() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
The returned value can change before this PMF is configured.
hashCode() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Returns a hash code value for this PersistenceManager.
hashCode() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
Returns a hash code value for this PersistenceManagerWrapper.
hashCode() - Method in class org.apache.jdo.impl.sco.HashMap
 
hashCode() - Method in class org.apache.jdo.impl.sco.HashSet
 
hashCode() - Method in class org.apache.jdo.impl.sco.Hashtable
 
hashCode() - Method in class org.apache.jdo.impl.sco.TreeMap
 
hashCode() - Method in class org.apache.jdo.impl.sco.TreeSet
 
hashCode() - Method in class org.apache.jdo.query.BasicQueryResult
This method delegates to the result collection method.
headMap(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
 
headSet(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
 
helper - Variable in class org.apache.jdo.impl.model.java.runtime.RegisterClassListener
The corresponding JDOImplHelper instance.
hereIsStateManager(StateManagerInternal, PersistenceCapable) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
A helper method called from the StateManager inside getPersistenceManager() to identify StateManager associated with this PC instance
hereIsStateManager(StateManagerInternal, PersistenceCapable) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
A helper method called from the StateManager inside getPersistenceManager() to identify StateManager associated with this PC instance
hollowFieldManager - Static variable in class org.apache.jdo.impl.state.StateManagerImpl
Helper StateFieldManager instance for resetting fields in a Hollow instance at commit/rollback.

I

idx - Variable in class org.apache.jdo.impl.sco.Freezer.FrozenIterator
 
ignoreCache - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
inAfterCompletion - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
initLifeCycleState() - Static method in class org.apache.jdo.impl.state.LifeCycleState
Initialises the objects.
initPropsAccessors() - Static method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Initialize the Accessor hashmaps for connection and non-connection properties.
initializePC(StoreManager) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Create a new PC instance with key fields copied from objectId
initializePCInfo() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Initialize PC Class information.
initializePM(PersistenceManagerInternal) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Initialize PersistenceManager related information.
initializeSM(int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Initialize SM reference in PC and Oid
insert(BitSet, BitSet, StateManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
Causes the object managed by the given state manager's object to be inserted into the database.
insertElementAt(Object, int) - Method in class org.apache.jdo.impl.sco.Vector
Inserts the specified object as a component in this vector at the specified index.
insideCommit() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
insideCommit() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Returns true if the call initiated as a result of the commit process, versus flush for query in a datastore transaction.
int10 - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
int11 - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Default initialCapacity values.
intValue - Variable in class org.apache.jdo.impl.state.SimpleFieldManager
 
intValue - Variable in class org.apache.jdo.impl.state.StateFieldManager
 
internalAfterCompletion() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Notify Connector, PersistenceManager, and registered Synchronization instances about afterCompletion().
internalFlush() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Flush changes to the datastore.
internalIterator - Variable in class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
The internal iterator over the query results.
internalRollback() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Lower-level internal rollback method.
isActive() - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
isAutoPersistent - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
isAutoPersistent() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the object state is persistent by reachabilty only.
isBeforeImageRequired() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Returns true, if a before image must be created.
isBeforeImageRequired() - Method in interface org.apache.jdo.state.StateManagerInternal
Returns true, if a before image must be created.
isBeforeImageUpdatable - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
isBeforeImageUpdatable() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the beforeImage can be updated.
isClosed() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
A PersistenceManagerFactory instance can be used until it is closed.
isClosed() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Return whether this PersistenceManager is closed.
isClosed() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
isClosed() - Method in class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
Return true if the user has closed this iterator.
isConnectionFactoryConfigured() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Returns if a connection factory is configured for this PersistenceManagerFactory.
isDeleted - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
isDeleted() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the state represents a deleted object.
isDeleted(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Tests whether this object has been deleted.
isDirty - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
isDirty() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the object state is dirty, that is, the object has been changed (created, updated, deleted) in this Tx.
isDirty(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Tests whether this object is dirty.
isEmpty() - Method in class org.apache.jdo.impl.sco.HashMap
 
isEmpty() - Method in class org.apache.jdo.impl.sco.HashSet
 
isEmpty() - Method in class org.apache.jdo.impl.sco.Hashtable
 
isEmpty() - Method in class org.apache.jdo.impl.sco.TreeMap
 
isEmpty() - Method in class org.apache.jdo.impl.sco.TreeSet
 
isEmpty() - Method in class org.apache.jdo.query.BasicQueryResult
This method delegates to the result collection method.
isFlushed - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
isFlushed() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the object has been flushed to the datastore.
isFlushed() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Returns true if current state is flushed.
isFlushed() - Method in interface org.apache.jdo.state.StateManagerInternal
Returns true if the instance has been flushed to the datastore.
isFrozen() - Method in class org.apache.jdo.impl.sco.HashMap
Returns the frozen state of this Map.
isFrozen() - Method in class org.apache.jdo.impl.sco.HashSet
Returns the frozen state of this set.
isFrozen() - Method in class org.apache.jdo.impl.sco.Hashtable
Returns the frozen state of this Map.
isFrozen() - Method in class org.apache.jdo.impl.sco.TreeMap
Returns the frozen state of this Map.
isFrozen() - Method in class org.apache.jdo.impl.sco.TreeSet
Returns the frozen state of this set.
isLoaded(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
This implementation of isLoaded will always return true.
isManaged() - Static method in class org.apache.jdo.ejb.EJBImplHelper
Identifies the managed environment behavior.
isMediationRequiredToCopyOid() - Method in interface org.apache.jdo.store.StoreManager
Indicates whether mediation from store manager is required to copy oid.
isNavigable - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
isNavigable() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the object can dynamically navigate to fields that are not present.
isNew - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
isNew() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the state represents a newly created object.
isNew() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Tests whether this StateManager represents a instance made persistent object.
isNew(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Tests whether this object has been newly made persistent.
isNew() - Method in interface org.apache.jdo.state.StateManagerInternal
Tests whether this StateManager represents a instance made persistent object.
isPersistent - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
isPersistent() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the object state is persistent.
isPersistent(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Tests whether this object is persistent.
isRefreshable - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
isRefreshable() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the object can be refreshed from the datastore.
isSCOType(Class) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Verifies that this class type is a supported SCO type.
isStored - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
isStored() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the object is stored in the datastore.
isStored() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Returns true if current state is present in the datastore.
isStored() - Method in interface org.apache.jdo.state.StateManagerInternal
Returns true if the instance exists in a datastore.
isSupportedSCOType(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
isSupportedSCOType(Class) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Called by StateManager to verify field type.
isTerminated() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Confirm that transaction is terminated.
isTransactional - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
isTransactional() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the object state is transactional.
isTransactional(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Tests whether this object is transactional.
isValid - Variable in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
iterator() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent
 
iterator() - Method in class org.apache.jdo.impl.sco.HashSet
 
iterator() - Method in class org.apache.jdo.impl.sco.TreeSet
 
iterator() - Method in class org.apache.jdo.query.BasicQueryResult
This method delegates to the result collection method.
iterators - Variable in class org.apache.jdo.query.BasicQueryResult
The open iterators against the query results.

J

javaModelFactory - Variable in class org.apache.jdo.impl.model.java.runtime.RegisterClassListener
The JavaModel factory.
javaModelFactory - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
RuntimeJavaModelFactory.
javaModelFactory - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
RuntimeJavaModelFactory.
javaModelFactory - Static variable in class org.apache.jdo.impl.state.SCOProcessor
RuntimeJavaModelFactory.
javaModelFactory - Static variable in class org.apache.jdo.impl.state.StateManagerImpl
RuntimeJavaModelFactory.
jdoClass - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
jdoFlags - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
jdoImplHelper - Static variable in class org.apache.jdo.impl.state.StateManagerImpl
 
jta - Variable in class org.apache.jdo.impl.pm.TransactionImpl
javax.transaction.Transaction instance associated with the current thread or null if there is none.

K

keySet() - Method in class org.apache.jdo.impl.sco.HashMap
 
keySet() - Method in class org.apache.jdo.impl.sco.Hashtable
 
keySet() - Method in class org.apache.jdo.impl.sco.TreeMap
 
keyType - Variable in class org.apache.jdo.impl.sco.HashMap
 
keyType - Variable in class org.apache.jdo.impl.sco.Hashtable
 
keyType - Variable in class org.apache.jdo.impl.sco.TreeMap
 
keys() - Method in class org.apache.jdo.impl.sco.Hashtable
 

L

LifeCycleState - class org.apache.jdo.impl.state.LifeCycleState.
This is an abstract LifeCycleState that provides the most common implementation for the state transitions and most common values for the state flags.
LifeCycleState() - Constructor for class org.apache.jdo.impl.state.LifeCycleState
 
LinkedList - class org.apache.jdo.impl.sco.LinkedList.
A mutable 2nd class object that represents LinkedList.
LinkedList(Class, boolean) - Constructor for class org.apache.jdo.impl.sco.LinkedList
Constructs an empty LinkedList object.
LinkedList(Class, boolean, int) - Constructor for class org.apache.jdo.impl.sco.LinkedList
Constructs an empty LinkedList object that the specified initial capacity which is ignored.
last() - Method in class org.apache.jdo.impl.sco.TreeSet
 
lastKey() - Method in class org.apache.jdo.impl.sco.TreeMap
 
length - Variable in class org.apache.jdo.impl.sco.Freezer.FrozenIterator
 
loadClass(String, ClassLoader) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
loadClass(String, ClassLoader) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Provides a Class of the given name.
loadField(int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Load field value if necessary
loadPCClassForObjectIdClass(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
loadPCClassForObjectIdClass(Class) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Provides the Class object of the persistence-capable class that defines the specified class as its ObjectId class.
loadUnloaded() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Load all persistent fields as requested by the LifeCycle.
loadedFields - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
loadingField(Object, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Preparation steps for replacingXXXField operation
logger - Static variable in class org.apache.jdo.impl.model.java.runtime.RegisterClassListener
Logger.
logger - Static variable in class org.apache.jdo.impl.pm.CacheManagerImpl
Logger instance
logger - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Logger instance
logger - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Logger support
logger - Static variable in class org.apache.jdo.impl.pm.TransactionImpl
Logger instance
logger - Static variable in class org.apache.jdo.impl.sco.SCOHelper
Logger for SCO classes.
logger - Static variable in class org.apache.jdo.impl.state.ReachabilityHandler
Logger instance
logger - Static variable in class org.apache.jdo.impl.state.StateManagerImpl
Logger instance
logger - Static variable in class org.apache.jdo.store.StoreManagerImpl
Logger instance
longValue - Variable in class org.apache.jdo.impl.state.SimpleFieldManager
 
longValue - Variable in class org.apache.jdo.impl.state.StateFieldManager
 
lookingFor - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Helper objects to identify StateManager associated with the given PersistenceCapable instance

M

main(String[]) - Static method in class org.apache.jdo.impl.model.jdo.xml.XMLExists
The main method checks all classes specified as argument.
makeAutoPersistent() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transition to Auto-Persistent-New (persistence-by-reachability)
makeAutoPersistent(Object[]) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Processes Array of referenced objects for possible auto-persistence (persistence-by-reachability).
makeDirty() - Method in class org.apache.jdo.impl.sco.ArrayList
Marks object dirty
makeDirty() - Method in class org.apache.jdo.impl.sco.Date
Marks object dirty
makeDirty() - Method in class org.apache.jdo.impl.sco.HashMap
Notify StateManager to mark field as dirty.
makeDirty() - Method in class org.apache.jdo.impl.sco.HashSet
Notify StateManager to mark field as dirty.
makeDirty() - Method in class org.apache.jdo.impl.sco.Hashtable
Notify StateManager to mark field as dirty.
makeDirty() - Method in class org.apache.jdo.impl.sco.LinkedList
Marks object dirty
makeDirty() - Method in class org.apache.jdo.impl.sco.SqlDate
Marks object dirty
makeDirty() - Method in class org.apache.jdo.impl.sco.SqlTime
Marks object dirty
makeDirty() - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Marks object dirty
makeDirty() - Method in class org.apache.jdo.impl.sco.TreeMap
Notify StateManager to mark field as dirty.
makeDirty() - Method in class org.apache.jdo.impl.sco.TreeSet
Notify StateManager to mark field as dirty.
makeDirty() - Method in class org.apache.jdo.impl.sco.Vector
Marks object dirty
makeDirty(int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
makeDirty(PersistenceCapable, String) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Mark the associated PersistenceCapable field dirty.
makeDirty(int) - Method in interface org.apache.jdo.state.StateManagerInternal
Mark the associated PersistenceCapable field dirty.
makeNontransactional(PersistenceCapable) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Make the transient or persistent instance transactional in this PersistenceManager.
makeNontransactional(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make an instance non-transactional after commit.
makeNontransactional(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeNontransactional() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transition to Nontransactional
makeNontransactional() - Method in interface org.apache.jdo.state.StateManagerInternal
Transitions lifecycle state in to nontransactional
makeNontransactionalAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make an array of instances non-transactional after commit.
makeNontransactionalAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make a Collection of instances non-transactional after commit.
makeNontransactionalAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeNontransactionalAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeNontransactionalAllInternal(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process makeNontransactionalAll call.
makeNontransactionalInternal(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process makeNontransactional call.
makePersistent(PersistenceCapable) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Make the transient instance persistent in this PersistenceManager.
makePersistent(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make the transient instance persistent in this PersistenceManager.
makePersistent(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makePersistent() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transition to Persistent-New
makePersistent() - Method in interface org.apache.jdo.state.StateManagerInternal
Transitions lifecycle state in to PERSISTENT_NEW
makePersistentAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make an array of instances persistent.
makePersistentAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make an collection of instances persistent.
makePersistentAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makePersistentAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makePersistentAllInternal(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method for processing makePersistentAll request.
makePersistentInternal(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method for processing makePersistent request.
makeTransactional(PersistenceCapable) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Make the transient or persistent instance transactional in this PersistenceManager.
makeTransactional(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make an instance subject to transactional boundaries.
makeTransactional(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeTransactional() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transition to Transactional
makeTransactional() - Method in interface org.apache.jdo.state.StateManagerInternal
Transitions lifecycle state in to transactional
makeTransactionalAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make an array of instances subject to transactional boundaries.
makeTransactionalAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make a Collection of instances subject to transactional boundaries.
makeTransactionalAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeTransactionalAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeTransactionalAllInternal(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process makeTransactionalAll call.
makeTransactionalInternal(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process makeTransactional call.
makeTransient(PersistenceCapable) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Make the persistent instance transient in this PersistenceManager.
makeTransient(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make an instance transient, removing it from management by this PersistenceManager.
makeTransient(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make an instance transient, removing it from management by this PersistenceManager.
makeTransient(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeTransient(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeTransient() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transition to Transient
makeTransient() - Method in interface org.apache.jdo.state.StateManagerInternal
Transitions lifecycle state in to TRANSIENT
makeTransientAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make an array of instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make a Collection of instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Object[], boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Collection, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Make instances transient, removing them from management by this PersistenceManager.
makeTransientAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeTransientAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeTransientAll(Object[], boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeTransientAll(Collection, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
makeTransientAllInternal(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process makeTransientAll call.
makeTransientInternal(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process makeTransient call.
markAllDirty() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Mark all fields as loaded and dirty - called by transition from TRANSIENT to P_NEW and T_CLEAN
markAsFlushed(StateManagerInternal) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
 
markAsFlushed(StateManagerInternal) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
markAsFlushed() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Called by LifeCycleState when transition persistent instance to the corresponding flushed state.
markAsFlushed(StateManagerInternal) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Called by StateManagerInternal#markAsFlushed() to adjust transactional cache(s) if necessary after successful flush to the data store.
markPKFieldsAsLoaded() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Mark PK fields as loaded:
maxPool - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
metaData - Variable in class org.apache.jdo.impl.state.StateManagerImpl
Reference to JDO Model.
minPool - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
msWait - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
msg - Static variable in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModel
I18N support
msg - Static variable in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
I18N support
msg - Static variable in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaType
I18N support
msg - Static variable in class org.apache.jdo.impl.pm.CacheManagerImpl
I18N message handler
msg - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
I18N message handler
msg - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
I18N message handler
msg - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
I18N message handler
msg - Static variable in class org.apache.jdo.impl.pm.TransactionImpl
I18N message handler
msg - Static variable in class org.apache.jdo.impl.sco.ArrayList
I18N message handler
msg - Static variable in class org.apache.jdo.impl.sco.Freezer
I18N message handler
msg - Static variable in class org.apache.jdo.impl.sco.HashMap
I18N message handler
msg - Static variable in class org.apache.jdo.impl.sco.HashSet
I18N message handler
msg - Static variable in class org.apache.jdo.impl.sco.Hashtable
I18N message handler
msg - Static variable in class org.apache.jdo.impl.sco.LinkedList
I18N message handler
msg - Static variable in class org.apache.jdo.impl.sco.SCOHelper
I18N message handler
msg - Static variable in class org.apache.jdo.impl.sco.TreeMap
I18N message handler
msg - Static variable in class org.apache.jdo.impl.sco.TreeSet
I18N message handler
msg - Static variable in class org.apache.jdo.impl.sco.Vector
I18N message handler
msg - Static variable in class org.apache.jdo.impl.state.LifeCycleState
I18N message handler
msg - Static variable in class org.apache.jdo.impl.state.ReachabilityHandler
I18N message handler
msg - Static variable in class org.apache.jdo.impl.state.SCOProcessor
I18N message handler
msg - Static variable in class org.apache.jdo.impl.state.StateManagerImpl
I18N message handler
msg - Static variable in class org.apache.jdo.query.BasicQueryResult
I18N support
msg - Static variable in class org.apache.jdo.store.StoreManagerImpl
I18N support.
multithreaded - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
multithreaded - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Flag for multithreaded support.
myClassLoader - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
This is the ClassLoader that was the Thread.currentThread().getContextClassLoader() at the time this PersistenceManagerImpl was created.
myHashCode - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Cached hashCode for this PMF.
myHelper - Static variable in class org.apache.jdo.ejb.EJBImplHelper
Reference to a class that implements EJBHelper interface for this particular application server
myLC - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
myPC - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
myPCClass - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
myPM - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 

N

NON_MGD - Static variable in class org.apache.jdo.impl.pm.TransactionImpl
Possible values of txType
NORMAL - Static variable in class org.apache.jdo.impl.model.jdo.xml.XMLExists
Normal output.
needMerge - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
needMerge() - Method in class org.apache.jdo.impl.state.LifeCycleState
Return whether the merge is needed.
newCollectionInstanceInternal(Class, Class, boolean, Integer, Float, Collection, Comparator) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Called by internally by the runtime to create a new tracked instance.
newCollectionInstanceInternal(Class, Class, boolean, Integer, Float, Collection, Comparator) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Called internally by the runtime to create a new tracked instance of type Collection.
newInstance(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Creates an instance of a persistence-capable interface or abstract class.
newInstance(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newInstance(PersistenceCapable, PersistenceManagerInternal) - Static method in class org.apache.jdo.impl.state.StateManagerFactory
Returns a new instance of a StateManagerInternal
newInstance(Object, Object, PersistenceManagerInternal, Class) - Static method in class org.apache.jdo.impl.state.StateManagerFactory
Returns a new instance of a StateManagerInternal.
newJavaModelInstance(ClassLoader) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
Creates a new instance of the JavaModel implementation class.
newJavaTypeInstance(Class) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModel
Creates a new instance of the JavaType implementation class.
newMapInstanceInternal(Class, Class, Class, boolean, Integer, Float, Map, Comparator) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Called by internally by the runtime to create a new tracked instance.
newMapInstanceInternal(Class, Class, Class, boolean, Integer, Float, Map, Comparator) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Called internally by the runtime to create a new tracked instance of type Map.
newNamedQuery(Class, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Create a new Query with the given candidate class from a named query.
newNamedQuery(Class, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newObjectIdInstance(Class, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
This method returns an object id instance corresponding to the pcClass and key arguments.
newObjectIdInstance(Class, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newObjectIdInstance(Class, Object) - Method in interface org.apache.jdo.store.StoreManager
This method returns an object id instance corresponding to the pcClass and key arguments.
newQuery() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Create a new Query with no elements.
newQuery(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Create a new Query using elements from another Query.
newQuery(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Create a Construct a new query instance using the specified String as the single-string representation of the query.
newQuery(String, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Create a new Query using the specified language.
newQuery(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Create a new Query specifying the Class of the results.
newQuery(Extent) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Create a new Query with the candidate Extent; the class is taken from the Extent.
newQuery(Class, Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Create a new Query with the Class of the results and candidate Collection.
newQuery(Class, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Create a new Query with the Class of the results and Filter.
newQuery(Class, Collection, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Create a new Query with the Class of the results, candidate Collection, and Filter.
newQuery(Extent, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Create a new Query with the candidate Extent and Filter.
newQuery() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newQuery(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newQuery(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newQuery(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newQuery(Extent) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newQuery(Class, Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newQuery(String, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newQuery(Class, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newQuery(Class, Collection, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newQuery(Extent, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
newQueryResult(QueryResultHelper) - Method in interface org.apache.jdo.store.StoreManager
Returns a QueryResult instance which is then returned as the result of Query.execute(...).
newQueryResult(QueryResultHelper) - Method in class org.apache.jdo.store.StoreManagerImpl
Returns a QueryResult instance which is then returned as the result of Query.execute(...).
newSCOInstanceInternal(Class) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Called by internally by the runtime to create a new tracked instance.
newSCOInstanceInternal(Class) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Called internally by the runtime to create a new tracked instance.
next() - Method in class org.apache.jdo.impl.sco.Freezer.FrozenIterator
Return the next entry of the iteration.
next() - Method in class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
Advance and return the next element of the iterator.
nontransactionalRead - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
nontransactionalRead - Variable in class org.apache.jdo.impl.pm.TransactionImpl
Flag that indicates if queries and navigation are allowed without an active transaction
nontransactionalWrite - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
nontransactionalWrite - Variable in class org.apache.jdo.impl.pm.TransactionImpl
Flag that indicates if write access is allowed without an active transaction
notNeededByRI(String) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
notifyOptimistic(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
For Transaction to notify PersistenceManager that optimistic flag is changed
notifyStatusChange(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
For Transaction to notify PersistenceManager that status is changed
numFields - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 

O

objectFieldManager - Variable in class org.apache.jdo.impl.state.StateManagerImpl
Helper StateFieldManager instance for fetching Object fields values for reachability and SCO processing.
objectId - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
objectValue - Variable in class org.apache.jdo.impl.state.SimpleFieldManager
 
objectValue - Variable in class org.apache.jdo.impl.state.StateFieldManager
 
optimistic - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
optimistic - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Flag for optimistic transaction
optimistic - Variable in class org.apache.jdo.impl.pm.TransactionImpl
Flag that indicates type of the transaction.
optimistic - Variable in class org.apache.jdo.store.StoreManagerImpl
Indicates whether current transaction is optimistic or not.
orderCandidates(Collection) - Method in interface org.apache.jdo.query.QueryResultHelper
This method filters the specified collection, removing all elements that are not assignment compatible to the candidate Class specified by the user, and then orders the results according to the ordering expression specified by the user.
org.apache.jdo.ejb - package org.apache.jdo.ejb
This package contains classes and interfaces for EJB support.
org.apache.jdo.impl.model.java.runtime - package org.apache.jdo.impl.model.java.runtime
This package contains a runtime specific JavaModel implementation based on reflection.
org.apache.jdo.impl.model.jdo.xml - package org.apache.jdo.impl.model.jdo.xml
 
org.apache.jdo.impl.pm - package org.apache.jdo.impl.pm
This package contains classes that are for use across all kinds of implementations of the JDO Reference Implementation.
org.apache.jdo.impl.sco - package org.apache.jdo.impl.sco
This package contains implementation of the SCO-related interfaces.
org.apache.jdo.impl.state - package org.apache.jdo.impl.state
 
org.apache.jdo.pm - package org.apache.jdo.pm
This package contains provides internal interfaces for PersistenceManagerFactory and PersistenceManager extending the ones from javax.jdo.
org.apache.jdo.query - package org.apache.jdo.query
 
org.apache.jdo.sco - package org.apache.jdo.sco
This package contains SCO-related interfaces.
org.apache.jdo.state - package org.apache.jdo.state
This package contains the internal StateManager and teh FIeldManager interface.
org.apache.jdo.store - package org.apache.jdo.store
This package contains StoreManager and store-related interfaces plus an abstract StoreManager implementation.
outputLevel - Variable in class org.apache.jdo.impl.model.jdo.xml.XMLExists
Output level.
owner - Variable in class org.apache.jdo.impl.sco.ArrayList
 
owner - Variable in class org.apache.jdo.impl.sco.Date
 
owner - Variable in class org.apache.jdo.impl.sco.HashMap
 
owner - Variable in class org.apache.jdo.impl.sco.HashSet
 
owner - Variable in class org.apache.jdo.impl.sco.Hashtable
 
owner - Variable in class org.apache.jdo.impl.sco.LinkedList
 
owner - Variable in class org.apache.jdo.impl.sco.SqlDate
 
owner - Variable in class org.apache.jdo.impl.sco.SqlTime
 
owner - Variable in class org.apache.jdo.impl.sco.SqlTimestamp
 
owner - Variable in class org.apache.jdo.impl.sco.TreeMap
 
owner - Variable in class org.apache.jdo.impl.sco.TreeSet
 
owner - Variable in class org.apache.jdo.impl.sco.Vector
 

P

PERSIST_CF - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
PERSIST_CF_NAME - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
PERSIST_PROPS - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
P_CLEAN - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
P_CLEAN_TX - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
P_DELETED - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
P_DELETED_FLUSHED - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
P_DIRTY - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
P_DIRTY_FLUSHED - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
P_NEW - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
P_NEW_DELETED - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
P_NEW_FLUSHED - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
P_NEW_FLUSHED_DELETED - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
P_NEW_FLUSHED_DIRTY - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
P_NON_TX - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
PersistenceManagerFactoryImpl - class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl.
This is an abstract PersistenceManagerFactoryImpl class that provides the StoreManager independent implementation of javax.jdo.PersistenceManager interface.
PersistenceManagerFactoryImpl() - Constructor for class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Creates new PersistenceManagerFactoryImpl without any user info.
PersistenceManagerFactoryImpl(String, String, String, String) - Constructor for class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Creates new PersistenceManagerFactoryImpl with user info
PersistenceManagerFactoryImpl.PMFAccessor - interface org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl.PMFAccessor.
The preferred way of getting & restoring a PMF in JNDI is to do so via a Properties object.
PersistenceManagerFactoryImpl.ShutdownHook - class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl.ShutdownHook.
Shutdown hook to close pmf instances left open when the JVM exits.
PersistenceManagerFactoryImpl.ShutdownHook() - Constructor for class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl.ShutdownHook
 
PersistenceManagerFactoryInternal - interface org.apache.jdo.pm.PersistenceManagerFactoryInternal.
JDORI-internal PMF.
PersistenceManagerImpl - class org.apache.jdo.impl.pm.PersistenceManagerImpl.
This is the StoreManager independent implemetation of the org.apache.jdo.pm.PersistenceManagerInternal interface.
PersistenceManagerImpl(PersistenceManagerFactoryInternal, String, String) - Constructor for class org.apache.jdo.impl.pm.PersistenceManagerImpl
Constructs new instance of PersistenceManagerImpl for this PersistenceManagerFactoryInternal and particular combination of username and password.
PersistenceManagerImpl.EmptyExtent - class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent.
 
PersistenceManagerImpl.EmptyExtent(Class, boolean) - Constructor for class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent
 
PersistenceManagerInternal - interface org.apache.jdo.pm.PersistenceManagerInternal.
Extends the PersistenceManager interface for JDO-internal use.
PersistenceManagerWrapper - class org.apache.jdo.impl.pm.PersistenceManagerWrapper.
This is a thin wrapper for the current implemetation of javax.jdo.PersistenceManager interface.
PersistenceManagerWrapper(PersistenceManagerImpl) - Constructor for class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
PersistentClean - class org.apache.jdo.impl.state.PersistentClean.
This class represents PersistentClean state specific state transitions as requested by StateManagerImpl.
PersistentClean() - Constructor for class org.apache.jdo.impl.state.PersistentClean
 
PersistentCleanTransactional - class org.apache.jdo.impl.state.PersistentCleanTransactional.
This class represents PersistentCleanTransactional state specific state transitions as requested by StateManagerImpl.
PersistentCleanTransactional() - Constructor for class org.apache.jdo.impl.state.PersistentCleanTransactional
 
PersistentDeleted - class org.apache.jdo.impl.state.PersistentDeleted.
This class represents PersistentDeleted state specific state transitions as requested by StateManagerImpl.
PersistentDeleted() - Constructor for class org.apache.jdo.impl.state.PersistentDeleted
 
PersistentDeletedFlushed - class org.apache.jdo.impl.state.PersistentDeletedFlushed.
This class represents PersistentDeletedFlushed state specific state transitions as requested by StateManagerImpl.
PersistentDeletedFlushed() - Constructor for class org.apache.jdo.impl.state.PersistentDeletedFlushed
 
PersistentDirty - class org.apache.jdo.impl.state.PersistentDirty.
This class represents PersistentDirty state specific state transitions as requested by StateManagerImpl.
PersistentDirty() - Constructor for class org.apache.jdo.impl.state.PersistentDirty
 
PersistentDirtyFlushed - class org.apache.jdo.impl.state.PersistentDirtyFlushed.
This class represents PersistentDirtyFlushedstate specific state transitions as requested by StateManagerImpl.
PersistentDirtyFlushed() - Constructor for class org.apache.jdo.impl.state.PersistentDirtyFlushed
 
PersistentNew - class org.apache.jdo.impl.state.PersistentNew.
This class represents PersistentNew state specific state transitions as requested by StateManagerImpl.
PersistentNew() - Constructor for class org.apache.jdo.impl.state.PersistentNew
 
PersistentNewDeleted - class org.apache.jdo.impl.state.PersistentNewDeleted.
This class represents PersistentNewDeleted state specific state transitions as requested by StateManagerImpl.
PersistentNewDeleted() - Constructor for class org.apache.jdo.impl.state.PersistentNewDeleted
 
PersistentNewFlushed - class org.apache.jdo.impl.state.PersistentNewFlushed.
This class represents PersistentNewFlushed state specific state transitions as requested by StateManagerImpl.
PersistentNewFlushed() - Constructor for class org.apache.jdo.impl.state.PersistentNewFlushed
 
PersistentNewFlushedDeleted - class org.apache.jdo.impl.state.PersistentNewFlushedDeleted.
This class represents PersistentNewFlushedDeleted state specific state transitions as requested by StateManagerImpl.
PersistentNewFlushedDeleted() - Constructor for class org.apache.jdo.impl.state.PersistentNewFlushedDeleted
 
PersistentNewFlushedDirty - class org.apache.jdo.impl.state.PersistentNewFlushedDirty.
This class represents PersistentNewFlushedDirty state specific state transitions as requested by StateManagerImpl.
PersistentNewFlushedDirty() - Constructor for class org.apache.jdo.impl.state.PersistentNewFlushedDirty
 
PersistentNonTransactional - class org.apache.jdo.impl.state.PersistentNonTransactional.
This class represents PersistentNonTransactional state specific state transitions as requested by StateManagerImpl.
PersistentNonTransactional() - Constructor for class org.apache.jdo.impl.state.PersistentNonTransactional
 
password - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
password - Variable in class org.apache.jdo.impl.pm.TransactionImpl
 
pc - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
persistenceManager - Variable in class org.apache.jdo.impl.pm.TransactionImpl
PersistenceManager associated with this transaction (1-1)
pm - Variable in class org.apache.jdo.impl.pm.CacheManagerImpl
 
pm - Variable in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
pmCache - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Transactional cache of PersistenceManager instances
pmFactory - Variable in class org.apache.jdo.impl.pm.TransactionImpl
PersistenceManagerFactory associated with this transaction
pmSet - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
The set of all PersistenceManagers that are not closed.
pmf - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
PersistenceManagerFactory that created (and could be pooling) this PersistenceManager
pmfAccessors - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Tables which map from names to PMFAccessors.
popCurrentWrapper(PersistenceManagerWrapper) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Replace current wrapper with the previous
postLoad() - Method in class org.apache.jdo.impl.state.StateManagerImpl
If this class implements InstanceCallbacks, call the jdoPostLoad method.
preDelete() - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
preFlush() - Method in class org.apache.jdo.store.StoreManagerImpl
Perform any actions required before StateManager's are flushed.
preSerialize(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Guarantee that the serializable transactional and persistent fields are loaded into the instance.
preStore() - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
preStore() - Method in interface org.apache.jdo.state.StateManagerInternal
Calls preStore on the associated object if necessary.
prepareFlush(boolean) - Method in class org.apache.jdo.impl.pm.TransactionImpl
Lower-level before-commit method - phase 1.
prepareSetField(PersistenceCapable, int, FieldManager) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Preparation steps for setXXXField operation for non-Object type field.
prepareSetField(PersistenceCapable, int, FieldManager, Object, Object) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Preparation steps for setXXXField operation for Object type field.
prepareSetField1(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Verification and load part of the preparation steps for setXXXField operation.
prepareSetField2(int, FieldManager) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transtion write access and replace value step for setXXXField operation.
prev - Variable in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
printElements(PrintStream, String, Object[]) - Static method in class org.apache.jdo.impl.sco.Freezer
For debugging, print the contents of a frozen collection.
printEntries(PrintStream, String, Map.Entry[]) - Static method in class org.apache.jdo.impl.sco.Freezer
For debugging, print the contents of a frozen entrySet.
process(Object, Object) - Method in class org.apache.jdo.impl.sco.HashMap
Processes single put operation in this map.
process(Object, Object) - Method in class org.apache.jdo.impl.sco.Hashtable
Processes single put operation in this map.
process(Object, Object) - Method in class org.apache.jdo.impl.sco.TreeMap
Processes single put operation in this map.
process(Object, PersistenceManagerInternal) - Method in class org.apache.jdo.impl.state.ReachabilityHandler.AutoPersistentProcessor
Transition Object or elements of a Collection or values and keys of a Map to auto-persistent inside an active transaction (persistence-by-reachability)
process(Object, PersistenceManagerInternal) - Method in class org.apache.jdo.impl.state.ReachabilityHandler.MakePersistentProcessor
Transition Object or elements of a Collection or values and keys of a Map to Persistent at commit (persistence-by-reachability)
process(Object, PersistenceManagerInternal) - Method in class org.apache.jdo.impl.state.ReachabilityHandler.Processor
Processes reachability requests.
process(Object, PersistenceManagerInternal, boolean) - Method in class org.apache.jdo.impl.state.ReachabilityHandler
Process recursevely requests for persistence-by-reachability.
processArgs(String[]) - Method in class org.apache.jdo.impl.model.jdo.xml.XMLExists
Helper method to do command line argument processing.
processArray(Object[], PersistenceManagerInternal) - Method in class org.apache.jdo.impl.state.ReachabilityHandler.AutoPersistentProcessor
Processes Array of referenced objects for possible auto-persistence (persistence-by-reachability).
processReachability(boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transition referenced fields to Persistent at commit (persistence-by-reachability)
processors - Variable in class org.apache.jdo.impl.state.ReachabilityHandler
Map of possible processors.
processors - Variable in class org.apache.jdo.impl.state.SCOProcessor
Map of possible processors.
propsAccessors - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
These PMFAccessors are for configuring non-connection properties.
provideField(int, FieldManager, boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
provideField(int, FieldManager, boolean) - Method in interface org.apache.jdo.state.StateManagerInternal
Causes the values of the field indicated by the specified field number be given to the FieldManager.
provideFields(int[], FieldManager, boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
provideFields(int[], FieldManager, boolean) - Method in interface org.apache.jdo.state.StateManagerInternal
Causes the values of the fields indicated by the specified fields to be given to the FieldManager.
providedBooleanField(PersistenceCapable, int, boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
providedByteField(PersistenceCapable, int, byte) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
providedCharField(PersistenceCapable, int, char) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
providedDoubleField(PersistenceCapable, int, double) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
providedFloatField(PersistenceCapable, int, float) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
providedIntField(PersistenceCapable, int, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
providedLoadedFieldList(PersistenceCapable, BitSet) - Method in class org.apache.jdo.impl.state.StateManagerImpl
The provided value of the loaded field list in the calling instance.
providedLongField(PersistenceCapable, int, long) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
providedModifiedFieldList(PersistenceCapable, BitSet) - Method in class org.apache.jdo.impl.state.StateManagerImpl
The provided value of the modified field list in the calling instance.
providedObjectField(PersistenceCapable, int, Object) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
providedShortField(PersistenceCapable, int, short) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
providedStringField(PersistenceCapable, int, String) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
pushCurrentWrapper(PersistenceManagerWrapper) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Remember the current wrapper
put(Object, Object) - Method in class org.apache.jdo.impl.sco.HashMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class org.apache.jdo.impl.sco.Hashtable
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class org.apache.jdo.impl.sco.TreeMap
Associates the specified value with the specified key in this map.
putAll(Map) - Method in class org.apache.jdo.impl.sco.HashMap
Copies all of the mappings from the specified map to this one.
putAll(Map) - Method in class org.apache.jdo.impl.sco.Hashtable
Copies all of the mappings from the specified map to this one.
putAll(Map) - Method in class org.apache.jdo.impl.sco.TreeMap
Copies all of the mappings from the specified map to this one.
putAllInternal(Map) - Method in class org.apache.jdo.impl.sco.HashMap
 
putAllInternal(Map) - Method in class org.apache.jdo.impl.sco.Hashtable
 
putAllInternal(Map) - Method in class org.apache.jdo.impl.sco.TreeMap
 
putAllInternal(Map) - Method in interface org.apache.jdo.sco.SCOMap
Copies all of the mappings from the specified map to this one without recording the event.
putInternal(Object, Object) - Method in class org.apache.jdo.impl.sco.HashMap
 
putInternal(Object, Object) - Method in class org.apache.jdo.impl.sco.Hashtable
 
putInternal(Object, Object) - Method in class org.apache.jdo.impl.sco.TreeMap
 
putInternal(Object, Object) - Method in interface org.apache.jdo.sco.SCOMap
Associates the specified value with the specified key in this map without recording the event.
putUserObject(Object, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Put the specified key-value pair into the map of user objects.
putUserObject(Object, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 

Q

QUIET - Static variable in class org.apache.jdo.impl.model.jdo.xml.XMLExists
No messages, just set the exit code.
QueryResult - interface org.apache.jdo.query.QueryResult.
An instance of this interface is returned as the result of Query.execute(...).
QueryResultHelper - interface org.apache.jdo.query.QueryResultHelper.
This interface is a helper for the query execution strategy of the StoreManager.
QueryResultIterator - interface org.apache.jdo.query.QueryResultIterator.
This interface is used to iterate a query result.
queryTimeout - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 

R

ReachabilityHandler - class org.apache.jdo.impl.state.ReachabilityHandler.
This is the helper class to process persistence-by-reachability requests from the StateManager.
ReachabilityHandler() - Constructor for class org.apache.jdo.impl.state.ReachabilityHandler
Constructs a new ReachabilityHandler without specific parameters.
ReachabilityHandler.AutoPersistentProcessor - class org.apache.jdo.impl.state.ReachabilityHandler.AutoPersistentProcessor.
Processor for MakeAutoPersistent request.
ReachabilityHandler.AutoPersistentProcessor() - Constructor for class org.apache.jdo.impl.state.ReachabilityHandler.AutoPersistentProcessor
 
ReachabilityHandler.MakePersistentProcessor - class org.apache.jdo.impl.state.ReachabilityHandler.MakePersistentProcessor.
Processor for MakePersistent request.
ReachabilityHandler.MakePersistentProcessor() - Constructor for class org.apache.jdo.impl.state.ReachabilityHandler.MakePersistentProcessor
 
ReachabilityHandler.Processor - class org.apache.jdo.impl.state.ReachabilityHandler.Processor.
An abstract class that knows how process reachability requests.
ReachabilityHandler.Processor() - Constructor for class org.apache.jdo.impl.state.ReachabilityHandler.Processor
 
RegisterClassListener - class org.apache.jdo.impl.model.java.runtime.RegisterClassListener.
The Model listener gets notified whenever a persistence-capable class gets registered with the JDOImplHelper at runtime.
RegisterClassListener(JDOImplHelper, RuntimeJavaModelFactory) - Constructor for class org.apache.jdo.impl.model.java.runtime.RegisterClassListener
Constructor.
RuntimeJavaModel - class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModel.
A reflection based JavaModel implementation used at runtime.
RuntimeJavaModel(ClassLoader, RuntimeJavaModelFactory) - Constructor for class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModel
Constructor.
RuntimeJavaModelFactory - class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory.
A reflection based JavaModelFactory implementation used at runtime.
RuntimeJavaModelFactory() - Constructor for class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
Creates a new RuntimeJavaModelFactory.
RuntimeJavaType - class org.apache.jdo.impl.model.java.runtime.RuntimeJavaType.
A reflection based JavaType implementation used at runtime.
RuntimeJavaType(Class, RuntimeJavaModel) - Constructor for class org.apache.jdo.impl.model.java.runtime.RuntimeJavaType
Constructor.
reachabilityHandler - Static variable in class org.apache.jdo.impl.state.StateManagerImpl
 
readObject(ObjectInputStream) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
refresh(PersistenceCapable) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Refresh dirty persistent instance in this PersistenceManager.
refresh(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Refresh the state of the instance from the data store.
refresh(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
refresh() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Refresh object inside of an active transaction as requested by the LifeCycle.
refreshAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Refresh the state of an array of instances from the data store.
refreshAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Refresh the state of a Collection of instances from the data store.
refreshAll() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Refresh the state of all applicable instances from the data store.
refreshAll(JDOException) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Refreshes all instances in the exception that failed verification.
refreshAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
refreshAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
refreshAll() - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
refreshAll(JDOException) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
refreshAllInternal(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process refreshAll call.
refreshAllNontransactional() - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Refresh nontransactional instances in the weak cache of this PersistenceManager.
refreshAllTransactional() - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Refresh dirty persistent instances in the transactional cache of this PersistenceManager.
refreshInstance() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transition to Clean
refreshInstance() - Method in interface org.apache.jdo.state.StateManagerInternal
Transitions lifecycle state to P_CLEAN or P_NON_TX
refreshInternal(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process refresh call.
register(StateManagerInternal, Object, boolean, boolean) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Register persistent instance in the transactional cache
register(StateManagerInternal, Object, boolean, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
register(StateManagerInternal, Object, boolean, boolean) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Adds persistent object to the cache.
registerClass(RegisterClassEvent) - Method in class org.apache.jdo.impl.model.java.runtime.RegisterClassListener
This method gets called when a persistence-capable class is registered.
registerEJBHelper(EJBHelper) - Static method in class org.apache.jdo.ejb.EJBImplHelper
Register class that implements EJBHelper interface Should be called by a static method at class initialization time.
registerFactory() - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
Registers this JavaModelFactory instance at the JDOImplHelper.
registerNonTransactional() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Adds this StateManager to non-transactional caches
registerPersistenceManager(PersistenceManagerImpl, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Registers PersistenceManager in the transactional cache in managed environment in case of BMT with JDO Transaction.
registerSynchronization(Synchronization) - Method in class org.apache.jdo.impl.pm.TransactionImpl
Register a Synchronization object for this transaction object.
registerTransactional() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Adds this StateManager to all caches
registerTransient(StateManagerInternal) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Register transient instance in the transient cache
registerTransient(StateManagerInternal) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
registerTransient(StateManagerInternal) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Adds transient object to the transient cache.
registeredPMFs - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Collection of registered pmf instances.
releasePersistenceManager(PersistenceManagerImpl, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Releases closed PersistenceManager that is not in use
releaseStoreManager(PersistenceManager) - Method in interface org.apache.jdo.pm.PersistenceManagerFactoryInternal
Allows the PMF to release any resources associated with the given PM's store manager.
reload() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Fetches or refreshes pc instance.
reload() - Method in interface org.apache.jdo.state.StateManagerInternal
Fetch or refresh object from the data store.
remove(Object) - Method in class org.apache.jdo.impl.sco.ArrayList
Removes the first occurrence of the specified element in this ArrayList If the ArrayList does not contain the element, it is unchanged.
remove(int) - Method in class org.apache.jdo.impl.sco.ArrayList
Removes the element at the specified position in this ArrayList.
remove() - Method in class org.apache.jdo.impl.sco.Freezer.FrozenIterator
This operation is not supported.
remove(Object) - Method in class org.apache.jdo.impl.sco.HashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class org.apache.jdo.impl.sco.HashSet
Removes the given element from this set if it is present.
remove(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
Removes the mapping for this key from this map if present.
remove(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
Removes the first occurrence of the specified element in this LinkedList If the LinkedList does not contain the element, it is unchanged.
remove(int) - Method in class org.apache.jdo.impl.sco.LinkedList
Removes the element at the specified position in this LinkedList.
remove(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
Removes the given element from this set if it is present.
remove(Object) - Method in class org.apache.jdo.impl.sco.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
remove(int) - Method in class org.apache.jdo.impl.sco.Vector
Removes the element at the specified position in this Vector.
remove() - Method in class org.apache.jdo.query.BasicQueryResult.BasicQueryResultIterator
Throw an exception.
remove(Object) - Method in class org.apache.jdo.query.BasicQueryResult
This method throws UnsupportedOperationException because the collection is read-only.
removeAll(Collection) - Method in class org.apache.jdo.impl.sco.ArrayList
Removes from this ArrayList all of its elements that are contained in the specified Collection.
removeAll(Collection) - Method in class org.apache.jdo.impl.sco.HashSet
Removes from this collection all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class org.apache.jdo.impl.sco.LinkedList
Removes from this LinkedList all of its elements that are contained in the specified Collection.
removeAll(Collection) - Method in class org.apache.jdo.impl.sco.TreeSet
Removes from this collection all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class org.apache.jdo.impl.sco.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAll(Collection) - Method in class org.apache.jdo.query.BasicQueryResult
This method throws UnsupportedOperationException because the collection is read-only.
removeAllElements() - Method in class org.apache.jdo.impl.sco.Vector
Removes all components from this vector and sets its size to zero.
removeElement(Object) - Method in class org.apache.jdo.impl.sco.Vector
Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElementAt(int) - Method in class org.apache.jdo.impl.sco.Vector
Deletes the component at the specified index.
removeFirst() - Method in class org.apache.jdo.impl.sco.LinkedList
Removes and returns the first element from this list.
removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Remove the parameter listener instance from the list of instance lifecycle event listeners set as the initial listeners for each PersistenceManager created by this PersistenceManagerFactory.
removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Removes the listener instance from the list of lifecycle event listeners.
removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
removeInternal(Object) - Method in class org.apache.jdo.impl.sco.ArrayList
 
removeInternal(Object) - Method in class org.apache.jdo.impl.sco.HashMap
 
removeInternal(Object) - Method in class org.apache.jdo.impl.sco.HashSet
 
removeInternal(Object) - Method in class org.apache.jdo.impl.sco.Hashtable
 
removeInternal(Object) - Method in class org.apache.jdo.impl.sco.LinkedList
 
removeInternal(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
 
removeInternal(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
 
removeInternal(Object) - Method in class org.apache.jdo.impl.sco.Vector
 
removeInternal(Object) - Method in interface org.apache.jdo.sco.SCOCollection
Removes element from the Collection without recording the event.
removeInternal(Object) - Method in interface org.apache.jdo.sco.SCOMap
Removes mappings from the Map without recording the event.
removeLast() - Method in class org.apache.jdo.impl.sco.LinkedList
Removes and returns the last element from this list.
removeUserObject(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Remove the specified key and its value from the map of user objects.
removeUserObject(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
removed - Variable in class org.apache.jdo.impl.sco.ArrayList
 
removed - Variable in class org.apache.jdo.impl.sco.HashSet
 
removed - Variable in class org.apache.jdo.impl.sco.LinkedList
 
removed - Variable in class org.apache.jdo.impl.sco.TreeSet
 
removed - Variable in class org.apache.jdo.impl.sco.Vector
 
removedKeys - Variable in class org.apache.jdo.impl.sco.HashMap
 
removedKeys - Variable in class org.apache.jdo.impl.sco.Hashtable
 
removedKeys - Variable in class org.apache.jdo.impl.sco.TreeMap
 
removedValues - Variable in class org.apache.jdo.impl.sco.HashMap
 
removedValues - Variable in class org.apache.jdo.impl.sco.Hashtable
 
removedValues - Variable in class org.apache.jdo.impl.sco.TreeMap
 
replace(int[], FieldManager) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transition the lifecycle state as if the instance is retrieved from the datastore, but use the specified field values instead of loading them from the datastore.
replace(int[], FieldManager) - Method in interface org.apache.jdo.state.StateManagerInternal
Transition the lifecycle state as if the instance is retrieved from the datastore, but use the specified field values instead of loading them from the datastore.
replaceFields(int[], FieldManager) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
replaceFields(int[], FieldManager) - Method in interface org.apache.jdo.state.StateManagerInternal
For replacing field values in a PC with the ones that is provided by the FieldManager.
replaceObjectId(Object, Object) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
 
replaceObjectId(Object, Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
replaceObjectId(Object, Object) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Replaces the objectId key value in the cache.
replacePersistenceManagerFactory(PersistenceManagerFactory) - Method in interface org.apache.jdo.ejb.EJBHelper
Replace newly created instance of internal PersistenceManagerFactory with the hashed one if it exists.
replacePersistenceManagerFactory(PersistenceManagerFactory) - Static method in class org.apache.jdo.ejb.EJBImplHelper
Returns the hashed instance of internal PersistenceManagerFactory that compares equal to the newly created instance or the instance itself if it is not found.
replaceSCO(SCO, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Replace field value with tracked SCO.
replaceSCOFields() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Replaces field values that are regular SCO instances with tracked SCOs.
replaceSCOFields() - Method in interface org.apache.jdo.state.StateManagerInternal
Replaces field values that are regular SCO instances with tracked SCOs.
replaceSCOWithClones(int[]) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Replaces SCO instances with clones in the before image to preserve the state.
replaceUnloadedFields(int[], FieldManager) - Method in class org.apache.jdo.impl.state.StateManagerImpl
For replacing field values in a PC with one that is provided by the FieldManager.
replacingBooleanField(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
replacingByteField(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
replacingCharField(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
replacingDetachedState(Detachable, Object[]) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Replace the detached state of the caller with the return value.
replacingDoubleField(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
replacingFlags(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
The owning StateManager uses this method to supply the value of the flags to the PersistenceCapable instance.
replacingFloatField(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
replacingIntField(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
replacingLoadedFieldList(PersistenceCapable, BitSet) - Method in class org.apache.jdo.impl.state.StateManagerImpl
The replacing value of the loaded field list in the calling instance.
replacingLongField(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
replacingModifiedFieldList(PersistenceCapable, BitSet) - Method in class org.apache.jdo.impl.state.StateManagerImpl
The replacing value of the modified field list in the calling instance.
replacingObjectField(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
replacingObjectId(PersistenceCapable, Object) - Method in class org.apache.jdo.impl.state.StateManagerImpl
The replacing value of the object id in the calling instance.
replacingShortField(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
replacingStateManager(PersistenceCapable, StateManager) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Replace the current value of jdoStateManager.
replacingStringField(PersistenceCapable, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
replacingVersion(PersistenceCapable, Object) - Method in class org.apache.jdo.impl.state.StateManagerImpl
The replacing value of the version in the calling instance.
reset() - Method in class org.apache.jdo.impl.sco.ArrayList
 
reset() - Method in class org.apache.jdo.impl.sco.HashMap
 
reset() - Method in class org.apache.jdo.impl.sco.HashSet
 
reset() - Method in class org.apache.jdo.impl.sco.Hashtable
 
reset() - Method in class org.apache.jdo.impl.sco.LinkedList
 
reset() - Method in class org.apache.jdo.impl.sco.TreeMap
 
reset() - Method in class org.apache.jdo.impl.sco.TreeSet
 
reset() - Method in class org.apache.jdo.impl.sco.Vector
 
reset() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Reset all settings
reset() - Method in interface org.apache.jdo.sco.SCOCollection
Resets removed and added lists after flush
reset() - Method in interface org.apache.jdo.sco.SCOMap
Resets removed and added lists after flush
resetDirtyFields() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Clear dirtyFields list on flush
resetOwner(Object[], int, boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Set owner on elements of an Array of SCO objects.
resetOwner(Iterator, int, boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Set owner on elements of an Iterator of SCO objects.
resetOwner(Object, int, boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Set owner on referenced SCO objects.
resetOwner(SCO, int, boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Set owner on referenced SCO objects.
resetRef() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Reset all references to null
restoreFields() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Restore fields from beforeImage on commit or rollback called by LifeCycle on commit or rollback transition.
restoreValues - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
restoreValues - Variable in class org.apache.jdo.impl.pm.TransactionImpl
Flag that indicates how to handle objects after rollback.
result - Variable in class org.apache.jdo.query.BasicQueryResult
The result after filtering the candidates for the proper class, ordering the results, and filtering candidates for the user-defined filter.
retainAll(Collection) - Method in class org.apache.jdo.impl.sco.ArrayList
Retains only the elements in this ArrayList that are contained in the specified Collection.
retainAll(Collection) - Method in class org.apache.jdo.impl.sco.HashSet
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class org.apache.jdo.impl.sco.LinkedList
Retains only the elements in this LinkedList that are contained in the specified Collection.
retainAll(Collection) - Method in class org.apache.jdo.impl.sco.TreeSet
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class org.apache.jdo.impl.sco.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
retainAll(Collection) - Method in class org.apache.jdo.query.BasicQueryResult
This method throws UnsupportedOperationException because the collection is read-only.
retainValues - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
retainValues - Variable in class org.apache.jdo.impl.pm.TransactionImpl
Flag that indicates how to handle objects after commit.
retrieve(PersistenceCapable) - Method in class org.apache.jdo.impl.pm.CacheManagerImpl
Retrieve Hollow persistent instance in this PersistenceManager.
retrieve(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Retrieve field values of an instance from the store.
retrieve(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Retrieve field values of an instance from the store.
retrieve(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
Retrieve all field values of an instance from the store.
retrieve(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
Retrieve field values of an instance from the store.
retrieve() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Transition on retrieve request.
retrieve() - Method in interface org.apache.jdo.state.StateManagerInternal
Retrieve an instance from the store.
retrieveAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Retrieve field values of instances from the store.
retrieveAll(Object[], boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Retrieve field values of instances from the store.
retrieveAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Retrieve field values of instances from the store.
retrieveAll(Collection, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Retrieve field values of instances from the store.
retrieveAll(Object[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
Retrieve field values of instances from the store.
retrieveAll(Object[], boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
Retrieve field values of instances from the store.
retrieveAll(Collection) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
Retrieve field values of instances from the store.
retrieveAll(Collection, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
Retrieve field values of instances from the store.
retrieveAllInternal(Object[], boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process retrieveAll call.
retrieveInternal(Object, boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Internal method to process retrieve call.
returnToPool(PersistenceManagerImpl) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Returns unused PersistenceManager to the free pool
rollback() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Rollback the transaction represented by this transaction object.
rollback() - Method in interface org.apache.jdo.store.Connector
Requests that the Connector drop all changes made since the previous commit/rollback and releases any database locks currently held by this Connector.
rollbackConnector() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Rollback a connector does rollback and close
run(List) - Method in class org.apache.jdo.impl.model.jdo.xml.XMLExists
This method checks all classes from the specified list of class names.
run() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl.ShutdownHook
 
runtimeJavaModelFactory - Static variable in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
The singleton RuntimeJavaModelFactory instance.

S

SCO - interface org.apache.jdo.sco.SCO.
 
SCOCollection - interface org.apache.jdo.sco.SCOCollection.
 
SCODate - interface org.apache.jdo.sco.SCODate.
 
SCOHelper - class org.apache.jdo.impl.sco.SCOHelper.
Helper class used by Tracked SCO implementations.
SCOHelper() - Constructor for class org.apache.jdo.impl.sco.SCOHelper
 
SCOMap - interface org.apache.jdo.sco.SCOMap.
 
SCOProcessor - class org.apache.jdo.impl.state.SCOProcessor.
This is the helper class to process SCO-related requests from the StateManager.
SCOProcessor() - Constructor for class org.apache.jdo.impl.state.SCOProcessor
Constructs a new SCOProcessor without specific parameters.
SCOProcessor.CollectionProcessor - class org.apache.jdo.impl.state.SCOProcessor.CollectionProcessor.
Processor for trackUpdates request for SCOCollection.
SCOProcessor.CollectionProcessor() - Constructor for class org.apache.jdo.impl.state.SCOProcessor.CollectionProcessor
 
SCOProcessor.DateProcessor - class org.apache.jdo.impl.state.SCOProcessor.DateProcessor.
Processor for trackUpdates request for SCODate.
SCOProcessor.DateProcessor() - Constructor for class org.apache.jdo.impl.state.SCOProcessor.DateProcessor
 
SCOProcessor.MapProcessor - class org.apache.jdo.impl.state.SCOProcessor.MapProcessor.
Processor for trackUpdates request for SCOMap.
SCOProcessor.MapProcessor() - Constructor for class org.apache.jdo.impl.state.SCOProcessor.MapProcessor
 
SCOProcessor.Processor - class org.apache.jdo.impl.state.SCOProcessor.Processor.
An abstract class that knows how process SCO-related requests.
SCOProcessor.Processor() - Constructor for class org.apache.jdo.impl.state.SCOProcessor.Processor
 
SimpleFieldManager - class org.apache.jdo.impl.state.SimpleFieldManager.
This is the means by which a StateManager implementation's * setXXXField() method (where XXX is e.g.
SimpleFieldManager() - Constructor for class org.apache.jdo.impl.state.SimpleFieldManager
 
SqlDate - class org.apache.jdo.impl.sco.SqlDate.
A mutable 2nd class object that represents java.sql.Date.
SqlDate() - Constructor for class org.apache.jdo.impl.sco.SqlDate
Creates a SqlDate object that represents the time at which it was allocated.
SqlDate(long) - Constructor for class org.apache.jdo.impl.sco.SqlDate
Creates a SqlDate object that represents the given time in milliseconds.
SqlTime - class org.apache.jdo.impl.sco.SqlTime.
A mutable 2nd class object that represents java.sql.Time.
SqlTime() - Constructor for class org.apache.jdo.impl.sco.SqlTime
Creates a SqlTime object that represents the time at which it was allocated.
SqlTime(long) - Constructor for class org.apache.jdo.impl.sco.SqlTime
Creates a SqlTime object that represents the given time in milliseconds.
SqlTimestamp - class org.apache.jdo.impl.sco.SqlTimestamp.
A mutable 2nd class object that represents java.sql.Timestamp
SqlTimestamp() - Constructor for class org.apache.jdo.impl.sco.SqlTimestamp
Creates a SqlTimestamp object that represents the time at which it was allocated.
SqlTimestamp(long) - Constructor for class org.apache.jdo.impl.sco.SqlTimestamp
Creates a SqlTimestamp object that represents the given time in milliseconds.
StateFieldManager - class org.apache.jdo.impl.state.StateFieldManager.
This is the means by which a StateManager implementation's setXXXField() method (where XXX is e.g.
StateFieldManager() - Constructor for class org.apache.jdo.impl.state.StateFieldManager
 
StateManagerFactory - class org.apache.jdo.impl.state.StateManagerFactory.
This class is responsible for creation of new instances of a StateManagerInternal.
StateManagerFactory() - Constructor for class org.apache.jdo.impl.state.StateManagerFactory
 
StateManagerImpl - class org.apache.jdo.impl.state.StateManagerImpl.
This is the StoreManager independent implemetation of javax.jdo.spi.StateManager interface.
StateManagerImpl(PersistenceCapable, PersistenceManagerInternal) - Constructor for class org.apache.jdo.impl.state.StateManagerImpl
Constructs a new StateManagerImpl to process future makePersistent request.
StateManagerImpl(Object, Object, PersistenceManagerInternal, Class) - Constructor for class org.apache.jdo.impl.state.StateManagerImpl
Constructs a new StateManagerImpl when requested from query processing.
StateManagerInternal - interface org.apache.jdo.state.StateManagerInternal.
Extends the StateManager interface for JDO-internal use.
StoreManager - interface org.apache.jdo.store.StoreManager.
StoreManager represents the datastore to the rest of the JDO components.
StoreManagerImpl - class org.apache.jdo.store.StoreManagerImpl.
StoreManagerImpl provides a base for fully implementing the StoreManager interface.
StoreManagerImpl() - Constructor for class org.apache.jdo.store.StoreManagerImpl
Default constructor.
scoProcessor - Static variable in class org.apache.jdo.impl.state.StateManagerImpl
 
scoprocessors - Variable in class org.apache.jdo.impl.state.SCOProcessor
 
set(PersistenceManagerFactoryImpl, String) - Method in interface org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl.PMFAccessor
Sets a value in a PMF, translating from String to the PMF's representation.
set(int, Object) - Method in class org.apache.jdo.impl.sco.ArrayList
Replaces the element at the specified position in this ArrayList with the specified element.
set(int, Object) - Method in class org.apache.jdo.impl.sco.LinkedList
Replaces the element at the specified position in this LinkedList with the specified element.
set(int, Object) - Method in class org.apache.jdo.impl.sco.Vector
Replaces the element at the specified position in this Vector with the specified element.
setBooleanField(PersistenceCapable, int, boolean, boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setByteField(PersistenceCapable, int, byte, byte) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setCFProperties(Properties) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the PMF-specific ConnectionFactory's properties.
setCharField(PersistenceCapable, int, char, char) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setConfigured() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the configurable flag false so this PersistenceManagerFactory can no longer be configured.
setConnectionDriverName(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the driver name for the data store connection.
setConnectionFactory(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the data store connection factory.
setConnectionFactory2(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the non-transactional connection factory for optimistic transactions.
setConnectionFactory2Name(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the name of the connection factory for non-transactional connections.
setConnectionFactoryName(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the name for the data store connection factory.
setConnectionPassword(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the password for the data store connection.
setConnectionURL(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the URL for the data store connection.
setConnectionUserName(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the user name for the data store connection.
setDate(int) - Method in class org.apache.jdo.impl.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDate(int) - Method in class org.apache.jdo.impl.sco.SqlDate
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDate(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDependency(Object) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setDependency(Object) - Method in interface org.apache.jdo.state.StateManagerInternal
Sets dependency object containing dependency information specific to this instance of the StateManager
setDetachAllOnCommit(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default DetachAllOnCommit setting for all PersistenceManager instances obtained from this factory.
setDetachAllOnCommit(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
setDetachAllOnCommit(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
setDoubleField(PersistenceCapable, int, double, double) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setElementAt(Object, int) - Method in class org.apache.jdo.impl.sco.Vector
Sets the component at the specified index of this vector to be the specified object.
setFloatField(PersistenceCapable, int, float, float) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setFromProperties(Properties) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Configures a PMF from the given Properties.
setFrozen(Object[]) - Method in class org.apache.jdo.impl.sco.ArrayList
Set the contents of this Collection from the frozen elements.
setFrozen(Map.Entry[]) - Method in class org.apache.jdo.impl.sco.HashMap
Set the contents of this Map from the frozen entries.
setFrozen(Object[]) - Method in class org.apache.jdo.impl.sco.HashSet
Set the contents of this Collection from the frozen elements, if this Collection is implicitly user-orderable.
setFrozen(Map.Entry[]) - Method in class org.apache.jdo.impl.sco.Hashtable
Set the contents of this Map from the frozen entries.
setFrozen(Object[]) - Method in class org.apache.jdo.impl.sco.LinkedList
Set the contents of this Collection from the frozen elements.
setFrozen(Map.Entry[]) - Method in class org.apache.jdo.impl.sco.TreeMap
Set the contents of this Map from the frozen elements.
setFrozen(Object[]) - Method in class org.apache.jdo.impl.sco.TreeSet
Set the contents of this Collection from the frozen elements, if this Collection is implicitly user-orderable.
setFrozen(Object[]) - Method in class org.apache.jdo.impl.sco.Vector
Set the contents of this Collection from the frozen elements.
setFrozen(Object[]) - Method in interface org.apache.jdo.sco.SCOCollection
Set the contents of this Collection from the frozen elements.
setFrozen(Map.Entry[]) - Method in interface org.apache.jdo.sco.SCOMap
Set the contents of this Map from the frozen entries.
setHours(int) - Method in class org.apache.jdo.impl.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setHours(int) - Method in class org.apache.jdo.impl.sco.SqlTime
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setHours(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setIgnoreCache(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default IgnoreCache setting for all PersistenceManager instances obtained from this factory.
setIgnoreCache(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
setIgnoreCache(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
setIntField(PersistenceCapable, int, int, int) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setJTATransaction(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
with the current thread in the managed environment
setLongField(PersistenceCapable, int, long, long) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setMapping(String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the Mapping setting for this factory.
setMaxPool(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default MaxPool setting for all PersistenceManager instances obtained from this factory.
setMinPool(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default MinPool setting for all PersistenceManager instances obtained from this factory.
setMinutes(int) - Method in class org.apache.jdo.impl.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMinutes(int) - Method in class org.apache.jdo.impl.sco.SqlTime
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMinutes(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMonth(int) - Method in class org.apache.jdo.impl.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMonth(int) - Method in class org.apache.jdo.impl.sco.SqlDate
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMonth(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setMsWait(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default MsWait setting for all PersistenceManager instances obtained from this factory.
setMultithreaded(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default Multithreaded setting for all PersistenceManager instances obtained from this factory.
setMultithreaded(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Set the Multithreaded flag for this PersistenceManager.
setMultithreaded(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
setNanos(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Sets this Timestamp object's nanos value to the given value.
setNanosInternal(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Sets the SqlTimestamp object's nanos value without notification of the Owner field.
setNonconfigured() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the configurable flag true so this PersistenceManagerFactory can be again configured.
setNontransactionalRead(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory.
setNontransactionalRead(boolean) - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
setNontransactionalWrite(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory.
setNontransactionalWrite(boolean) - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
setObjectField(PersistenceCapable, int, Object, Object) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setObjectId(Object) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setObjectId(Object) - Method in interface org.apache.jdo.state.StateManagerInternal
Allows a client to change this state manager's object Id.
setOptimistic(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default Optimistic setting for all PersistenceManager instances obtained from this factory.
setOptimistic(boolean) - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.ArrayList
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.Date
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.HashMap
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.HashSet
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.Hashtable
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.LinkedList
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.SqlDate
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.SqlTime
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.TreeMap
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.TreeSet
 
setOwner(Object, int) - Method in class org.apache.jdo.impl.sco.Vector
 
setOwner(Object, int) - Method in interface org.apache.jdo.sco.SCO
Sets the owner and field number.
setPCClass(Class) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setPCClass(Class) - Method in interface org.apache.jdo.state.StateManagerInternal
Allows StateManager to set the actual PC Class if it was not available at the constructor time and create a hollow instnce of that type.
setPMFClassProperty(Properties) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the PMF class property for this PMF.
setProps(Properties, HashMap) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
For each PMFAccessor in the given HashMap, gets the corresponding value from the PMF and puts it in the given Properties object.
setQueryTimeout(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default QueryTimeout setting for all PersistenceManager instances obtained from this factory.
setRestoreValues(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default RestoreValues setting for all PersistenceManager instances obtained from this factory.
setRestoreValues(boolean) - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
setRetainValues(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default RetainValues setting for all PersistenceManager instances obtained from this factory.
setRetainValues(boolean) - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
setRollbackOnly() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Sets the rollback-only status of the transaction to true.
setRollbackOnly() - Method in interface org.apache.jdo.store.Connector
Requests that the Connector put itself in a state such that the only allowable operations is Connector.getRollbackOnly().
setSCOOwner(boolean) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Change owner of all SCO fields.
setSeconds(int) - Method in class org.apache.jdo.impl.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setSeconds(int) - Method in class org.apache.jdo.impl.sco.SqlTime
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setSeconds(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setShortField(PersistenceCapable, int, short, short) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setStatus(int) - Method in class org.apache.jdo.impl.pm.TransactionImpl
Set status under lock (may be a nested lock which is ok)
setStoreManager(StoreManager) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
 
setStoreManager(StoreManager) - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
Sets a StoreManager that is ready to accept operations on it such as insert, etc.
setStringField(PersistenceCapable, int, String, String) - Method in class org.apache.jdo.impl.state.StateManagerImpl
 
setSynchronization(Synchronization) - Method in class org.apache.jdo.impl.pm.TransactionImpl
 
setTime(long) - Method in class org.apache.jdo.impl.sco.Date
Sets the Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTime(long) - Method in class org.apache.jdo.impl.sco.SqlDate
Sets the SqlDate object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTime(long) - Method in class org.apache.jdo.impl.sco.SqlTime
Sets the SqlTime object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTime(long) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Sets the SqlTimestamp object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeInternal(long) - Method in class org.apache.jdo.impl.sco.Date
Sets the Date object without notification of the Owner field.
setTimeInternal(long) - Method in class org.apache.jdo.impl.sco.SqlDate
Sets the SqlDate object without notification of the Owner field.
setTimeInternal(long) - Method in class org.apache.jdo.impl.sco.SqlTime
Sets the SqlTime object without notification of the Owner field.
setTimeInternal(long) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Sets the SqlTimestamp object without notification of the Owner field.
setTimeInternal(long) - Method in interface org.apache.jdo.sco.SCODate
Sets initial date value without notifying the owner object
setUpdateTimeout(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Set the default UpdateTimeout setting for all PersistenceManager instances obtained from this factory.
setUserObject(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
The application can manage the PersistenceManager instances more easily by having an application object associated with each PersistenceManager instance.
setUserObject(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
 
setYear(int) - Method in class org.apache.jdo.impl.sco.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
setYear(int) - Method in class org.apache.jdo.impl.sco.SqlDate
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
setYear(int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
shortValue - Variable in class org.apache.jdo.impl.state.SimpleFieldManager
 
shortValue - Variable in class org.apache.jdo.impl.state.StateFieldManager
 
shutdown() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Method called by the shudown hook to close pmf instances left open when the JVM exits.
sigSCO_Collection - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
The signature for SCO Collections.
sigSCO_HashMap - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
The signature for SCO HashMap.
sigSCO_HashSet - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
The signature for SCO HashSet.
sigSCO_Map - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
The signature for SCO Maps.
sigSCO_Short - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Constructor signatures
sigSCO_TreeMap - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
The signature for SCO TreeMap.
sigSCO_TreeSet - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
The signature for SCO TreeSet.
singleton - Static variable in class org.apache.jdo.impl.state.ReachabilityHandler
The singleton ReachabilityHandler instance.
singleton - Static variable in class org.apache.jdo.impl.state.SCOProcessor
The singleton ReachabilityHandler instance.
size() - Method in class org.apache.jdo.impl.sco.HashMap
 
size() - Method in class org.apache.jdo.impl.sco.HashSet
 
size() - Method in class org.apache.jdo.impl.sco.Hashtable
 
size() - Method in class org.apache.jdo.impl.sco.TreeMap
 
size() - Method in class org.apache.jdo.impl.sco.TreeSet
 
size() - Method in class org.apache.jdo.query.BasicQueryResult
This method delegates to the result collection method.
startedCommit - Variable in class org.apache.jdo.impl.pm.TransactionImpl
The commit process has already begun (even though the status is still STATUS_ACTIVE).
startedCommit() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Returns true if commit has started
stateType - Variable in class org.apache.jdo.impl.state.LifeCycleState
 
stateType() - Method in class org.apache.jdo.impl.state.LifeCycleState
Returns the type of the life cycle state as an int.
stateTypes - Static variable in class org.apache.jdo.impl.state.LifeCycleState
 
status - Variable in class org.apache.jdo.impl.pm.TransactionImpl
Transaction status (from javax.transaction.Status).
statusString(int) - Static method in class org.apache.jdo.impl.pm.TransactionImpl
Translates a javax.transaction.Status value into a string.
storeBooleanField(int, boolean) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
Provides the means by which the value of a boolean field can be given by a StateManager to an object that needs the value.
storeBooleanField(int, boolean) - Method in class org.apache.jdo.impl.state.StateFieldManager
Provides the means by which the value of a boolean field can be given by a StateManager to an object that needs the value.
storeBooleanField(int, boolean) - Method in interface org.apache.jdo.state.FieldManager
Provides the means by which the value of a boolean field can be given by a StateManager to an object that needs the value.
storeByteField(int, byte) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
Provides the means by which the value of a byte field can be given by a StateManager to an object that needs the value.
storeByteField(int, byte) - Method in class org.apache.jdo.impl.state.StateFieldManager
Provides the means by which the value of a byte field can be given by a StateManager to an object that needs the value.
storeByteField(int, byte) - Method in interface org.apache.jdo.state.FieldManager
Provides the means by which the value of a byte field can be given by a StateManager to an object that needs the value.
storeCharField(int, char) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
Provides the means by which the value of a char field can be given by a StateManager to an object that needs the value.
storeCharField(int, char) - Method in class org.apache.jdo.impl.state.StateFieldManager
Provides the means by which the value of a char field can be given by a StateManager to an object that needs the value.
storeCharField(int, char) - Method in interface org.apache.jdo.state.FieldManager
Provides the means by which the value of a char field can be given by a StateManager to an object that needs the value.
storeDoubleField(int, double) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
Provides the means by which the value of a double field can be given by a StateManager to an object that needs the value.
storeDoubleField(int, double) - Method in class org.apache.jdo.impl.state.StateFieldManager
Provides the means by which the value of a double field can be given by a StateManager to an object that needs the value.
storeDoubleField(int, double) - Method in interface org.apache.jdo.state.FieldManager
Provides the means by which the value of a double field can be given by a StateManager to an object that needs the value.
storeFloatField(int, float) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
Provides the means by which the value of a field can be given by a StateManager to an object that needs the value.
storeFloatField(int, float) - Method in class org.apache.jdo.impl.state.StateFieldManager
Provides the means by which the value of a field can be given by a StateManager to an object that needs the value.
storeFloatField(int, float) - Method in interface org.apache.jdo.state.FieldManager
Provides the means by which the value of a field can be given by a StateManager to an object that needs the value.
storeIntField(int, int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
Provides the means by which the value of a int field can be given by a StateManager to an object that needs the value.
storeIntField(int, int) - Method in class org.apache.jdo.impl.state.StateFieldManager
Provides the means by which the value of a int field can be given by a StateManager to an object that needs the value.
storeIntField(int, int) - Method in interface org.apache.jdo.state.FieldManager
Provides the means by which the value of a int field can be given by a StateManager to an object that needs the value.
storeLongField(int, long) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
Provides the means by which the value of a long field can be given by a StateManager to an object that needs the value.
storeLongField(int, long) - Method in class org.apache.jdo.impl.state.StateFieldManager
Provides the means by which the value of a long field can be given by a StateManager to an object that needs the value.
storeLongField(int, long) - Method in interface org.apache.jdo.state.FieldManager
Provides the means by which the value of a long field can be given by a StateManager to an object that needs the value.
storeObjectField(int, Object) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
Provides the means by which the value of an Object field can be given by a StateManager to an object that needs the value.
storeObjectField(int, Object) - Method in class org.apache.jdo.impl.state.StateFieldManager
Provides the means by which the value of an Object field can be given by a StateManager to an object that needs the value.
storeObjectField(int, Object) - Method in interface org.apache.jdo.state.FieldManager
Provides the means by which the value of an Object field can be given by a StateManager to an object that needs the value.
storeShortField(int, short) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
Provides the means by which the value of a short field can be given by a StateManager to an object that needs the value.
storeShortField(int, short) - Method in class org.apache.jdo.impl.state.StateFieldManager
Provides the means by which the value of a short field can be given by a StateManager to an object that needs the value.
storeShortField(int, short) - Method in interface org.apache.jdo.state.FieldManager
Provides the means by which the value of a short field can be given by a StateManager to an object that needs the value.
storeStringField(int, String) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
Provides the means by which the value of a String field can be given by a StateManager to an object that needs the value.
storeStringField(int, String) - Method in class org.apache.jdo.impl.state.StateFieldManager
Provides the means by which the value of a String field can be given by a StateManager to an object that needs the value.
storeStringField(int, String) - Method in interface org.apache.jdo.state.FieldManager
Provides the means by which the value of a String field can be given by a StateManager to an object that needs the value.
stringValue - Variable in class org.apache.jdo.impl.state.SimpleFieldManager
 
stringValue - Variable in class org.apache.jdo.impl.state.StateFieldManager
 
subMap(Object, Object) - Method in class org.apache.jdo.impl.sco.TreeMap
 
subSet(Object, Object) - Method in class org.apache.jdo.impl.sco.TreeSet
 
subclasses - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent
 
subclasses() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl.EmptyExtent
 
supportedOptions() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
The application can determine from the results of this method which optional features are supported by the JDO implementation.
synchronization - Variable in class org.apache.jdo.impl.pm.TransactionImpl
Registered Synchronization object.

T

TOTAL - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
TRANSIENT - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
T_CLEAN - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
T_DIRTY - Static variable in class org.apache.jdo.impl.state.LifeCycleState
Constants to specify the life cycle state type
TransactionImpl - class org.apache.jdo.impl.pm.TransactionImpl.
The Transaction interface allows operations to be performed against the transaction in the target Transaction object.
TransactionImpl(PersistenceManagerImpl, PersistenceManagerFactoryImpl, String, String) - Constructor for class org.apache.jdo.impl.pm.TransactionImpl
Constructors new instance of TransactionImpl for the corresponding PersistenceManagerImpl.
TransactionSynchronization - class org.apache.jdo.impl.pm.TransactionSynchronization.
This is a Synchronization instance associated with the corresponding instance of the TransactionImpl.
TransactionSynchronization(TransactionImpl) - Constructor for class org.apache.jdo.impl.pm.TransactionSynchronization
 
Transcriber - interface org.apache.jdo.store.Transcriber.
A Transcriber provides a way to get a different representation for an object.
TranscriberFactory - interface org.apache.jdo.store.TranscriberFactory.
Provides a means to create an array of transcribers for a given Class.
TransientClean - class org.apache.jdo.impl.state.TransientClean.
This class represents TransientClean state specific state transitions as requested by StateManagerImpl.
TransientClean() - Constructor for class org.apache.jdo.impl.state.TransientClean
 
TransientDirty - class org.apache.jdo.impl.state.TransientDirty.
This class represents TransientDirty state specific state transitions as requested by StateManagerImpl.
TransientDirty() - Constructor for class org.apache.jdo.impl.state.TransientDirty
 
TreeMap - class org.apache.jdo.impl.sco.TreeMap.
A mutable 2nd class object that represents TreeMap.
TreeMap(Class, Class, boolean) - Constructor for class org.apache.jdo.impl.sco.TreeMap
Creates a new empty TreeMap object.
TreeMap(Class, Class, boolean, Comparator) - Constructor for class org.apache.jdo.impl.sco.TreeMap
Creates a new empty TreeMap object that has the specified initial capacity.
TreeSet - class org.apache.jdo.impl.sco.TreeSet.
A mutable 2nd class object that represents TreeSet.
TreeSet(Class, boolean) - Constructor for class org.apache.jdo.impl.sco.TreeSet
Creates a new empty TreeSet object.
TreeSet(Class, boolean, Comparator) - Constructor for class org.apache.jdo.impl.sco.TreeSet
Creates a new empty TreeSet object that has the specified comparator.
tailMap(Object) - Method in class org.apache.jdo.impl.sco.TreeMap
 
tailSet(Object) - Method in class org.apache.jdo.impl.sco.TreeSet
 
thaw(SCOMap, StateManagerInternal, Map.Entry[]) - Static method in class org.apache.jdo.impl.sco.Freezer
Thaw the frozen elements of a map.
thaw(SCOCollection, StateManagerInternal, Object[]) - Static method in class org.apache.jdo.impl.sco.Freezer
Thaw the frozen elements of a collection.
thaw() - Method in class org.apache.jdo.impl.sco.HashMap
Thaw the frozen elements of this map.
thaw() - Method in class org.apache.jdo.impl.sco.HashSet
Thaw the frozen elements of this collection.
thaw() - Method in class org.apache.jdo.impl.sco.Hashtable
Thaw the frozen elements of this map.
thaw() - Method in class org.apache.jdo.impl.sco.TreeMap
Thaw the frozen elements of this map.
thaw() - Method in class org.apache.jdo.impl.sco.TreeSet
Thaw the frozen elements of this collection.
toArray() - Method in class org.apache.jdo.impl.sco.HashSet
 
toArray(Object[]) - Method in class org.apache.jdo.impl.sco.HashSet
 
toArray(Object[]) - Method in class org.apache.jdo.query.BasicQueryResult
This method delegates to the result collection method.
toArray() - Method in class org.apache.jdo.query.BasicQueryResult
This method delegates to the result collection method.
toInt(String) - Static method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
It should *never* be the case that our translation process encounters a NumberFormatException.
toString() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
The String representation of this PMF.
toString() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Returns a string representation of this transaction object.
toString() - Method in class org.apache.jdo.impl.sco.HashMap
 
toString() - Method in class org.apache.jdo.impl.sco.HashSet
 
toString() - Method in class org.apache.jdo.impl.sco.Hashtable
 
toString() - Method in class org.apache.jdo.impl.sco.TreeMap
 
toString() - Method in class org.apache.jdo.impl.sco.TreeSet
 
toString() - Method in class org.apache.jdo.impl.state.LifeCycleState
 
traceCall(String) - Method in class org.apache.jdo.impl.pm.TransactionImpl
Trace method call.
traceCall(String, int) - Method in class org.apache.jdo.impl.pm.TransactionImpl
Trace method call with a provided status.
trackUpdates(boolean) - Method in class org.apache.jdo.impl.sco.ArrayList
Apply changes
trackUpdates(boolean) - Method in class org.apache.jdo.impl.sco.HashMap
Notify StateManager to process the changes.
trackUpdates(boolean) - Method in class org.apache.jdo.impl.sco.HashSet
Notify StateManager to process the changes.
trackUpdates(boolean) - Method in class org.apache.jdo.impl.sco.Hashtable
Notify StateManager to process the changes.
trackUpdates(boolean) - Method in class org.apache.jdo.impl.sco.LinkedList
Apply changes
trackUpdates(boolean) - Method in class org.apache.jdo.impl.sco.TreeMap
Notify StateManager to process the changes.
trackUpdates(boolean) - Method in class org.apache.jdo.impl.sco.TreeSet
Notify StateManager to process the changes.
trackUpdates(boolean) - Method in class org.apache.jdo.impl.sco.Vector
Apply changes
trackUpdates(StateManagerImpl, int, SCO) - Method in class org.apache.jdo.impl.state.SCOProcessor.CollectionProcessor
Makes newly added instances to an SCO Collection auto-persistent and fixes ownership on referenced SCO instances.
trackUpdates(StateManagerImpl, int, SCO) - Method in class org.apache.jdo.impl.state.SCOProcessor.DateProcessor
Makes newly added instances to an SCO Collection auto-persistent and fixes ownership on referenced SCO instances.
trackUpdates(StateManagerImpl, int, SCO) - Method in class org.apache.jdo.impl.state.SCOProcessor.MapProcessor
Makes newly added instances to an SCO Map auto-persistent and fixes ownership on referenced SCO instances.
trackUpdates(StateManagerImpl, int, SCO) - Method in class org.apache.jdo.impl.state.SCOProcessor.Processor
Makes newly added instances to an SCO Collection auto-persistent and fixes ownership on referenced SCO instances.
trackUpdates(StateManagerImpl, int, SCO) - Method in class org.apache.jdo.impl.state.SCOProcessor
Process requests to trackUpdates for SCO changes.
trackUpdates(int, SCO) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Makes newly added instances to an SCO Collection or SCO Map auto-persistent.
trackUpdates(int, SCO) - Method in interface org.apache.jdo.state.StateManagerInternal
Processes changes to the Tracked SCO instance owned by this StateManager.
transitionCommit(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNew
Differs from the generic implementation in LifeCycleState that state transitions to Transient and keeps all fields.
transitionCommit(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNewFlushed
 
transitionCommit(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentPending
Differs from the generic implementation in LifeCycleState that state transitions to Transient and keeps all fields.
transitionCommit(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on commit.
transitionCommit(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentClean
 
transitionCommit(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentDeletedFlushed
 
transitionCommit(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentDirtyFlushed
 
transitionCommit(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNewDeleted
 
transitionCommit(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNewFlushed
 
transitionCommit(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.TransientClean
This is a no-op.
transitionCommit(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.TransientDirty
 
transitionDeletePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNewFlushed
 
transitionDeletePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNewFlushedDirty
 
transitionDeletePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.Hollow
 
transitionDeletePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on call to deletePersistent
transitionDeletePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentClean
 
transitionDeletePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentDirty
 
transitionDeletePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentDirtyFlushed
 
transitionDeletePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNew
 
transitionDeletePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNewFlushed
 
transitionDeletePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNewFlushedDirty
 
transitionDeletePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionEvict(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on call to evict an instance.
transitionEvict(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentClean
 
transitionEvict(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionFromAutoPersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNew
 
transitionFromAutoPersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentPending
 
transitionFromAutoPersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState to transient for AutoPersistent instance that is not referenced anymore (persistence-by-reachability)
transitionLoad(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.Hollow
Transitions LifeCycle state on reload or retrieve call.
transitionMakeNontransactional(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.Hollow
 
transitionMakeNontransactional(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on call to makeNontransactional
transitionMakeNontransactional(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentClean
 
transitionMakeNontransactional(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionMakeNontransactional(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.TransientClean
 
transitionMakePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNew
 
transitionMakePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNewFlushed
 
transitionMakePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNewFlushedDirty
 
transitionMakePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on call to makePersistent
transitionMakePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.TransientClean
 
transitionMakePersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.TransientDirty
 
transitionMakeTransactional(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.Hollow
 
transitionMakeTransactional(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on call to makeTransactional
transitionMakeTransactional(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionMakeTransient(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.Hollow
 
transitionMakeTransient(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on call to makeTransient.
transitionMakeTransient(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentClean
 
transitionMakeTransient(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionMakeTransient(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.TransientClean
 
transitionMakeTransient(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.TransientDirty
 
transitionRead(StateManagerImpl, Transaction, boolean) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
Transtions the state on read or retrieve.
transitionReadField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.Hollow
 
transitionReadField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on call to read a field.
transitionReadField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentDeleted
 
transitionReadField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNewDeleted
 
transitionReadField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionReadField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.TransientClean
 
transitionRefresh(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on call to refresh an instance.
transitionRefresh(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentDirty
 
transitionRefresh(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionReload(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.Hollow
 
transitionReload(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on call to reload an instance.
transitionReload(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionReplace(StateManagerImpl, Transaction, int[], FieldManager) - Method in class org.apache.jdo.impl.state.Hollow
 
transitionReplace(StateManagerImpl, Transaction, int[], FieldManager) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions the lifecycle state as if the instance is retrieved from the datastore, but use the specified field values instead of loading them from the datastore.
transitionReplace(StateManagerImpl, Transaction, int[], FieldManager) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionRetrieve(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.Hollow
 
transitionRetrieve(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on call to retrieve an instance.
transitionRetrieve(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentClean
 
transitionRetrieve(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentDirty
 
transitionRetrieve(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionRollback(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNew
Differs from the generic implementation in LifeCycleState that state transitions to Transient and restores all fields.
transitionRollback(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNewFlushed
Differs from the generic implementation in LifeCycleState that state transitions to Transient and restores all fields.
transitionRollback(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentNewFlushedDirty
Differs from the generic implementation in LifeCycleState that state transitions to Transient and restores all fields.
transitionRollback(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.AutoPersistentPending
Differs from the generic implementation in LifeCycleState that state transitions to Transient and restores all fields.
transitionRollback(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.Hollow
This state transition is invalid for the rollback.
transitionRollback(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on rollback.
transitionRollback(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNew
This implementation differs from a generic version from the LifeCycleState as the state transitions to transient.
transitionRollback(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNewDeleted
Differs from the generic implementation in LifeCycleState that state transitions to Transient.
transitionRollback(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionRollback(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.TransientClean
 
transitionRollback(boolean, StateManagerImpl) - Method in class org.apache.jdo.impl.state.TransientDirty
 
transitionToAutoPersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState as a result of call to makePersistent of a referencing instance (persistence-by-reachability)
transitionToAutoPersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.TransientClean
 
transitionToAutoPersistent(StateManagerImpl) - Method in class org.apache.jdo.impl.state.TransientDirty
 
transitionTransient - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.AutoPersistentNewFlushed
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.Hollow
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.LifeCycleState
Transitions LifeCycleState on call to write a field.
transitionWriteField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentClean
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentCleanTransactional
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentDeleted
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentDirtyFlushed
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNewDeleted
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNewFlushed
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.PersistentNonTransactional
 
transitionWriteField(StateManagerImpl, Transaction) - Method in class org.apache.jdo.impl.state.TransientClean
 
translateStatus(int) - Method in interface org.apache.jdo.ejb.EJBHelper
Translate local representation of the Transaction Status to javax.transaction.Status value if necessary.
translateStatus(int) - Static method in class org.apache.jdo.ejb.EJBImplHelper
Translates local representation of the Transaction Status to javax.transaction.Status value.
tx - Variable in class org.apache.jdo.impl.pm.TransactionSynchronization
Reference to TransactionImpl instance associated with this instance of TransactionSynchronization
tx - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
txObjectId - Variable in class org.apache.jdo.impl.state.StateManagerImpl
 
txSync - Variable in class org.apache.jdo.impl.pm.TransactionImpl
Synchronisation object associated with this transaction instance
txType - Variable in class org.apache.jdo.impl.pm.TransactionImpl
Flag to indicate usage mode (non-managed versus managed, and so on).
txTypeString() - Method in class org.apache.jdo.impl.pm.TransactionImpl
Translates a txType value into a string.

U

URL - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
unsetBeforeImage() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Reset beforeImage on refresh or flush
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.ArrayList
 
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.Date
 
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.HashMap
 
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.HashSet
 
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.Hashtable
 
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.LinkedList
 
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.SqlDate
 
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.SqlTime
 
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.SqlTimestamp
 
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.TreeMap
 
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.TreeSet
 
unsetOwner(Object, int) - Method in class org.apache.jdo.impl.sco.Vector
 
unsetOwner(Object, int) - Method in interface org.apache.jdo.sco.SCO
Nullifies references to the owner Object iff the passed in owner and fieldNumber match.
unsetSCOFields() - Method in class org.apache.jdo.impl.state.StateManagerImpl
Unsets owner of tracked SCO field values and marks fields as not loaded.
update(BitSet, BitSet, StateManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
Causes the object managed by the given state manager to be updated in the database.
updateBeforeImage(int[]) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Update existing beforeImage in a transaction.
updateJDOClass(JDOClass, String[], Class[], byte[], Class) - Method in class org.apache.jdo.impl.model.java.runtime.RegisterClassListener
Internal method to update the specified JDOClass instance with the runtime meta data.
updateJDOField(JDOField, Class, byte, RuntimeJavaType) - Method in class org.apache.jdo.impl.model.java.runtime.RegisterClassListener
Internal method to update the specified JDOField instance with the runtime meta data.
updateTimeout - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
usage() - Method in class org.apache.jdo.impl.model.jdo.xml.XMLExists
Print a usage message to System.err.
userName - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 
username - Variable in class org.apache.jdo.impl.pm.TransactionImpl
values for the datasource user and user password to access security connections

V

VERBOSE - Static variable in class org.apache.jdo.impl.model.jdo.xml.XMLExists
Print verbose messages.
Vector - class org.apache.jdo.impl.sco.Vector.
A mutable 2nd class object that represents Vector.
Vector(Class, boolean) - Constructor for class org.apache.jdo.impl.sco.Vector
Constructs an empty vector so that its internal data array has size 10 and its standard capacity increment is zero.
Vector(Class, boolean, int) - Constructor for class org.apache.jdo.impl.sco.Vector
Constructs an empty vector with the specified initial capacity and with its capacity increment equal to zero.
validateResult(int, Throwable[]) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Helper method to validate errors on processing arrays of objects.
validateResult(int, Throwable[]) - Static method in class org.apache.jdo.impl.sco.SCOHelper
Helper method to validate errors on processing arrays of objects.
valueType - Variable in class org.apache.jdo.impl.sco.HashMap
 
valueType - Variable in class org.apache.jdo.impl.sco.Hashtable
 
valueType - Variable in class org.apache.jdo.impl.sco.TreeMap
 
values() - Method in class org.apache.jdo.impl.sco.HashMap
 
values() - Method in class org.apache.jdo.impl.sco.Hashtable
 
values() - Method in class org.apache.jdo.impl.sco.TreeMap
 
verify(String, String) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Verify that cached instance of a PersistenceManager was initialy requested with the same values for username and password
verify(String, String) - Method in class org.apache.jdo.impl.pm.TransactionImpl
Verify that username and password are equal to ones stored before
verifyConfiguration() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
Verify that the connection URL has been configured.
verifyFields(BitSet, BitSet, StateManagerInternal) - Method in interface org.apache.jdo.store.StoreManager
Causes the object managed by the given state manager to be verified in the database.
verifyProvider(PersistenceCapable) - Method in class org.apache.jdo.impl.state.StateManagerImpl
Verifies field provider

W

writeObject(ObjectOutputStream) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
 

X

XMLExists - class org.apache.jdo.impl.model.jdo.xml.XMLExists.
This class allows to check whether there is JDO metadata for a class with a given class name.
XMLExists() - Constructor for class org.apache.jdo.impl.model.jdo.xml.XMLExists
No arg constructor.
XMLExists(boolean, int) - Constructor for class org.apache.jdo.impl.model.jdo.xml.XMLExists
Constructor taking checkXMLExists and outputLevel.
XMLExists.JavaModelFactoryImpl - class org.apache.jdo.impl.model.jdo.xml.XMLExists.JavaModelFactoryImpl.
JavaModelFactory implementation.
XMLExists.JavaModelFactoryImpl() - Constructor for class org.apache.jdo.impl.model.jdo.xml.XMLExists.JavaModelFactoryImpl
 
xmlExpected - Variable in class org.apache.jdo.impl.model.jdo.xml.XMLExists
Flag indicating whether the classes to be checked is expected to have JDO XML metadata or not.

_

_ArrayList - Static variable in class org.apache.jdo.impl.sco.ArrayList
 
_Date - Static variable in class org.apache.jdo.impl.sco.Date
 
_HashMap - Static variable in class org.apache.jdo.impl.sco.HashMap
 
_HashSet - Static variable in class org.apache.jdo.impl.sco.HashSet
 
_Hashtable - Static variable in class org.apache.jdo.impl.sco.Hashtable
 
_LinkedList - Static variable in class org.apache.jdo.impl.sco.LinkedList
 
_SqlDate - Static variable in class org.apache.jdo.impl.sco.SqlDate
 
_SqlTime - Static variable in class org.apache.jdo.impl.sco.SqlTime
 
_SqlTimestamp - Static variable in class org.apache.jdo.impl.sco.SqlTimestamp
 
_TreeMap - Static variable in class org.apache.jdo.impl.sco.TreeMap
 
_TreeSet - Static variable in class org.apache.jdo.impl.sco.TreeSet
 
_Vector - Static variable in class org.apache.jdo.impl.sco.Vector
 
_activeTransaction - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Flag for active transaction
_detachAllOnCommit - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Flag for detaching all objects upon PM commit.
_flushedCache - Variable in class org.apache.jdo.impl.pm.CacheManagerImpl
Collection of Persistent instances that will require state change at the transaction completion
_flushing - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Flag for flushing process
_ignoreCache - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Flag for Query.
_isClosed - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
True if this PersistenceManager is closed
_jta - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Reference to the associated JTA Transaction if any
_newInstances - Variable in class org.apache.jdo.impl.pm.CacheManagerImpl
Collection of StateManager instances that represent Persistent instances that had been made newly persistent in the current transaction.
_storeManager - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Reference to the StoreManager
_transaction - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Associated Transaction
_transientCache - Variable in class org.apache.jdo.impl.pm.CacheManagerImpl
Collection of Transient-transactional instances registered with this Transaction
_txCache - Variable in class org.apache.jdo.impl.pm.CacheManagerImpl
Collection of Persistent instances created and/or updated in this Transaction
_txCache - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
Reference to the CacheManager
_userObject - Variable in class org.apache.jdo.impl.pm.PersistenceManagerImpl
User Object
_weakCache - Variable in class org.apache.jdo.impl.pm.CacheManagerImpl
Weak Hashtable of Persistent instances accessed by this PersistenceManager

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