Uses of Enum Class
org.fryske_akademy.jpa.Param.AndOr
Packages that use Param.AndOr
Package
Description
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.AndOrModifier and TypeMethodDescriptionParam.getAndOr()Will be prepended in the query for parameters except the firststatic Param.AndOrReturns the enum constant of this class with the specified name.static Param.AndOr[]Param.AndOr.values()Returns an array containing the constants of this enum class, in the order they are declared.