Uses of Class
org.fryske_akademy.jpa.Param.AndOr
-
Packages that use Param.AndOr Package Description org.fryske_akademy.jpa Interfaces classes to support working with entities, most notably an entity interface, a Param class with support for syntax in values and value conversion and a JpqlBuilder that facilitates building (dynamic) queries. -
-
Uses of Param.AndOr in org.fryske_akademy.jpa
Methods in org.fryske_akademy.jpa that return Param.AndOr Modifier and Type Method Description Param.AndOrParam. getAndOr()Will be prepended in the query for parameters except the firststatic Param.AndOrParam.AndOr. valueOf(String name)Returns the enum constant of this type with the specified name.static Param.AndOr[]Param.AndOr. values()Returns an array containing the constants of this enum type, in the order they are declared.
-