|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.metadata.SpeedoElement
org.objectweb.speedo.metadata.SpeedoFetchGroup
public class SpeedoFetchGroup
Field Summary | |
---|---|
int |
depth
Recursive fetch group references are controlled by the depth attribute. |
static byte |
DEPTH_DEFINED
|
static java.lang.String |
FG_AT
|
static byte |
FG_DEFINED
|
static java.lang.String |
FG_DOT
|
static java.lang.String |
FG_ELEMENT
|
static java.lang.String |
FG_KEY
|
static java.lang.String |
FG_SHARP
|
static java.lang.String |
FG_SLASH
|
static java.lang.String |
FG_VALUE
|
protected java.util.Map |
fields
The list of fields declared to be in this fetch group. |
java.lang.String |
name
The name of the fetch group. |
protected java.util.Map |
nestedFetchGroups
The list of nested fetchgroups. |
static byte |
NOTHING_DEFINED
|
boolean |
postLoad
The post-load attribute on the fetch-group element indicates whether the jdoPost-Load callback will be made when the fetch group is loaded. |
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement |
---|
jdoExtension, personality |
Constructor Summary | |
---|---|
SpeedoFetchGroup()
|
Method Summary | |
---|---|
void |
addFetchGroup(java.lang.Object fetchGroup)
Add a new FetchGroupMetaData |
void |
addField(java.lang.Object field)
Add a new SpeedoField |
int |
getDepth()
|
java.util.Map |
getFields()
|
java.util.Set |
getFieldsToLoad()
|
java.lang.String |
getName()
|
java.util.Map |
getNestedFetchGroups()
|
boolean |
getPostLoad()
|
java.lang.String |
toString()
|
Methods inherited from class org.objectweb.speedo.metadata.SpeedoElement |
---|
addExtension, addInArray, getExtension, getExtensionByKey, getExtensionValueByKey, indexOfInArray, removeInArray, setValueInArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FG_AT
public static final java.lang.String FG_SHARP
public static final java.lang.String FG_DOT
public static final java.lang.String FG_KEY
public static final java.lang.String FG_VALUE
public static final java.lang.String FG_ELEMENT
public static final java.lang.String FG_SLASH
public static final byte NOTHING_DEFINED
public static final byte DEPTH_DEFINED
public static final byte FG_DEFINED
public java.lang.String name
protected java.util.Map nestedFetchGroups
protected java.util.Map fields
public int depth
public boolean postLoad
Constructor Detail |
---|
public SpeedoFetchGroup()
Method Detail |
---|
public int getDepth()
public java.lang.String getName()
public boolean getPostLoad()
public java.util.Map getFields()
public java.util.Map getNestedFetchGroups()
public void addFetchGroup(java.lang.Object fetchGroup)
fetchGroup
- is the group to addpublic void addField(java.lang.Object field)
field
- is the field to addpublic java.util.Set getFieldsToLoad()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |