Package | Description |
---|---|
javax.jdo |
This package contains the JDO specification interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
FetchGroup |
FetchGroup.addCategory(String categoryName)
Add the members (fields or properties) of the named category
to the set of members in this FetchGroup.
|
FetchGroup |
FetchGroup.addCategory(String categoryName)
Add the members (fields or properties) of the named category
to the set of members in this FetchGroup.
|
FetchGroup |
FetchGroup.addMember(String memberName)
Add the member (field or property) to the set of members in this
FetchGroup.
|
FetchGroup |
FetchGroup.addMember(String memberName)
Add the member (field or property) to the set of members in this
FetchGroup.
|
FetchGroup |
FetchGroup.addMembers(String... memberNames)
Add the member (field or property) to the set of members in this
FetchGroup.
|
FetchGroup |
FetchGroup.addMembers(String... memberNames)
Add the member (field or property) to the set of members in this
FetchGroup.
|
FetchGroup |
PersistenceManager.getFetchGroup(Class cls,
String name)
Get a modifiable
FetchGroup for the Class and name. |
FetchGroup |
PersistenceManagerFactory.getFetchGroup(Class cls,
String name)
Create an unscoped, modifiable
FetchGroup for the Class and
name. |
FetchGroup |
PersistenceManagerFactory.getFetchGroup(Class cls,
String name)
Create an unscoped, modifiable
FetchGroup for the Class and
name. |
FetchGroup |
PersistenceManager.getFetchGroup(Class cls,
String name)
Get a modifiable
FetchGroup for the Class and name. |
FetchGroup |
FetchGroup.removeCategory(String categoryName)
Remove the members (fields or properties) of the named category
from the set of members in this FetchGroup.
|
FetchGroup |
FetchGroup.removeCategory(String categoryName)
Remove the members (fields or properties) of the named category
from the set of members in this FetchGroup.
|
FetchGroup |
FetchGroup.removeMember(String memberName)
Remove the member (field or property) from the set of members in this FetchGroup.
|
FetchGroup |
FetchGroup.removeMember(String memberName)
Remove the member (field or property) from the set of members in this FetchGroup.
|
FetchGroup |
FetchGroup.removeMembers(String... memberNames)
Remove the member (field or property) from the set of members in this
FetchGroup.
|
FetchGroup |
FetchGroup.removeMembers(String... memberNames)
Remove the member (field or property) from the set of members in this
FetchGroup.
|
FetchGroup |
FetchGroup.setPostLoad(boolean postLoad)
Set the post-load property of this FetchGroup.
|
FetchGroup |
FetchGroup.setPostLoad(boolean postLoad)
Set the post-load property of this FetchGroup.
|
FetchGroup |
FetchGroup.setRecursionDepth(String memberName,
int recursionDepth)
Set the recursion-depth for this member.
|
FetchGroup |
FetchGroup.setRecursionDepth(String memberName,
int recursionDepth)
Set the recursion-depth for this member.
|
FetchGroup |
FetchGroup.setUnmodifiable()
Make this FetchGroup unmodifiable.
|
FetchGroup |
FetchGroup.setUnmodifiable()
Make this FetchGroup unmodifiable.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManagerFactory.addFetchGroups(FetchGroup... groups)
Add the
FetchGroup s to the set of active fetch groups. |
void |
PersistenceManagerFactory.addFetchGroups(FetchGroup... groups)
Add the
FetchGroup s to the set of active fetch groups. |
void |
PersistenceManagerFactory.removeFetchGroups(FetchGroup... groups)
Remove the
FetchGroup s from the set of active
FetchGroup s. |
void |
PersistenceManagerFactory.removeFetchGroups(FetchGroup... groups)
Remove the
FetchGroup s from the set of active
FetchGroup s. |
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.