@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Cascade
CascadeType on OneToOne,
OneToMany, etc. Hibernate will merge together both sets of cascades.| Modifier and Type | Required Element and Description |
|---|---|
CascadeType[] |
value
The cascade value.
|
public abstract CascadeType[] value
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.