- delete
- findAll
- findOne
- count
- save
- readPage
Reads the given TypedQuery into a Page applying the given Pageable and
Specification.
- exists
- findById
- flush
- getCountQuery
Creates a new count query for the given Specification.
- getQuery
Creates a TypedQuery for the given Specification and Sort.
- <init>
Creates a new SimpleJpaRepository to manage objects of the given
JpaEntityInformation.