org.hibernate.annotations
Annotation Type OnDelete


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

Strategy to use on collections, arrays and on joined subclasses delete OnDelete of secondary tables currently not supported.


Required Element Summary
 OnDeleteAction action
           
 

Element Detail

action

public abstract OnDeleteAction action


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