- Accessor - Interface in org.apache.jdo.pm
-
- 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.
- afterCompletion(int) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Called by Transaction commit() or rollback()
cleans up transactional cache
- afterCompletion(boolean, boolean, boolean) - Method in interface org.apache.jdo.state.StateManagerInternal
-
Transitions lifecycle state in afterCompletion callback
- allowNulls() - Method in class org.apache.jdo.impl.sco.ArrayList
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.HashMap
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.HashSet
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.Hashtable
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.LinkedList
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- allowNulls() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- 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.
- 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.
- ArrayList - Class in org.apache.jdo.impl.sco
-
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.
- 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
- assertNotClosed() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Assert that this PersistenceManagerFactory is not closed.
- assertReadAllowed() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Assert the NontransactionalRead flag is true or a transaction is active.
- assertReadAllowed() - Method in interface org.apache.jdo.pm.PersistenceManagerInternal
-
assert that the NontransactionalRead flag is true or a transaction is active.
- 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
-
- 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.
- 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.
- 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.PersistenceManagerFactoryImpl
-
Close this PersistenceManagerFactory.
- 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.
- closed - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
These are used for implementing close().
- 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.
- 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.
- comparator() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- comparator() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- ComponentTypeHelper - Class in org.apache.jdo.impl.model.java.runtime.jdk5
-
Helper class to calculate the component type of he type of a field, method
or property in a J2SE5.0 environment.
- ComponentTypeHelper() - Constructor for class org.apache.jdo.impl.model.java.runtime.jdk5.ComponentTypeHelper
-
- Connector - Interface in org.apache.jdo.store
-
A Connector is the store-independent means of representing a connection.
- 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
-
- 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.
- createFrozenIterator(Object[]) - Static method in class org.apache.jdo.impl.sco.Freezer
-
Create an iterator over frozen elements or entries.
- 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.
- 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.
- 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
-
- 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 interface org.apache.jdo.state.FieldManager
-
- fetchByteField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
- 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 interface org.apache.jdo.state.FieldManager
-
- fetchDoubleField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
- 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 interface org.apache.jdo.state.FieldManager
-
- fetchIntField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
- 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 interface org.apache.jdo.state.FieldManager
-
- fetchObjectField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
- 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 interface org.apache.jdo.state.FieldManager
-
- fetchStringField(int) - Method in class org.apache.jdo.impl.state.SimpleFieldManager
-
- fetchStringField(int) - Method in interface org.apache.jdo.state.FieldManager
-
- FieldManager - Interface in org.apache.jdo.state
-
This is the means by which a StateManager implementation's giveXXXField()
method (where XXX is e.g.
- 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.
- first() - Method in class org.apache.jdo.impl.sco.TreeSet
-
- firstKey() - Method in class org.apache.jdo.impl.sco.TreeMap
-
- 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() - 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.
- 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
- 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
- forceClose() - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Close this persistence manager even if there are open wrappers
or an uncomplete transaction.
- 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.
- Freezer - Class in org.apache.jdo.impl.sco
-
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.FrozenIterator - Class in org.apache.jdo.impl.sco
-
This class iterates over an array.
- 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.
- 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
- getCandidates() - Method in interface org.apache.jdo.query.QueryResultHelper
-
Return the candidate Collection or Extent specified by
the user.
- getCFFromProperties(Properties) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Create a ConnectionFactory for this PMF.
- getComponentClass(JavaField) - Static method in class org.apache.jdo.impl.model.java.runtime.jdk5.ComponentTypeHelper
-
Returns the Class instance representing the component type of the
type of the specified field.
- getComponentClass(JavaMethod) - Static method in class org.apache.jdo.impl.model.java.runtime.jdk5.ComponentTypeHelper
-
Returns the Class instance representing the component type of the
return type of the specified method.
- getComponentClass(JavaProperty) - Static method in class org.apache.jdo.impl.model.java.runtime.jdk5.ComponentTypeHelper
-
Returns the Class instance representing the component type of the
type of the specified property.
- getComponentType() - Method in class org.apache.jdo.impl.model.java.runtime.jdk5.JDK5RuntimeJavaField
-
Returns the JavaType representation of the component type of the type
of the property, if the property type is an array or collection.
- getComponentType() - Method in class org.apache.jdo.impl.model.java.runtime.jdk5.JDK5RuntimeJavaMethod
-
Returns the JavaType representation of the component type of the return
type of the method, if the method return type is an array or
collection.
- getComponentType() - Method in class org.apache.jdo.impl.model.java.runtime.jdk5.JDK5RuntimeJavaProperty
-
Returns the JavaType representation of the component type of the type
of the property, if the property type is an array or collection.
- 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 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 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
-
- 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() - 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
-
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() - 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() - 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.
- 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
-
- 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.jdk5.JDK5RuntimeJavaModelFactory
-
Returns the singleton instance of JDK5RuntimeJavaModelFactory.
- getInstance() - Static method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
-
Returns the singleton instance of RuntimeJavaModelFactory.
- getInternalObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Gets the internal object id for this 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.
- getJavaTypeForClass(Class) - Method in class org.apache.jdo.impl.model.java.runtime.jdk5.JDK5RuntimeJavaProperty
-
Returns a JavaType instance for 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.
- getLocalAccessors() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get JDO implementation-specific properties
(not specified by JDO specification).
- 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.
- getNontransactionalWrite() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default NontransactionalWrite setting for all
PersistenceManager instances obtained from this factory.
- 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.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
-
- 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
-
- 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.
- 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() - 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 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.PersistenceManagerWrapper
-
Returns PersistenceManagerInternal associated with this 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
-
- 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).
- 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.
- getRetainValues() - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Get the default RetainValues setting for all PersistenceManager instances
obtained from this factory.
- getRollbackOnly() - Method in interface org.apache.jdo.store.Connector
-
Indicates whether or not the connector can do operations other than
rollback.
- 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
-
- 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.
- 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.
- 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.
- getTransactionalObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
- getTransactionalObjectId(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerWrapper
-
- 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.
- 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.
- 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.
- newJavaFieldInstance(String, JavaType) - Method in class org.apache.jdo.impl.model.java.runtime.jdk5.JDK5RuntimeJavaType
-
Creates a new instance of the JavaField implementation class.
- newJavaFieldInstance(Field) - Method in class org.apache.jdo.impl.model.java.runtime.jdk5.JDK5RuntimeJavaType
-
Creates a new instance of the JavaField implementation class.
- newJavaModelInstance(ClassLoader) - Method in class org.apache.jdo.impl.model.java.runtime.jdk5.JDK5RuntimeJavaModelFactory
-
Creates a new instance of the JavaModel implementation class.
- newJavaModelInstance(ClassLoader) - Method in class org.apache.jdo.impl.model.java.runtime.RuntimeJavaModelFactory
-
Creates a new instance of the JavaModel implementation class.
- newJavaPropertyInstance(String, JavaMethod, JavaMethod, JavaType) - Method in class org.apache.jdo.impl.model.java.runtime.jdk5.JDK5RuntimeJavaType
-
Creates a new instance of the JavaProperty implementation class.
- newJavaTypeInstance(Class) - Method in class org.apache.jdo.impl.model.java.runtime.jdk5.JDK5RuntimeJavaModel
-
Creates a new instance of the JavaType 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.
- NORMAL - Static variable in class org.apache.jdo.impl.model.jdo.xml.XMLExists
-
Normal output.
- 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
- password - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
- PersistenceManagerFactoryImpl - Class in org.apache.jdo.impl.pm
-
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 in org.apache.jdo.impl.pm
-
The preferred way of getting & restoring a PMF in JNDI is to do so via
a Properties object.
- PersistenceManagerFactoryInternal - Interface in org.apache.jdo.pm
-
JDORI-internal PMF.
- PersistenceManagerImpl - Class in org.apache.jdo.impl.pm
-
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.
- PersistenceManagerInternal - Interface in org.apache.jdo.pm
-
Extends the PersistenceManager interface for JDO-internal use.
- PersistenceManagerWrapper - Class in org.apache.jdo.impl.pm
-
This is a thin wrapper for the current implemetation of javax.jdo.PersistenceManager
interface.
- pmfAccessors - Static variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Tables which map from names to PMFAccessors.
- pmSet - Variable in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
The set of all PersistenceManagers that are not closed.
- popCurrentWrapper(PersistenceManagerWrapper) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
Replace current wrapper with the previous
- preFlush() - Method in class org.apache.jdo.store.StoreManagerImpl
-
Perform any actions required before StateManager's are flushed.
- preStore() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Calls preStore on the associated object if necessary.
- 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.
- processArgs(String[]) - Method in class org.apache.jdo.impl.model.jdo.xml.XMLExists
-
Helper method to do command line argument processing.
- 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 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 interface org.apache.jdo.state.StateManagerInternal
-
Causes the values of the fields indicated by the specified fields to
be given to the FieldManager.
- 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
-
- 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
-
- 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
-
- refreshInstance() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Transitions lifecycle state to P_CLEAN or P_NON_TX
- 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.
- RegisterClassListener - Class in org.apache.jdo.impl.model.java.runtime
-
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.
- 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.
- 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.
- 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.
- 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 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
-
- 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 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.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.
- replaceSCOFields() - Method in interface org.apache.jdo.state.StateManagerInternal
-
Replaces field values that are regular SCO instances with tracked SCOs.
- 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 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
- 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.
- 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 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.
- 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.
- 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.
- RuntimeJavaModel - Class in org.apache.jdo.impl.model.java.runtime
-
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 in org.apache.jdo.impl.model.java.runtime
-
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 in org.apache.jdo.impl.model.java.runtime
-
A reflection based JavaType implementation used at runtime.
- RuntimeJavaType(Class, RuntimeJavaModel) - Constructor for class org.apache.jdo.impl.model.java.runtime.RuntimeJavaType
-
Constructor.
- SCO - Interface in org.apache.jdo.sco
-
- SCOCollection - Interface in org.apache.jdo.sco
-
- SCODate - Interface in org.apache.jdo.sco
-
- SCOMap - Interface in org.apache.jdo.sco
-
- 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.
- setCFProperties(Properties) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the PMF-specific ConnectionFactory's properties.
- 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 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
-
- 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.
- 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
-
- setJTATransaction(Object) - Method in class org.apache.jdo.impl.pm.PersistenceManagerImpl
-
with the current thread in the managed environment
- 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.
- setNontransactionalWrite(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default NontransactionalWrite setting for all
PersistenceManager instances obtained from this factory.
- 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.
- 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 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.
- 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.
- setRetainValues(boolean) - Method in class org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl
-
Set the default RetainValues setting for all PersistenceManager instances
obtained from this factory.
- setRollbackOnly() - Method in interface org.apache.jdo.store.Connector
-
- 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)
.
- 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.
- 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)
.
- 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.
- SimpleFieldManager - Class in org.apache.jdo.impl.state
-
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
-
- 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.
- SqlDate - Class in org.apache.jdo.impl.sco
-
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 in org.apache.jdo.impl.sco
-
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 in org.apache.jdo.impl.sco
-
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.
- StateManagerFactory - Class in org.apache.jdo.impl.state
-
This class is responsible for creation of new instances of a StateManagerInternal.
- StateManagerFactory() - Constructor for class org.apache.jdo.impl.state.StateManagerFactory
-
- StateManagerInternal - Interface in org.apache.jdo.state
-
Extends the StateManager interface for JDO-internal use.
- 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 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 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 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 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 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 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 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.
- StoreManager - Interface in org.apache.jdo.store
-
StoreManager represents the datastore to the rest of the JDO components.
- StoreManagerImpl - Class in org.apache.jdo.store
-
StoreManagerImpl provides a base for fully implementing the StoreManager
interface.
- StoreManagerImpl() - Constructor for class org.apache.jdo.store.StoreManagerImpl
-
Default constructor.
- 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 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 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 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.
- subMap(Object, Object) - Method in class org.apache.jdo.impl.sco.TreeMap
-
- subSet(Object, Object) - Method in class org.apache.jdo.impl.sco.TreeSet
-
- 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.