@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 © 2017 JBoss by Red Hat. All rights reserved.