Uses of Package
org.fryske_akademy.services
-
Packages that use org.fryske_akademy.services 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. -
Classes in org.fryske_akademy.services used by org.fryske_akademy.jpa Class Description CrudReadService.SORTORDER -
Classes in org.fryske_akademy.services used by org.fryske_akademy.services Class Description AbstractCrudService This base class enables you to create crud service beans with minimal effort.Auditing Generic interface for entity history.CrudReadService Generic interface for read operations on entities, the dynamic methods offer powerfull support for building queries including a bit of syntax in user input.CrudReadService.SORTORDER CrudReadService.SORTORDER.Builder CrudWriteService Generic interface for write operations on entitiesPreventEJBLoggingException RuntimeException marked as ApplicationException to prevent logging from EJB layer