Uses of Class
org.fryske_akademy.jpa.Param.Builder
Packages that use Param.Builder
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.Builder in org.fryske_akademy.jpa
Methods in org.fryske_akademy.jpa that return Param.BuilderModifier and TypeMethodDescriptionParam.Builder.add(String paramKey, String paramValue, boolean or, com.vectorprint.StringConverter converter) Param.Builder.add(String paramKey, String paramValue, String operator, boolean or, com.vectorprint.StringConverter converter) Param.Builder.add(String propertyPath, String paramKey, String paramValue, com.vectorprint.StringConverter converter) Param.Builder.add(String propertyPath, String paramKey, String operator, Object paramValue, boolean not, boolean or) Callsadd(String, String, String, Object, boolean, boolean, Object)with null for maxValueParam.Builder.add(String propertyPath, String paramKey, String operator, Object paramValue, boolean not, boolean or, Object maxValue) Param.Builder.add(String propertyPath, String paramKey, String operator, String paramValue, boolean or, com.vectorprint.StringConverter converter) Bottleneck method for String values, applies syntax support and wildcard mapping when configured in the Builder.Param.Builder.add(String propertyPath, String paramKey, OPERATOR operator, Object paramValue, boolean not, boolean or) Callsadd(String, String, OPERATOR, Object, boolean, boolean, Object)with null for maxValueParam.Builder.add(String propertyPath, String paramKey, OPERATOR operator, Object paramValue, boolean not, boolean or, Object maxValue) Bottleneck method, adds a new Param, does not apply any intelligence.Param.Builder.checkNotNull(String propertyPath) Param.Builder.clear()Param.Builder.setGroupEndsLastParam(int group) how many groups does the last parameter end, ")";Param.Builder.setGroupEndsParam(int group, int paramIndex) Param.Builder.setGroupEndsParam(int group, String key) Param.Builder.setGroupStartsLastParam(int group) how many groups does the last parameter start, "(";Param.Builder.setGroupStartsParam(int group, int paramIndex) Param.Builder.setGroupStartsParam(int group, String key)