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

Author:
Emmanuel Bernard

Required Element Summary
 FetchMode value
           
 

Element Detail

value

public abstract FetchMode value