|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.hibernate.FetchMode
Represents an association fetching strategy. This is used
together with the Criteria API to specify runtime
fetching strategies.
For HQL queries, use the FETCH keyword instead.
Criteria.setFetchMode(java.lang.String, FetchMode)
,
Serialized FormField Summary | |
static FetchMode |
DEFAULT
Default to the setting configured in the mapping file. |
static FetchMode |
EAGER
Fetch eagerly, using an outer join. |
static FetchMode |
LAZY
Fetch lazily. |
Method Summary | |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final FetchMode LAZY
public static final FetchMode EAGER
public static final FetchMode DEFAULT
Method Detail |
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |