Uses of Class
org.kie.workbench.common.screens.datamodeller.model.jpadomain.CascadeType
-
Packages that use CascadeType Package Description org.kie.workbench.common.screens.datamodeller.model.jpadomain -
-
Uses of CascadeType in org.kie.workbench.common.screens.datamodeller.model.jpadomain
Methods in org.kie.workbench.common.screens.datamodeller.model.jpadomain that return CascadeType Modifier and Type Method Description static CascadeTypeCascadeType. valueOf(String name)Returns the enum constant of this type with the specified name.static CascadeType[]CascadeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-