Package org.hibernate.mapping
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 TypeMethodDescriptionboolean
isLazy()
void
setFetchMode
(FetchMode joinedFetch) void
setLazy
(boolean lazy)
-
Method Details
-
getFetchMode
FetchMode getFetchMode() -
setFetchMode
-
isLazy
boolean isLazy() -
setLazy
void setLazy(boolean lazy)
-