org.hibernate.mapping
Interface Fetchable

All Known Implementing Classes:
Collection, 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 Detail

getFetchMode

public FetchMode getFetchMode()

setFetchMode

public void setFetchMode(FetchMode joinedFetch)

isLazy

public boolean isLazy()

setLazy

public void setLazy(boolean lazy)