We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f806365 commit 2d4828aCopy full SHA for 2d4828a
README.md
@@ -52,7 +52,7 @@ change properties to your configuration
52
53
public interface EmployeeRepository extends JpaRepository<Employee, Long>, JpaSpecificationExecutor<Employee> {}
54
55
-2.Create custom specification class and extends SearchSpecification and override toPredicate method.
+2.Create custom Specification class and extends SearchSpecification and override toPredicate method.
56
57
public class ExampleSpecification1 extends SearchSpecification<ExampleSearch1, Employee> {
58
0 commit comments