| Package | Description |
|---|---|
| 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 |
|---|---|
<T> T |
AbstractCrudService.findExactlyOne(String namedQuery,
List<Param> params,
Class<T> type) |
<T> T |
CrudReadService.findExactlyOne(String namedQuery,
List<Param> params,
Class<T> type)
return one result, no or multiple results throws an exception
|
Copyright © 2018–2020 Fryske Akademy. All rights reserved.