Internal Website Search

91-100 of 200 resultsRefresh

javax.persistence.ElementCollection

/jpa/ElementCollection/fetch" title="Annotation Element of javax.persistence.ElementCollection">fetch ... should be lazily loaded or must be eagerly fetched. fetched. The EAGER strategy is a requirement on the persistence provider runtime that the collection

javax.persistence.OneToMany

class="name">fetch" title="Annotation Element of javax.persistence.OneToMany">fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched.

javax.persistence.ManyToOne

class="name">fetch" title="Annotation Element of javax.persistence.ManyToOne">fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched.

javax.persistence.OneToOne

class="name">fetch" title="Annotation Element of javax.persistence.OneToOne">fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched.

javax.persistence.ManyToMany

="name">fetch" title="Annotation Element of javax.persistence.ManyToMany">fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched.

setMaxFetchDepth(fetchDepth)

="description"> Set the maximum fetch depth when fetching. A value of 0 has no meaning and will throw a JDOUserException. A value of -1 means that no limit is placed on fetching. A positive integer will result in that number of references from the initial object to be fetched.

javax.jdo.annotations.FetchGroups

> Annotation for a group of fetch-group objects The Fetch Groups The Fetch Groups

FetchGroup.DEFAULT

the default fetch group in xml or annotations. Redefining the default fetch group via the API does not affect the members defined by this category. Using this category also sets the fetch-depth for the members in the default fetch group. Since: JDO 2.2

javax.jdo.annotations.FetchPlans

The Fetch Plans The Fetch Plans Returns: The Fetch Plans

setGroup(fetchGroupName)

="description"> Set the active fetch groups to the single named fetch group. - the single fetch group Returns