| Package | Description |
|---|---|
| org.fryske_akademy.ejb |
This package contains interfaces, base classes and a helper for the development of EJB crud beans.
|
| Class and Description |
|---|
| AbstractCrudService
This base class enables you to create minimal crud service beans.
|
| Auditing
Generic interface for entities history.
|
| CrudReadService
Generic interface for read operations on entities.
|
| CrudReadService.SORTORDER |
| CrudReadService.SORTORDER.Builder |
| CrudWriteService
Generic interface for write operations on entities
|
| JpqlBuilder
Responsible for building where and order by clauses in jpql
|
| Param
Holder for parameter info that can be used when
building
a jpql query, adds spaces where needed. |
| Param.AndOr |
| 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.WildcardMapping
translation table a wildcard for more characters and a wildcard for one character
|
Copyright © 2018 Fryske Akademy. All rights reserved.