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 FetchableAny mapping with an outer-join attribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchModegetFetchMode()booleanisLazy()voidsetFetchMode(FetchMode joinedFetch)voidsetLazy(boolean lazy)
-