File
Doc
Category
Size
Date
Package
Fetchable.java
API Doc
Hibernate 3.2.5
378
Thu Apr 28 03:35:10 BST 2005
org.hibernate.mapping
Fetchable
public interface Fetchable
Any mapping with an outer-join attribute
author
Gavin King
Fields Summary
Constructors Summary
Methods Summary
public
org.hibernate.FetchMode
getFetchMode
()
public
boolean
isLazy
()
public void
setFetchMode
(
org.hibernate.FetchMode
joinedFetch)
public void
setLazy
(
boolean
lazy)
Java Code Source