Uses of Class
org.flowable.common.engine.impl.query.BaseNativeQuery.ResultType
-
Packages that use BaseNativeQuery.ResultType Package Description org.flowable.common.engine.impl.query -
-
Uses of BaseNativeQuery.ResultType in org.flowable.common.engine.impl.query
Fields in org.flowable.common.engine.impl.query declared as BaseNativeQuery.ResultType Modifier and Type Field Description protected BaseNativeQuery.ResultTypeBaseNativeQuery. resultTypeMethods in org.flowable.common.engine.impl.query that return BaseNativeQuery.ResultType Modifier and Type Method Description static BaseNativeQuery.ResultTypeBaseNativeQuery.ResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseNativeQuery.ResultType[]BaseNativeQuery.ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-