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

Author:
Gavin King

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

Method Detail

getFetchMode

FetchMode getFetchMode()

setFetchMode

void setFetchMode(FetchMode joinedFetch)

isLazy

boolean isLazy()

setLazy

void setLazy(boolean lazy)


Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved