Internal Website Search

11-20 of 200 resultsRefresh

OneToMany.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.

Basic.fetch

javax.persistence">FetchType fetch (Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched ... that the value must be eagerly fetched. The LAZY strategy is a hint

ManyToMany.fetch

="Enum 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.

getJoinType()

Fetch" title="Interface in javax.persistence.criteria">javax.persistence.criteria.Fetch Return the join type used in the fetch join.

getAttribute()

Fetch" title="Interface in javax.persistence.criteria">javax.persistence.criteria.Fetch Return the metamodel attribute corresponding to the fetch

ElementCollection.fetch

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

OneToOne.fetch

in javax.persistence">FetchType fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched. The EAGER strategy is a requirement on the persistence provider runtime that the associated entity must be eagerly fetched

FROM clause (JPQL / Criteria API)

] | INNER] JOIN FETCH JPA support of transparent navigation and fetch makes it very easy to use ... > SELECT c FROM Country c JOIN FETCH c.capital The JOIN FETCH

FetchPlan.FETCH_SIZE_OPTIMAL

Static Field javax.jdo.FetchPlanint FETCH_SIZE_OPTIMAL For use with

FetchPlan.FETCH_SIZE_GREEDY

Static Field javax.jdo.FetchPlanint FETCH_SIZE_GREEDY For use with