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
 
getFetchMode
FetchMode getFetchMode()
- 
 
setFetchMode
void setFetchMode(FetchMode joinedFetch)
- 
 
isLazy
boolean isLazy()
- 
 
setLazy
void setLazy(boolean lazy)
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.