| 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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Param.Builder.DefaultWildcardMapping
* => %, ? => _, NOTE that this mapping causes all four
characters to be interpreted as wildcards in jpql/sql.
|
| Modifier and Type | Field and Description |
|---|---|
static Param.Builder.WildcardMapping |
Param.Builder.DEFAULT_MAPPING |
| Modifier and Type | Method and Description |
|---|---|
static List<Param> |
Param.one(String propertyPath,
String key,
Object value,
boolean syntaxSupport,
Param.Builder.WildcardMapping wildcardMapping,
boolean caseInsensitive)
|
| Constructor and Description |
|---|
Builder(boolean syntaxInValue,
Param.Builder.WildcardMapping wildcardMapping,
boolean caseInsensitive) |
Copyright © 2018–2019 Fryske Akademy. All rights reserved.