A B C D E F G H I L M N O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addConnectionEventListener(ConnectionEventListener) - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Mutator to add a connection listener
- addFetchGroups(FetchGroup...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- addInstanceLifecycleListener(InstanceLifecycleListener, Class[]) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
-
JDO 2.0 spec 12.15 "LifecycleListeners".
- addInstanceLifecycleListener(InstanceLifecycleListener, Class...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
JDO 2.0 spec 12.15 "LifecycleListeners".
- ApplicationLocalTransaction - Class in org.datanucleus.jdo.connector
-
Application demarcated local transaction This interface is used for application level local transaction demarcation.
- ApplicationLocalTransaction(PersistenceManagerImpl) - Constructor for class org.datanucleus.jdo.connector.ApplicationLocalTransaction
-
Constructor
- associateConnection(Object) - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Mutator to associate a connection
B
- begin() - Method in class org.datanucleus.jdo.connector.ApplicationLocalTransaction
- begin() - Method in class org.datanucleus.jdo.connector.ContainerLocalTransaction
-
Method to start the Transaction
- begin() - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Method to start the Transaction
C
- checkConsistency() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to check the consistency of the cache.
- cleanup() - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Cleanup method
- close() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- close() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to close the Persistence Manager.
- commit() - Method in class org.datanucleus.jdo.connector.ApplicationLocalTransaction
- commit() - Method in class org.datanucleus.jdo.connector.ContainerLocalTransaction
-
Method to commit the Transaction
- commit(Xid, boolean) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
- ConnectionXAResource - Class in org.datanucleus.jdo.connector
-
XAResource for the Connector.
- ContainerLocalTransaction - Class in org.datanucleus.jdo.connector
-
Container-demarcated local transaction.
- createConnectionFactory() - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
-
Creator for the connection factory
- createConnectionFactory(ConnectionManager) - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
-
Creator for the connection factory.
- createInteraction() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
-
Creator for a managed connection.
- currentTransaction() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for the current transaction
D
- deletePersistent(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
JDO method to delete a Persistence Capable object
- deletePersistentAll(Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
JDO method to delete an array of Persistence Capable objects
- deletePersistentAll(Collection) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
JDO method to delete a Collection of Persistence Capable objects
- destroy() - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Destroy method
- detachCopy(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Detach the specified object from the
PersistenceManager. - detachCopyAll(Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Detach the specified objects from the
PersistenceManager. - detachCopyAll(Collection) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Detach the specified objects from the
PersistenceManager.
E
- end(Xid, int) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
- equals(Object) - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
-
Equality operator.
- evict(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to evict an object
- evictAll() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to evict all objects from the PM.
- evictAll(boolean, Class) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to evict all objects of the specified type (and optionally its subclasses).
- evictAll(Class, boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to evict all objects of the specified type (and optionally its subclasses).
- evictAll(Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to evict an array of objects
- evictAll(Collection) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to evict all of the specified objects from the PM.
F
- flush() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
This method flushes all dirty, new, and deleted instances to the datastore.
- forget(Xid) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
- freezeConfiguration() - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
-
Freezes the current configuration.
G
- getConnection() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getConnection(ConnectionSpec) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getConnection(Subject, ConnectionRequestInfo) - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Accessor for the connection
- getConnectionDriverName() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getConnectionFactory() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getConnectionFactory2() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getConnectionFactory2Name() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getConnectionFactoryName() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getConnectionURL() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getConnectionUserName() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getCopyOnAttach() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getCopyOnAttach() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getDataStoreCache() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getDataStoreConnection() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
(non-Javadoc)
- getDatastoreReadTimeoutMillis() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getDatastoreReadTimeoutMillis() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getDatastoreWriteTimeoutMillis() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getDatastoreWriteTimeoutMillis() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getDetachAllOnCommit() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getDetachAllOnCommit() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for whether to detach objects on commit of the txn.
- getExtent(Class) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for the extent of a candidate class.
- getExtent(Class, boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for the extent of a candidate class.
- getFetchGroup(Class, String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getFetchGroup(Class, String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getFetchGroups() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getFetchPlan() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for the current FetchPlan
- getIgnoreCache() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getIgnoreCache() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for whether to ignore the cache or not
- getJDOPersistenceManager() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getLocalTransaction() - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Accessor for the local transaction
- getLocalTransaction() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getLogWriter() - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
-
Accessor for the Log writer
- getLogWriter() - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Accessor for the Log
- getManagedClasses() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getManagedObjects() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getManagedObjects(Class...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getManagedObjects(EnumSet) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getManagedObjects(EnumSet, Class...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getMapping() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getMetadata(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getMetaData() - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Accessor for the connection MetaData
- getMetaData() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getMetaData() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getMultithreaded() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getMultithreaded() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for the multithreaded capability of the manager
- getName() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getNontransactionalRead() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getNontransactionalWrite() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getObjectById(Class, Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getObjectById(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for an object given its id.
- getObjectById(Object, boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for an object given its id.
- getObjectId(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for the id of an object.
- getObjectIdClass(Class) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Retrieve the class for the objectid
- getObjectsById(boolean, Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getObjectsById(Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getObjectsById(Object[], boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getObjectsById(Collection) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getObjectsById(Collection, boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getOptimistic() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getPersistenceManager() - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
- getPersistenceManager() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getPersistenceManager(String, String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getPersistenceManagerFactory() - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
- getPersistenceManagerFactory() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Retrieve the PersistenceManagerFactory for this manager
- getPersistenceManagerProxy() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getPersistenceUnitName() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getProperties() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getProperties() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getReadOnly() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getRecordFactory() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getReference() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getRestoreValues() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getResultSetInfo() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getRetainValues() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getSequence(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a Sequence.
- getServerDate() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for the server date/time.
- getServerTimeZoneID() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getSupportedProperties() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getTransactionalObjectId(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- getTransactionIsolationLevel() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getTransactionTimeout() - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
- getTransactionType() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- getUserObject() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
The application might manage PersistenceManager instances by using an associated object for bookkeeping purposes.
- getUserObject(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to get a user object from the PersistenceManager.
- getXAResource() - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Accessor for the XA resource.
H
- hashCode() - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
I
- internalBegin() - Method in class org.datanucleus.jdo.connector.ContainerLocalTransaction
-
Method to start the Transaction
- internalCommit() - Method in class org.datanucleus.jdo.connector.ContainerLocalTransaction
-
Method to commit the Transaction
- internalCommit(JDOPersistenceManager) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
-
Method to commit the Transaction
- internalRollback() - Method in class org.datanucleus.jdo.connector.ContainerLocalTransaction
-
Method to rollback the Transaction
- internalRollback(JDOPersistenceManager) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
-
Method to rollback the Transaction
- internalStart(JDOPersistenceManager) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
-
Method to start the Transaction
- isClosed() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
-
Accessor for whether the PMF is closed.
- isClosed() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for whether the Persistence Manager is closed.
- isSameRM(XAResource) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
L
- LOGGER - Static variable in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Logger for JCA.
M
- makeNontransactional(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make a Persistence-Capable object non-transactional
- makeNontransactionalAll(Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make an array of Persistence-Capable objects non-transactional
- makeNontransactionalAll(Collection) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make a Collection of Persistence-Capable objects non-transactional
- makePersistent(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to make an object persistent.
- makePersistentAll(Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make an array of Persistent Capable objects persistent
- makePersistentAll(Collection) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make a Collection of Persistence Capable objects persistent
- makeTransactional(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make a Persistence-Capable object transient
- makeTransactionalAll(Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make an array of Persistence-Capable objects transactional
- makeTransactionalAll(Collection) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make a collection of persistable objects transactional
- makeTransient(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make a Persistence-Capable object transient
- makeTransient(Object, boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make a Persistence-Capable object transient , optionally using the fetch plan.
- makeTransientAll(boolean, Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make an array of Persistence-Capable objects transient
- makeTransientAll(Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make an array of Persistence-Capable objects transient
- makeTransientAll(Object[], boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make an array of Persistence-Capable objects transient
- makeTransientAll(Collection) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make a Collection of Persistence-Capable objects transient
- makeTransientAll(Collection, boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Make a Collection of Persistence-Capable objects transient
- ManagedConnectionFactoryImpl - Class in org.datanucleus.jdo.connector
-
Implementation of the JCA adapter for use in J2EE environments.
- ManagedConnectionFactoryImpl() - Constructor for class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
- ManagedConnectionImpl - Class in org.datanucleus.jdo.connector
-
Implementation of ManagedConnection persistence manager Handle is the Object Instance of the API the user application is interacting with.
- ManagedConnectionImpl(ManagedConnectionFactoryImpl, PasswordCredential) - Constructor for class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Constructor.
- matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
-
Method to match managed connections.
N
- newInstance(Class) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to create an instance of an interface or abstract class
- newJDOQLTypedQuery(Class<T>) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- newMetadata() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- newNamedQuery(Class, String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a new named query.
- newObjectIdInstance(Class, Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- newObjectIdInstance(Class, String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- newQuery() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a new query.
- newQuery(Class) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a new query using this candidate class.
- newQuery(Class, String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a new query.
- newQuery(Class, Collection) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a new query.
- newQuery(Class, Collection, String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a new query.
- newQuery(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a new query.
- newQuery(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a single-string query.
- newQuery(String, Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a new query in the specified query language etc.
- newQuery(Extent) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a new query based on the provided extent.
- newQuery(Extent, String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Accessor for a new query.
O
- org.datanucleus.jdo.connector - package org.datanucleus.jdo.connector
-
A JCA resource adapter for DataNucleus
P
- PersistenceManagerFactoryImpl - Class in org.datanucleus.jdo.connector
-
PersistenceManagerFactoryImpl for JavaEE.
- PersistenceManagerFactoryImpl(ManagedConnectionFactoryImpl, ConnectionManager) - Constructor for class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
-
Constructor
- PersistenceManagerImpl - Class in org.datanucleus.jdo.connector
-
Implementation of the PersistenceManager for use in JCA environments.
- PersistenceManagerImpl(ManagedConnectionImpl) - Constructor for class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Constructor.
- prepare(Xid) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
- putUserObject(Object, Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to put a user object into the PersistenceManager.
R
- recover(int) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
- refresh(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to refresh an object
- refreshAll() - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to refresh all objects in the Persistence Manager.
- refreshAll(Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to refresh an array of objects.
- refreshAll(Collection) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to refresh a collection of objects.
- refreshAll(JDOException) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to refresh objects that failed verification in a JDOException
- registerMetadata(JDOMetadata) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- removeAllFetchGroups() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- removeConnectionEventListener(ConnectionEventListener) - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Mutator to remove a connection listener
- removeFetchGroups(FetchGroup...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
-
JDO 2.0 spec 12.15 "LifecycleListeners".
- removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
JDO 2.0 spec 12.15 "LifecycleListeners".
- removeUserObject(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to remove a user object from the PersistenceManager.
- retrieve(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to retrieve an object
- retrieve(Object, boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Method to retrieve an object
- retrieveAll(boolean, Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Retrieve field values of instances from the store.
- retrieveAll(Object...) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Retrieve an array of Persistence-Capable objects
- retrieveAll(Object[], boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Retrieve field values of instances from the store.
- retrieveAll(Collection) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Retrieve a Collection of Persistence-Capable objects
- retrieveAll(Collection, boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Retrieve field values of instances from the store.
- rollback() - Method in class org.datanucleus.jdo.connector.ApplicationLocalTransaction
- rollback() - Method in class org.datanucleus.jdo.connector.ContainerLocalTransaction
-
Method to rollback the Transaction
- rollback(Xid) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
S
- setConnectionDriverName(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setConnectionFactory(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setConnectionFactory2(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setConnectionFactory2Name(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setConnectionFactoryName(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setConnectionPassword(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setConnectionURL(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setConnectionUserName(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setCopyOnAttach(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setCopyOnAttach(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- setDatastoreReadTimeoutMillis(Integer) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setDatastoreReadTimeoutMillis(Integer) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- setDatastoreWriteTimeoutMillis(Integer) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setDatastoreWriteTimeoutMillis(Integer) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- setDetachAllOnCommit(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setDetachAllOnCommit(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Mutator for whether to detach all objects on commit of the txn.
- setIgnoreCache(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setIgnoreCache(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Mutator for whether to ignore the cache or not
- setLogWriter(PrintWriter) - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
-
Mutator for the Log Writer
- setLogWriter(PrintWriter) - Method in class org.datanucleus.jdo.connector.ManagedConnectionImpl
-
Mutator for the Log
- setMapping(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setMultithreaded(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setMultithreaded(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
Mutator for the multithreaded capability of the manager
- setName(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setNontransactionalRead(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setNontransactionalWrite(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setOptimistic(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setPersistenceUnitName(String) - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
-
Mutator for the name of the persistence unit.
- setPersistenceUnitName(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setPersistenceXmlFilename(String) - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
-
Mutator for the filename of the persistence.xml file.
- setPrimaryClassLoader(String) - Method in class org.datanucleus.jdo.connector.ManagedConnectionFactoryImpl
-
Setter for the primaryClassLoader
- setProperty(String, Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
- setReadOnly(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setReference(Reference) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setRestoreValues(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setRetainValues(boolean) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setServerTimeZoneID(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setTransactionIsolationLevel(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setTransactionTimeout(int) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
- setTransactionType(String) - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
- setUserObject(Object) - Method in class org.datanucleus.jdo.connector.PersistenceManagerImpl
-
The application might manage PersistenceManager instances by using an associated object for bookkeeping purposes.
- start(Xid, int) - Method in class org.datanucleus.jdo.connector.ConnectionXAResource
- supportedOptions() - Method in class org.datanucleus.jdo.connector.PersistenceManagerFactoryImpl
All Classes All Packages