All Classes and Interfaces

Class
Description
 
 
 
Base class for all our Spring Boot applications.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
We use a “Clock” Bean so we can run tests against session timeouts.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Entities<T extends Entity>
 
 
EntitiesDtoQuery<T extends net.avcompris.commons.query.Filtering<U>,U extends net.avcompris.commons.query.Filtering.Field>
 
 
 
EntitiesQuery<T extends net.avcompris.commons.query.Filtering<U>,U extends net.avcompris.commons.query.Filtering.Field>
 
 
EntitiesQueryRaw<T extends net.avcompris.commons.query.Filtering<U>,U extends net.avcompris.commons.query.Filtering.Field>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This exception is thrown when a resource update could not take place because the "fromRevision" field specified in the update didn’t match the actual "revision" field in the database.
 
 
 
 
 
 
 
 
 
 
 
Please note that because of Jackson deserialization (tested in our JSONUtilsTest class), we must not declare a generic setResults(T[] item) method in this super-super-interface, but rather have the setResults(xxx) method declared in the final implementation interface, such as: MutableCustomers, etc.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
SortBysParser<T extends Enum<?>>