Interface Fetchable
- All Known Implementing Classes:
Array, Bag, Collection, IdentifierBag, IdentifierCollection, IndexedCollection, List, ManyToOne, Map, OneToOne, PrimitiveArray, Set, ToOne
public interface Fetchable
Any mapping with an outer-join attribute
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisLazy()voidsetFetchMode(FetchMode joinedFetch) voidsetLazy(boolean lazy)
-
Method Details
-
getFetchMode
FetchMode getFetchMode() -
setFetchMode
-
isLazy
boolean isLazy() -
setLazy
void setLazy(boolean lazy)
-