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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchMode
getFetchMode()
boolean
isLazy()
void
setFetchMode(FetchMode joinedFetch)
void
setLazy(boolean lazy)
-