| Interface | Description |
|---|---|
| CrudReadService |
Generic interface for read operations on entities and their envers history.
|
| CrudWriteService |
Generic interface for write operations on entities
|
| JpqlBuilder |
Responsible for building where and order by clauses in jpql
|
| Class | Description |
|---|---|
| AbstractCrudService |
This base class enables you to create minimal crud service beans.
|
| 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" and ! at the beginning of a value.
|
| Enum | Description |
|---|---|
| CrudReadService.SORTORDER | |
| Param.AndOr |
Copyright © 2018 Fryske Akademy. All rights reserved.