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