Internal Website Search

111-120 of 200 resultsRefresh

javax.persistence.Lob

>Example 1: @Lob @Basic(fetch=LAZY) @Column(name="REPORT") protected String report; Example 2: @Lob @Basic(fetch

javax.persistence.EntityManager

, whose state may be lazily fetched. Get an instance, whose state may be lazily fetched. If the requested instance does not

FetchGroups.value

> The Fetch Groups Returns: The Fetch Groups

FetchPlan.name

> Name of the fetch plan. Returns: the name of the fetch plan

getFetchPlan()

getFetchPlan() Get the fetch plan associated ... > the fetch plan Since: JDO 2.0

detachCopyAll(pcs)

_FIELDS and DETACH_UNLOAD_FIELDS) and the active fetch groups determine the scope of fetching

getFetchGroups()

(in scope) fetch groups. The methods Returns: a copy of all currently active fetch groups

setRecursionDepth(memberName, recursionDepth)

. The default is 1. A value of 0 means don't fetch the member (as if the member were omitted entirely). A value of -1 means fetch all instances reachable via this member.

getGroups()

an immutable Set containing the names of all active fetch groups. The Set is a copy of the currently ... the names of all currently active fetch groups

removeGroup(fetchGroupName)

="description"> Remove the fetch group from the set active fetch groups.