org.hibernate.annotations
Annotation Type NotFound


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

Action to do when an element is not found on a association whiel beeing expected

Author:
Emmanuel Bernard

Optional Element Summary
 NotFoundAction action
           
 

action

public abstract NotFoundAction action
Default:
EXCEPTION