org.hibernate.annotations
Annotation Type Fetch


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Fetch

Define the fetching strategy used for the given association


Required Element Summary
 FetchMode value
           
 

Element Detail

value

public abstract FetchMode value


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.