org.hibernate.mapping

Interface Fetchable

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
Author:
Gavin King

Method Summary

FetchMode
getFetchMode()
boolean
isLazy()
void
setFetchMode(FetchMode joinedFetch)
void
setLazy(boolean lazy)

Method Details

getFetchMode

public FetchMode getFetchMode()

isLazy

public boolean isLazy()

setFetchMode

public void setFetchMode(FetchMode joinedFetch)

setLazy

public void setLazy(boolean lazy)