We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba3d1d commit ce1a449Copy full SHA for ce1a449
src/main/asciidoc/jpa.adoc
@@ -722,7 +722,7 @@ public class CustomerSpecs {
722
};
723
}
724
725
- public static Specification<Customer> hasSalesOfMoreThan(MontaryAmount value) {
+ public static Specification<Customer> hasSalesOfMoreThan(MonetaryAmount value) {
726
return new Specification<Customer>() {
727
public Predicate toPredicate(Root<T> root, CriteriaQuery<?> query,
728
CriteriaBuilder builder) {
0 commit comments