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

P

parameter(Class<T>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a parameter expression.
parameter(Class<T>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a parameter expression with the given name.
Parameter<T> - Interface in javax.persistence
Type for query parameter objects.
ParameterExpression<T> - Interface in javax.persistence.criteria
Type of criteria query parameter expressions.
Path<X> - Interface in javax.persistence.criteria
Represents a simple or compound attribute path from a bound type or collection, and is a "primitive" expression.
persist(Object) - Method in interface javax.persistence.EntityManager
Make an instance managed and persistent.
Persistence - Class in javax.persistence
Bootstrap class that is used to obtain an EntityManagerFactory in Java SE environments.
Persistence() - Constructor for class javax.persistence.Persistence
 
PERSISTENCE_PROVIDER - Static variable in class javax.persistence.Persistence
Deprecated.  
PersistenceAware - Annotation Type in javax.jdo.annotations
Annotation to specify that the class is persistence-aware.
PersistenceCapable - Annotation Type in javax.jdo.annotations
Annotation for whether the class or interface is persistence-capable.
PersistenceCapable - Interface in javax.jdo.spi
A class that can be managed by a binary-compatible JDO implementation must implement this interface.
PersistenceCapable.ObjectIdFieldConsumer - Interface in javax.jdo.spi
This interface is used to store fields from the Object id instance.
PersistenceCapable.ObjectIdFieldManager - Interface in javax.jdo.spi
This interface is a convenience interface that allows an instance to implement both ObjectIdFieldSupplier and ObjectIdFieldConsumer.
PersistenceCapable.ObjectIdFieldSupplier - Interface in javax.jdo.spi
This interface is used to provide fields to the Object id instance.
PersistenceContext - Annotation Type in javax.persistence
Expresses a dependency on a container-managed EntityManager and its associated persistence context.
PersistenceContexts - Annotation Type in javax.persistence
Declares one or more PersistenceContext annotations.
PersistenceContextType - Enum in javax.persistence
Specifies whether a transaction-scoped or extended persistence context is to be used in PersistenceContext.
PersistenceException - Exception in javax.persistence
Thrown by the persistence provider when a problem occurs.
PersistenceException() - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with null as its detail message.
PersistenceException(String) - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message.
PersistenceException(String, Throwable) - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message and cause.
PersistenceException(Throwable) - Constructor for exception javax.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified cause.
PersistenceManager - Interface in javax.jdo
PersistenceManager is the primary interface for JDO-aware application components.
PersistenceManagerFactory - Interface in javax.jdo
The PersistenceManagerFactory is the interface to use to obtain PersistenceManager instances.
PersistenceModifier - Enum in javax.jdo.annotations
Enumeration of the persistence-modifier values for a field or property.
PersistenceProperty - Annotation Type in javax.persistence
Describes a single container or persistence provider property.
PersistenceProvider - Interface in javax.persistence.spi
Interface implemented by the persistence provider.
PersistenceProviderResolver - Interface in javax.persistence.spi
Determine the list of persistence providers available in the runtime environment.
PersistenceProviderResolverHolder - Class in javax.persistence.spi
Holds the global PersistenceProviderResolver instance.
PersistenceProviderResolverHolder() - Constructor for class javax.persistence.spi.PersistenceProviderResolverHolder
 
PersistenceUnit - Annotation Type in javax.persistence
Expresses a dependency on an EntityManagerFactory and its associated persistence unit.
PersistenceUnitInfo - Interface in javax.persistence.spi
Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory.
PersistenceUnits - Annotation Type in javax.persistence
Declares one or more PersistenceUnit annotations.
PersistenceUnitTransactionType - Enum in javax.persistence.spi
Specifies whether entity managers created by the EntityManagerFactory will be JTA or resource-local entity managers.
PersistenceUnitUtil - Interface in javax.persistence
Utility interface between the application and the persistence provider managing the persistence unit.
PersistenceUtil - Interface in javax.persistence
Utility interface between the application and the persistence provider(s).
Persistent - Annotation Type in javax.jdo.annotations
Annotation for defining the persistence of a member.
PessimisticLockException - Exception in javax.persistence
Thrown by the persistence provider when an pessimistic locking conflict occurs.
PessimisticLockException() - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with null as its detail message.
PessimisticLockException(String) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message.
PessimisticLockException(String, Throwable) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message and cause.
PessimisticLockException(Throwable) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified cause.
PessimisticLockException(Object) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified entity.
PessimisticLockException(String, Throwable, Object) - Constructor for exception javax.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message, cause, and entity.
PessimisticLockScope - Enum in javax.persistence
Defines the values of the javax.persistence.lock.scope property for pessimistic locking.
pin(Object) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
pin(Object) - Method in interface javax.jdo.datastore.DataStoreCache
Pin the parameter instance in the second-level cache.
pinAll(Object...) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
pinAll(Collection) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
pinAll(Class, boolean) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
pinAll(boolean, Class) - Method in class javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache
 
pinAll(Collection) - Method in interface javax.jdo.datastore.DataStoreCache
Pin the parameter instances in the second-level cache.
pinAll(Object...) - Method in interface javax.jdo.datastore.DataStoreCache
Pin the parameter instances in the second-level cache.
pinAll(Class, boolean) - Method in interface javax.jdo.datastore.DataStoreCache
Deprecated. use pinAll (boolean subclasses, Class pcClass)
pinAll(boolean, Class) - Method in interface javax.jdo.datastore.DataStoreCache
Pin instances in the second-level cache.
PluralAttribute<X,C,E> - Interface in javax.persistence.metamodel
Instances of the type PluralAttribute represent persistent collection-valued attributes.
PluralAttribute.CollectionType - Enum in javax.persistence.metamodel
 
PluralJoin<Z,C,E> - Interface in javax.persistence.criteria
The PluralJoin interface defines functionality that is common to joins to all collection types.
PMF_ATTRIBUTE_CLASS - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "class" attribute.
PMF_ATTRIBUTE_CONNECTION_DRIVER_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-driver-name" attribute.
PMF_ATTRIBUTE_CONNECTION_FACTORY2_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-factory2-name" attribute.
PMF_ATTRIBUTE_CONNECTION_FACTORY_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-factory-name" attribute.
PMF_ATTRIBUTE_CONNECTION_PASSWORD - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-password" attribute.
PMF_ATTRIBUTE_CONNECTION_URL - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-url" attribute.
PMF_ATTRIBUTE_CONNECTION_USER_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "connection-user-name" attribute.
PMF_ATTRIBUTE_COPY_ON_ATTACH - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "copy-on-attach" attribute.
PMF_ATTRIBUTE_DETACH_ALL_ON_COMMIT - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "detach-all-on-commit" attribute.
PMF_ATTRIBUTE_IGNORE_CACHE - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "ignore-cache" attribute.
PMF_ATTRIBUTE_MAPPING - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "mapping" attribute.
PMF_ATTRIBUTE_MULTITHREADED - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "multithreaded" attribute.
PMF_ATTRIBUTE_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "name" attribute.
PMF_ATTRIBUTE_NONTRANSACTIONAL_READ - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "nontransactional-read" attribute.
PMF_ATTRIBUTE_NONTRANSACTIONAL_WRITE - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "nontransactional-write" attribute.
PMF_ATTRIBUTE_OPTIMISTIC - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "optimistic" attribute.
PMF_ATTRIBUTE_PERSISTENCE_UNIT_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "persistence-unit-name" attribute.
PMF_ATTRIBUTE_READONLY - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "readonly" attribute.
PMF_ATTRIBUTE_RESTORE_VALUES - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "restore-values" attribute.
PMF_ATTRIBUTE_RETAIN_VALUES - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "retain-values" attribute.
PMF_ATTRIBUTE_SERVER_TIME_ZONE_ID - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory element's "server-time-zone-id" attribute.
postAttach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.AttachLifecycleListener
This method is called after a detached instance is attached, via the PersistenceManager.makePersistent(T) method.
postClear(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.ClearLifecycleListener
This method is called after the ClearCallback.jdoPreClear() method is invoked on the instance and the fields have been cleared by the JDO implementation.
postCreate(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.CreateLifecycleListener
Invoked whenever an instance is made persistent via a call to PersistenceManager.makePersistent(T) or during persistence by reachability.
postDelete(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DeleteLifecycleListener
Invoked whenever a persistent instance is deleted, for example during PersistenceManager.deletePersistent(java.lang.Object).
postDetach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DetachLifecycleListener
This method is called during the execution of PersistenceManager.detachCopy(T) after the detached copy is made.
postDirty(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DirtyLifecycleListener
Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field.
postLoad(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.LoadLifecycleListener
Invoked whenever a persistent instance is loaded from the data store.
PostLoad - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
PostPersist - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
PostRemove - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
postStore(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.StoreLifecycleListener
Invoked whenever a persistent instance is stored, for example during PersistenceManager.flush() or Transaction.commit().
PostUpdate - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
preAttach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.AttachLifecycleListener
This method is called before a detached instance is attached, via the PersistenceManager.makePersistent(T) method.
preClear(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.ClearLifecycleListener
This method is called before the implementation calls the instance method ClearCallback.jdoPreClear() and before it clears the values in the instance to their Java default values.
preDelete(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DeleteLifecycleListener
Invoked whenever a persistent instance is deleted, for example during PersistenceManager.deletePersistent(java.lang.Object).
preDetach(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DetachLifecycleListener
This method is called during the execution of PersistenceManager.detachCopy(T) before the detached copy is made.
Predicate - Interface in javax.persistence.criteria
The type of a simple or compound predicate: a conjunction or disjunction of restrictions.
Predicate.BooleanOperator - Enum in javax.persistence.criteria
 
preDirty(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.DirtyLifecycleListener
Invoked whenever a persistent instance is first made dirty, during an operation that modifies the value of a persistent or transactional field.
PrePersist - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
PreRemove - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
preSerialize(PersistenceCapable) - Method in interface javax.jdo.spi.StateManager
Guarantee that the serializable transactional and persistent fields are loaded into the instance.
preStore(InstanceLifecycleEvent) - Method in interface javax.jdo.listener.StoreLifecycleListener
Invoked whenever a persistent instance is stored, for example during PersistenceManager.flush() or Transaction.commit().
PreUpdate - Annotation Type in javax.persistence
Is used to specify callback methods for the corresponding lifecycle event.
PrimaryKey - Annotation Type in javax.jdo.annotations
Annotation on a member to define it as a primary key member of a class or persistent interface using application identity.
PrimaryKeyJoinColumn - Annotation Type in javax.persistence
Specifies a primary key column that is used as a foreign key to join to another table.
PrimaryKeyJoinColumns - Annotation Type in javax.persistence
Groups PrimaryKeyJoinColumn annotations.
printStackTrace() - Method in exception javax.jdo.JDOException
Prints this JDOException and its backtrace to the standard error output.
printStackTrace(PrintStream) - Method in exception javax.jdo.JDOException
Prints this JDOException and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception javax.jdo.JDOException
Prints this JDOException and its backtrace to the specified print writer.
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(Expression<? extends N>, N) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(N, Expression<? extends N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
PROPERTY_ATTRIBUTE_NAME - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory property element's "name" attribute.
PROPERTY_ATTRIBUTE_VALUE - Static variable in interface javax.jdo.Constants
The name of the persistence manager factory property element's "value" attribute.
PROPERTY_CONNECTION_DRIVER_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ConnectionDriverName"
PROPERTY_CONNECTION_FACTORY2_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ConnectionFactory2Name"
PROPERTY_CONNECTION_FACTORY_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ConnectionFactoryName"
PROPERTY_CONNECTION_PASSWORD - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Password"
PROPERTY_CONNECTION_URL - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ConnectionURL"
PROPERTY_CONNECTION_USER_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ConnectionUserName"
PROPERTY_COPY_ON_ATTACH - Static variable in interface javax.jdo.Constants
"javax.jdo.option.CopyOnAttach"
PROPERTY_DETACH_ALL_ON_COMMIT - Static variable in interface javax.jdo.Constants
"javax.jdo.option.DetachAllOnCommit"
PROPERTY_IGNORE_CACHE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.IgnoreCache"
PROPERTY_INSTANCE_LIFECYCLE_LISTENER - Static variable in interface javax.jdo.Constants
"javax.jdo.listener.InstanceLifecycleListener"
PROPERTY_MAPPING - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Mapping"
PROPERTY_MAPPING_CATALOG - Static variable in interface javax.jdo.Constants
Mapping "javax.jdo.mapping.Catalog"
PROPERTY_MAPPING_SCHEMA - Static variable in interface javax.jdo.Constants
Mapping "javax.jdo.mapping.Schema"
PROPERTY_MULTITHREADED - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Multithreaded"
PROPERTY_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Name"
PROPERTY_NONTRANSACTIONAL_READ - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NontransactionalRead"
PROPERTY_NONTRANSACTIONAL_WRITE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NontransactionalWrite"
PROPERTY_OPTIMISTIC - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Optimistic"
PROPERTY_PERSISTENCE_MANAGER_FACTORY_CLASS - Static variable in interface javax.jdo.Constants
"javax.jdo.PersistenceManagerFactoryClass"
PROPERTY_PERSISTENCE_UNIT_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.PersistenceUnitName"
PROPERTY_PREFIX_INSTANCE_LIFECYCLE_LISTENER - Static variable in interface javax.jdo.Constants
Prefix used to configure InstanceLifecycleListener instances externally.
PROPERTY_READONLY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ReadOnly"
PROPERTY_RESTORE_VALUES - Static variable in interface javax.jdo.Constants
"javax.jdo.option.RestoreValues"
PROPERTY_RETAIN_VALUES - Static variable in interface javax.jdo.Constants
"javax.jdo.option.RetainValues"
PROPERTY_SERVER_TIME_ZONE_ID - Static variable in interface javax.jdo.Constants
Mapping "javax.jdo.option.ServerTimeZoneID"
PROPERTY_SPI_RESOURCE_NAME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.spi.ResourceName"
PROPERTY_TRANSACTION_ISOLATION_LEVEL - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel"
PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_COMMITTED - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel.read-committed"
PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_UNCOMMITTED - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel.read-uncommitted"
PROPERTY_TRANSACTION_ISOLATION_LEVEL_REPEATABLE_READ - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel.repeatable-read"
PROPERTY_TRANSACTION_ISOLATION_LEVEL_SERIALIZABLE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel.serializable"
PROPERTY_TRANSACTION_ISOLATION_LEVEL_SNAPSHOT - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransactionIsolationLevel.snapshot"
providedBooleanField(PersistenceCapable, int, boolean) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedByteField(PersistenceCapable, int, byte) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedCharField(PersistenceCapable, int, char) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedDoubleField(PersistenceCapable, int, double) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedFloatField(PersistenceCapable, int, float) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedIntField(PersistenceCapable, int, int) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedLongField(PersistenceCapable, int, long) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedObjectField(PersistenceCapable, int, Object) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedShortField(PersistenceCapable, int, short) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
providedStringField(PersistenceCapable, int, String) - Method in interface javax.jdo.spi.StateManager
The value of the field requested to be provided to the StateManager.
ProviderUtil - Interface in javax.persistence.spi
Utility interface implemented by the persistence provider.
putUserObject(Object, Object) - Method in interface javax.jdo.PersistenceManager
Put the specified key-value pair into the map of user objects.

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