Uses of Class
org.fryske_akademy.services.PreventEJBLoggingException
-
Packages that use PreventEJBLoggingException Package Description org.fryske_akademy.services This package contains interfaces and base classes for the development of crud (EJB/CDI) beans. -
-
Uses of PreventEJBLoggingException in org.fryske_akademy.services
Methods in org.fryske_akademy.services that throw PreventEJBLoggingException Modifier and Type Method Description <T> TAbstractCrudService. findExactlyOne(String namedQuery, List<Param> params, Class<T> type)<T> TCrudReadService. findExactlyOne(String namedQuery, List<Param> params, Class<T> type)return one result, no or multiple results throws an exception
-