|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.FetchPlanForClass
public class FetchPlanForClass
Representation of the fetch plan for a particular class, defining the members that are to be fetched.
| Field Summary | |
|---|---|
protected static Localiser |
LOCALISER
Localisation utility for output messages |
| Constructor Summary | |
|---|---|
FetchPlanForClass(AbstractClassMetaData cmd,
FetchPlan fetchPlan)
Constructor. |
|
| Method Summary | |
|---|---|
AbstractClassMetaData |
getAbstractClassMetaData()
Accessor for the MetaData for this classes plan. |
FetchPlan |
getFetchPlan()
Accessor for the FetchPlan that this classes plan relates to. |
int |
getMaxRecursionDepthForMember(int memberNum)
Method to return the effective depth of this member number in the overall fetch plan. |
int[] |
getMemberNumbers()
Get the absolute numbers of the members in the fetch plan for this class. |
java.util.BitSet |
getMemberNumbersByBitSet()
Get all members (of this class, and superclasses) in the fetch plan. |
boolean |
hasMember(int memberNumber)
Return whether the specified field/property is in the fetch plan |
boolean |
isToCallPostLoadFetchPlan(boolean[] loadedMembers)
Whether to call the post load or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Localiser LOCALISER
| Constructor Detail |
|---|
public FetchPlanForClass(AbstractClassMetaData cmd,
FetchPlan fetchPlan)
cmd - MetaData for the classfetchPlan - the FetchPlan| Method Detail |
|---|
public final FetchPlan getFetchPlan()
public final AbstractClassMetaData getAbstractClassMetaData()
public int getMaxRecursionDepthForMember(int memberNum)
memberNum - Number of member in this class
public boolean hasMember(int memberNumber)
memberNumber - The member number
public int[] getMemberNumbers()
public java.util.BitSet getMemberNumbersByBitSet()
public boolean isToCallPostLoadFetchPlan(boolean[] loadedMembers)
loadedMembers - already loaded members
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||