- AbstractCrudService - Class in org.fryske_akademy.services
-
This base class enables you to create crud service beans with minimal effort.
- AbstractCrudService() - Constructor for class org.fryske_akademy.services.AbstractCrudService
-
- AbstractCrudServiceEnvers - Class in org.fryske_akademy.services
-
- AbstractCrudServiceEnvers() - Constructor for class org.fryske_akademy.services.AbstractCrudServiceEnvers
-
- AbstractEntity - Class in org.fryske_akademy.jpa
-
superclass for entities, defines auto generated id (GenerationType.IDENTITY), a version column and a function to check if the entity is transient (not in db yet).
- AbstractEntity() - Constructor for class org.fryske_akademy.jpa.AbstractEntity
-
- AbstractWsEntity - Class in org.fryske_akademy.jpa
-
Base for 'readonly' entities in for example webservices.
- AbstractWsEntity() - Constructor for class org.fryske_akademy.jpa.AbstractWsEntity
-
- add(String, Object) - Method in class org.fryske_akademy.jpa.Param.Builder
-
This method is suitable when your paramValue is the correct object
for the query to be executed.
- add(String, Object, boolean) - Method in class org.fryske_akademy.jpa.Param.Builder
-
This method is suitable when your paramValue is the correct object
for the query to be executed.
- add(String, String, Object, boolean) - Method in class org.fryske_akademy.jpa.Param.Builder
-
This method is suitable when your paramValue is the correct object
for the query to be executed.
- add(String, String, StringConverter) - Method in class org.fryske_akademy.jpa.Param.Builder
-
This method is suitable when your paramValue is a String that must be
converted to get the correct object for the query to be executed.
- add(String, String, String, StringConverter) - Method in class org.fryske_akademy.jpa.Param.Builder
-
This method is suitable when your paramValue is a String that must be
converted to get the correct object for the query to be executed.
- add(String, String, boolean, StringConverter) - Method in class org.fryske_akademy.jpa.Param.Builder
-
This method is suitable when your paramValue is a String that must be
converted to get the correct object for the query to be executed.
- add(String, String, String, boolean, StringConverter) - Method in class org.fryske_akademy.jpa.Param.Builder
-
Assumes key and propertyPath are the same
- add(String, String, String, String, boolean, StringConverter) - Method in class org.fryske_akademy.jpa.Param.Builder
-
Bottleneck method for String values, when configured in the Builder,
applies syntax support and wildcard mapping, applies conversion of
the String value using the supplied converter.
- add(String, String, String, Object, boolean, boolean) - Method in class org.fryske_akademy.jpa.Param.Builder
-
Bottleneck method, adds a new Param, does not apply any intelligence.
- add(String, CrudReadService.SORTORDER) - Method in class org.fryske_akademy.services.CrudReadService.SORTORDER.Builder
-
- addParam(List<Param>) - Method in class org.fryske_akademy.jpa.Param.Builder
-
- Auditing - Interface in org.fryske_akademy.services
-
Generic interface for entity history.