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

R

READ_OK - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFlags is set to READ_OK, then the fields in the default fetch group can be accessed for read without notifying the StateManager.
READ_WRITE_OK - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFlags is set to READ_WRITE_OK, then the fields in the default fetch group can be accessed for read or write without notifying the StateManager.
readExternal(ObjectInput) - Method in class javax.jdo.identity.ByteIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.CharIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.IntIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.LongIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.ObjectIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.ShortIdentity
Read this object.
readExternal(ObjectInput) - Method in class javax.jdo.identity.SingleFieldIdentity
Read from the input stream.
readExternal(ObjectInput) - Method in class javax.jdo.identity.StringIdentity
Read this object.
refresh(Object) - Method in interface javax.jdo.PersistenceManager
Refresh the state of the instance from the data store.
refresh(Object) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
refresh(Object, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, using the specified properties, and overwriting changes made to the entity, if any.
refresh(Object, LockModeType) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type.
refresh(Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type and with specified properties.
refreshAll(Object...) - Method in interface javax.jdo.PersistenceManager
Refresh the state of an array of instances from the data store.
refreshAll(Collection) - Method in interface javax.jdo.PersistenceManager
Refresh the state of a Collection of instances from the data store.
refreshAll() - Method in interface javax.jdo.PersistenceManager
Refresh the state of all applicable instances from the data store.
refreshAll(JDOException) - Method in interface javax.jdo.PersistenceManager
Refreshes all instances in the exception that failed verification.
registerAuthorizedStateManagerClass(Class) - Static method in class javax.jdo.spi.JDOImplHelper
Register a class authorized to replaceStateManager.
registerAuthorizedStateManagerClasses(Collection) - Static method in class javax.jdo.spi.JDOImplHelper
Register classes authorized to replaceStateManager.
registerClass(Class, String[], Class[], byte[], Class, PersistenceCapable) - Static method in class javax.jdo.spi.JDOImplHelper
Register metadata by class.
registerClass(RegisterClassEvent) - Method in interface javax.jdo.spi.RegisterClassListener
This method gets called when a persistence-capable class is registered.
RegisterClassEvent - Class in javax.jdo.spi
A RegisterClassEvent event gets delivered whenever a persistence-capable class registers itself with the JDOImplHelper.
RegisterClassEvent(JDOImplHelper, Class, String[], Class[], byte[], Class) - Constructor for class javax.jdo.spi.RegisterClassEvent
Constructs a new RegisterClassEvent.
RegisterClassListener - Interface in javax.jdo.spi
A "RegisterClassEvent" event gets fired whenever a persistence-capable class is loaded and gets registered with the JDOImplHelper.
registerDateFormat(DateFormat) - Method in class javax.jdo.spi.JDOImplHelper
Register a DateFormat instance for use with constructing Date instances.
registerDocumentBuilderFactory(DocumentBuilderFactory) - Method in class javax.jdo.spi.JDOImplHelper
Register a DocumentBuilderFactory instance for use in parsing the resource(s) META-INF/jdoconfig.xml.
registerErrorHandler(ErrorHandler) - Method in class javax.jdo.spi.JDOImplHelper
Register an ErrorHandler instance for use in parsing the resource(s) META-INF/jdoconfig.xml.
registerStringConstructor(Class, JDOImplHelper.StringConstructor) - Method in class javax.jdo.spi.JDOImplHelper
Register special StringConstructor instances.
RELATIONSHIP - Static variable in interface javax.jdo.FetchGroup
For use with FetchGroup.addCategory(java.lang.String) and FetchGroup.removeCategory(java.lang.String) calls.
remove(Object) - Method in interface javax.persistence.EntityManager
Remove the entity instance.
removeAllFetchGroups() - Method in interface javax.jdo.PersistenceManagerFactory
Remove all FetchGroups from the set of active FetchGroups.
removeCategory(String) - Method in interface javax.jdo.FetchGroup
Remove the members (fields or properties) of the named category from the set of members in this FetchGroup.
removeFetchGroups(FetchGroup...) - Method in interface javax.jdo.PersistenceManagerFactory
Remove the FetchGroups from the set of active FetchGroups.
removeGroup(String) - Method in interface javax.jdo.FetchPlan
Remove the fetch group from the set active fetch groups.
removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in interface javax.jdo.PersistenceManager
Removes the listener instance from the list of lifecycle event listeners.
removeInstanceLifecycleListener(InstanceLifecycleListener) - Method in interface javax.jdo.PersistenceManagerFactory
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.
removeMember(String) - Method in interface javax.jdo.FetchGroup
Remove the member (field or property) from the set of members in this FetchGroup.
removeMembers(String...) - Method in interface javax.jdo.FetchGroup
Remove the member (field or property) from the set of members in this FetchGroup.
removeRegisterClassListener(RegisterClassListener) - Method in class javax.jdo.spi.JDOImplHelper
Remove the specified RegisterClassListener from the listener list.
removeStateInterrogation(StateInterrogation) - Method in class javax.jdo.spi.JDOImplHelper
Remove a StateInterrogation from the list.
removeUserObject(Object) - Method in interface javax.jdo.PersistenceManager
Remove the specified key and its value from the map of user objects.
replacingBooleanField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingByteField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingCharField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingDetachedState(Detachable, Object[]) - Method in interface javax.jdo.spi.StateManager
The replacement value of the detached state in the calling instance.
replacingDoubleField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingFlags(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
The owning StateManager uses this method to supply the value of the flags to the PersistenceCapable instance.
replacingFloatField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingIntField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingLongField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingObjectField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingShortField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
replacingStateManager(PersistenceCapable, StateManager) - Method in interface javax.jdo.spi.StateManager
Replace the current value of jdoStateManager.
replacingStringField(PersistenceCapable, int) - Method in interface javax.jdo.spi.StateManager
The replacement value of the field in the calling instance.
RESOURCE_LOCAL - Static variable in interface javax.jdo.Constants
The value for TransactionType to specify that transactions are managed by the javax.jdo.Transaction instance, similar to the usage as documented in JSR-220.
retrieve(Object) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of an instance from the store.
retrieve(Object, boolean) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of an instance from the store.
retrieveAll(Collection) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
retrieveAll(Collection, boolean) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
retrieveAll(Object...) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
retrieveAll(Object[], boolean) - Method in interface javax.jdo.PersistenceManager
Deprecated.  
retrieveAll(boolean, Object...) - Method in interface javax.jdo.PersistenceManager
Retrieve field values of instances from the store.
reverse() - Method in interface javax.persistence.criteria.Order
Switch the ordering.
rollback() - Method in interface javax.jdo.Transaction
Roll back the current transaction.
rollback() - Method in interface javax.persistence.EntityTransaction
Roll back the current resource transaction.
RollbackException - Exception in javax.persistence
Thrown by the persistence provider when EntityTransaction.commit() fails.
RollbackException() - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with null as its detail message.
RollbackException(String) - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with the specified detail message.
RollbackException(String, Throwable) - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with the specified detail message and cause.
RollbackException(Throwable) - Constructor for exception javax.persistence.RollbackException
Constructs a new RollbackException exception with the specified cause.
Root<X> - Interface in javax.persistence.criteria
A root type in the from clause.

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