| 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.
|
| org.fryske_akademy.services |
This package contains interfaces and base classes for the development of crud (EJB/CDI) beans.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JpqlBuilderImpl.orderClause(Map<String,CrudReadService.SORTORDER> sort)
builds an order by clause, uses
JpqlBuilderImpl.ENTITY_PREFIX. |
String |
JpqlBuilder.orderClause(Map<String,CrudReadService.SORTORDER> sort)
builds an order by clause
|
| Modifier and Type | Method and Description |
|---|---|
static CrudReadService.SORTORDER |
CrudReadService.SORTORDER.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrudReadService.SORTORDER[] |
CrudReadService.SORTORDER.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CrudReadService.SORTORDER> |
CrudReadService.SORTORDER.Builder.build() |
static Map<String,CrudReadService.SORTORDER> |
CrudReadService.SORTORDER.order(String key,
CrudReadService.SORTORDER order) |
| Modifier and Type | Method and Description |
|---|---|
CrudReadService.SORTORDER.Builder |
CrudReadService.SORTORDER.Builder.add(String key,
CrudReadService.SORTORDER o) |
static Map<String,CrudReadService.SORTORDER> |
CrudReadService.SORTORDER.order(String key,
CrudReadService.SORTORDER order) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
AbstractCrudService.findDynamic(Integer first,
Integer max,
Map<String,CrudReadService.SORTORDER> sort,
List<Param> params,
Class<T> type) |
<T> List<T> |
CrudReadService.findDynamic(Integer first,
Integer max,
Map<String,CrudReadService.SORTORDER> sort,
List<Param> params,
Class<T> type) |
<T> Stream<T> |
AbstractCrudService.streamDynamic(Integer first,
Integer max,
Map<String,CrudReadService.SORTORDER> sort,
List<Param> params,
Class<T> type) |
<T> Stream<T> |
CrudReadService.streamDynamic(Integer first,
Integer max,
Map<String,CrudReadService.SORTORDER> sort,
List<Param> params,
Class<T> type) |
Copyright © 2018–2020 Fryske Akademy. All rights reserved.