|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.engine.profile.Fetch
public class Fetch
Models an individual fetch within a profile.
Nested Class Summary | |
---|---|
static class |
Fetch.Style
The type or style of fetch. |
Constructor Summary | |
---|---|
Fetch(Association association,
Fetch.Style style)
|
Method Summary | |
---|---|
Association |
getAssociation()
|
Fetch.Style |
getStyle()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Fetch(Association association, Fetch.Style style)
Method Detail |
---|
public Association getAssociation()
public Fetch.Style getStyle()
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 |