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.

Author:
Emmanuel Bernard

Required Element Summary
 OnDeleteAction action
           
 

Element Detail

action

public abstract OnDeleteAction action


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