See: Description
| Interface | Description |
|---|---|
| Auditing |
Generic interface for entities history.
|
| CrudReadService |
Generic interface for read operations on entities.
|
| CrudWriteService |
Generic interface for write operations on entities
|
| JpqlBuilder |
Responsible for building where and order by clauses in jpql
|
| Param.Builder.WildcardMapping |
translation table a wildcard for more characters and a wildcard for one character
|
| Class | Description |
|---|---|
| AbstractCrudService |
This base class enables you to create minimal crud service beans.
|
| AbstractCrudServiceEnvers | |
| CrudReadService.SORTORDER.Builder | |
| JpqlBuilderImpl | |
| Param |
Holder for parameter info that can be used when
building
a jpql query, adds spaces where needed. |
| Param.Builder |
helps building a list of Param, by default supports a bit of syntax in String values: "is [not] null/empty" and ! at the beginning of a value.
|
| Param.Builder.DefaultWildcardMapping |
* => %, ? => _
|
| Enum | Description |
|---|---|
| CrudReadService.SORTORDER | |
| Param.AndOr |
Copyright © 2018 Fryske Akademy. All rights reserved.