|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
persistence.xml
caching element
is ENABLE_SELECTIVE
or DISABLE_SELECTIVE
.javax.persistence.cache.retrieveMode
property to
specify the behavior when data is retrieved by the
find
methods and by queries.javax.persistence.cache.storeMode
property to specify
the behavior when data is read from the database and when data is
committed into the database.PersistenceManager
cache with the
datastore.
PersistenceUnitInfo.addTransformer
method.Iterator
associated with this Extent
instance.
PersistenceManager
so that no further requests
may be made on it.
JDOPermission
to be used for
closePersistenceManagerFactory
permission checking.
Iterator
s associated with this Extent
instance.
Query
instance, and release all resources associated with them.
CollectionAttribute
represent persistent
java.util.Collection
-valued attributes.CollectionJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Collection
.CompoundSelection
interface defines a compound selection item
(tuple, array, or result of constructor).EntityManagerFactory
is to be created.
EntityManager
.
EntityManager
with the
specified Map of properties.
Persistence
class when an
EntityManagerFactory
is to be created.
Query
for executing a named query
(in the Java Persistence query language or in native SQL).
TypedQuery
for executing a
Java Persistence query language named query.
Query
for executing
a native SQL statement, e.g., for update or delete.
Query
for executing
a native SQL query.
Query
for executing
a native SQL query.
CriteriaQuery
object.
CriteriaQuery
object with the specified result
type.
Query
for executing a
Java Persistence query language statement.
TypedQuery
for executing a
criteria query.
TypedQuery
for executing a
Java Persistence query language statement.
CriteriaQuery
object that returns a tuple of
objects as its result.
CriteriaQuery
interface defines functionality that is specific
to top-level queries.Transaction
instance associated with a
PersistenceManager
.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |