Uses of Interface
javax.jdo.FetchGroup
Packages that use FetchGroup
-
Uses of FetchGroup in javax.jdo
Methods in javax.jdo that return FetchGroupModifier and TypeMethodDescriptionFetchGroup.addCategory
(String categoryName) Add the members (fields or properties) of the named category to the set of members in this FetchGroup.Add the member (field or property) to the set of members in this FetchGroup.FetchGroup.addMembers
(String... memberNames) Add the member (field or property) to the set of members in this FetchGroup.PersistenceManager.getFetchGroup
(Class cls, String name) Get a modifiableFetchGroup
for the Class and name.PersistenceManagerFactory.getFetchGroup
(Class cls, String name) Create an unscoped, modifiableFetchGroup
for the Class and name.FetchGroup.removeCategory
(String categoryName) Remove the members (fields or properties) of the named category from the set of members in this FetchGroup.FetchGroup.removeMember
(String memberName) Remove the member (field or property) from the set of members in this FetchGroup.FetchGroup.removeMembers
(String... memberNames) Remove the member (field or property) from the set of members in this FetchGroup.FetchGroup.setPostLoad
(boolean postLoad) Set the post-load property of this FetchGroup.FetchGroup.setRecursionDepth
(String memberName, int recursionDepth) Set the recursion-depth for this member.FetchGroup.setUnmodifiable()
Make this FetchGroup unmodifiable.Methods in javax.jdo with parameters of type FetchGroupModifier and TypeMethodDescriptionvoid
PersistenceManagerFactory.addFetchGroups
(FetchGroup... groups) Add theFetchGroup
s to the set of active fetch groups.void
PersistenceManagerFactory.removeFetchGroups
(FetchGroup... groups) Remove theFetchGroup
s from the set of activeFetchGroup
s.