Internal Website Search

1-10 of 200 resultsRefresh

javax.persistence.criteria.Fetch

.criteriaInterface Fetch<Z,X> fetched association or attribute. Fetch" title="Interface in javax.persistence.criteria">Fetch<X,Y>

fetch(attribute)

/criteria/Fetch" title="Interface in javax.persistence.criteria">Fetch<X,Y> fetch(  ... "> Create a fetch join to the specified single-valued attribute using an inner join. Returns: the resulting fetch join

fetch(attributeName, jt)

/criteria/Fetch" title="Interface in javax.persistence.criteria">Fetch<X,Y> fetch(  ... "> Create a fetch join to the specified attribute using the given join type. the resulting fetch join

fetch(attributeName)

/criteria/Fetch" title="Interface in javax.persistence.criteria">Fetch<X,Y> fetch(  String attributeName) Create a fetch ... : the resulting fetch join

fetch(attribute, jt)

/criteria/Fetch" title="Interface in javax.persistence.criteria">Fetch<X,Y> fetch(  ... > Create a fetch join to the specified single-valued attribute using ... : the resulting fetch join

fetch(attribute)

/criteria/Fetch" title="Interface in javax.persistence.criteria">Fetch<X,Y> fetch(  ... "> Create a fetch join to the specified collection-valued attribute using an inner join.

fetch(attribute, jt)

/criteria/Fetch" title="Interface in javax.persistence.criteria">Fetch<X,Y> fetch(  ... class="description"> Create a fetch join to the specified collection-valued attribute using

getParent()

Fetch" title="Interface in javax.persistence.criteria">javax.persistence.criteria.Fetch Return the parent of the fetched item.

ManyToOne.fetch

in javax.persistence">FetchType fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched. The EAGER strategy ... fetched. The LAZY strategy is a hint to the persistence provider runtime.

JDO Annotations for Fetch Settings

The following annotations are used to define JDO fetch groups and fetch plans: fetch">