Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
F
Fetch
<
Z
,
X
> - Interface in
javax.persistence.criteria
Represents a join-fetched association or attribute.
fetch(SingularAttribute<? super X, Y>)
- Method in interface javax.persistence.criteria.
FetchParent
Create a fetch join to the specified single-valued attribute using an inner join.
fetch(SingularAttribute<? super X, Y>, JoinType)
- Method in interface javax.persistence.criteria.
FetchParent
Create a fetch join to the specified single-valued attribute using the given join type.
fetch(PluralAttribute<? super X, ?, Y>)
- Method in interface javax.persistence.criteria.
FetchParent
Create a fetch join to the specified collection-valued attribute using an inner join.
fetch(PluralAttribute<? super X, ?, Y>, JoinType)
- Method in interface javax.persistence.criteria.
FetchParent
Create a fetch join to the specified collection-valued attribute using the given join type.
fetch(String)
- Method in interface javax.persistence.criteria.
FetchParent
Create a fetch join to the specified attribute using an inner join.
fetch(String, JoinType)
- Method in interface javax.persistence.criteria.
FetchParent
Create a fetch join to the specified attribute using the given join type.
FETCH_SIZE_GREEDY
- Static variable in interface javax.jdo.
FetchPlan
For use with
FetchPlan.setFetchSize(int)
.
FETCH_SIZE_OPTIMAL
- Static variable in interface javax.jdo.
FetchPlan
For use with
FetchPlan.setFetchSize(int)
.
fetchBooleanField(int)
- Method in interface javax.jdo.spi.
PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchByteField(int)
- Method in interface javax.jdo.spi.
PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchCharField(int)
- Method in interface javax.jdo.spi.
PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchDoubleField(int)
- Method in interface javax.jdo.spi.
PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchFloatField(int)
- Method in interface javax.jdo.spi.
PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
FetchGroup
- Annotation Type in
javax.jdo.annotations
Annotation for the fetch group of a class.
FetchGroup
- Interface in
javax.jdo
FetchGroup represents a named fetch group for a specific class or interface.
FetchGroups
- Annotation Type in
javax.jdo.annotations
Annotation for a group of fetch-group objects
fetchIntField(int)
- Method in interface javax.jdo.spi.
PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchLongField(int)
- Method in interface javax.jdo.spi.
PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchObjectField(int)
- Method in interface javax.jdo.spi.
PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
FetchParent
<
Z
,
X
> - Interface in
javax.persistence.criteria
Represents an element of the from clause which may function as the parent of Fetches.
FetchPlan
- Annotation Type in
javax.jdo.annotations
Annotation for the fetch plan of a persistence manager, query, or extent.
FetchPlan
- Interface in
javax.jdo
Fetch groups are activated using methods on this interface.
FetchPlans
- Annotation Type in
javax.jdo.annotations
Annotation for a group of FetchPlan objects
fetchShortField(int)
- Method in interface javax.jdo.spi.
PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
fetchStringField(int)
- Method in interface javax.jdo.spi.
PersistenceCapable.ObjectIdFieldSupplier
Fetch one field from the field manager.
FetchType
- Enum in
javax.persistence
Defines strategies for fetching data from the database.
FieldResult
- Annotation Type in
javax.persistence
Is used to map the columns specified in the SELECT list of the query to the properties or fields of the entity class.
find(Class<T>, Object)
- Method in interface javax.persistence.
EntityManager
Find by primary key.
find(Class<T>, Object, Map<String, Object>)
- Method in interface javax.persistence.
EntityManager
Find by primary key, using the specified properties.
find(Class<T>, Object, LockModeType)
- Method in interface javax.persistence.
EntityManager
Find by primary key and lock.
find(Class<T>, Object, LockModeType, Map<String, Object>)
- Method in interface javax.persistence.
EntityManager
Find by primary key and lock, using the specified properties.
flush()
- Method in interface javax.jdo.
PersistenceManager
Flushes all dirty, new, and deleted instances to the data store.
flush()
- Method in interface javax.persistence.
EntityManager
Synchronize the persistence context to the underlying database.
FlushModeType
- Enum in
javax.persistence
Flush mode setting.
ForeignKey
- Annotation Type in
javax.jdo.annotations
Annotation for a database foreign-key.
ForeignKeyAction
- Enum in
javax.jdo.annotations
Enumeration of the foreign-key delete/update action values.
ForeignKeys
- Annotation Type in
javax.jdo.annotations
Annotation for a group of foreign-key constraints.
from(Class<X>)
- Method in interface javax.persistence.criteria.
AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(EntityType<X>)
- Method in interface javax.persistence.criteria.
AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
From
<
Z
,
X
> - Interface in
javax.persistence.criteria
Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.
function(String, Class<T>, Expression<?>...)
- Method in interface javax.persistence.criteria.
CriteriaBuilder
Create an expression for the execution of a database function.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W