Java org.springframework.data.jpa.repository JpaSpecificationExecutor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.jpa.repository JpaSpecificationExecutor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.jpa.repository JpaSpecificationExecutor.

The text is from its open source code.

Implementation

org.springframework.data.jpa.repository.JpaSpecificationExecutor has the following implementations.
Click this link to see all its implementation.

Method

ListfindAll(@Nullable Specification spec)
Returns all entities matching the given Specification .
PagefindAll(@Nullable Specification spec, Pageable pageable)
Returns a Page of entities matching the given Specification .
ListfindAll(@Nullable Specification spec, Sort sort)
Returns all entities matching the given Specification and Sort .