Uses of Enum Class
org.fryske_akademy.services.CrudReadService.SORTORDER
Packages that use CrudReadService.SORTORDER
Package
Description
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.
This package contains interfaces and base classes for the development of crud (EJB/CDI) beans.
-
Uses of CrudReadService.SORTORDER in org.fryske_akademy.jpa
Method parameters in org.fryske_akademy.jpa with type arguments of type CrudReadService.SORTORDERModifier and TypeMethodDescriptionJpqlBuilder.orderClause(Map<String, CrudReadService.SORTORDER> sort) builds an order by clauseJpqlBuilderImpl.orderClause(Map<String, CrudReadService.SORTORDER> sort) builds an order by clause, usesJpqlBuilderImpl.ENTITY_PREFIX. -
Uses of CrudReadService.SORTORDER in org.fryske_akademy.services
Methods in org.fryske_akademy.services that return CrudReadService.SORTORDERModifier and TypeMethodDescriptionstatic CrudReadService.SORTORDERReturns the enum constant of this class with the specified name.static CrudReadService.SORTORDER[]CrudReadService.SORTORDER.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fryske_akademy.services that return types with arguments of type CrudReadService.SORTORDERModifier and TypeMethodDescriptionCrudReadService.SORTORDER.Builder.build()static Map<String,CrudReadService.SORTORDER> CrudReadService.SORTORDER.order(String key, CrudReadService.SORTORDER order) Methods in org.fryske_akademy.services with parameters of type CrudReadService.SORTORDERModifier and TypeMethodDescriptionCrudReadService.SORTORDER.Builder.add(String key, CrudReadService.SORTORDER o) static Map<String,CrudReadService.SORTORDER> CrudReadService.SORTORDER.order(String key, CrudReadService.SORTORDER order) Method parameters in org.fryske_akademy.services with type arguments of type CrudReadService.SORTORDERModifier and TypeMethodDescription<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)