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:
org.hibernate.annotations.NotFoundAction.EXCEPTION


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