Jakarta Persistence (JPA) Method
Predicate between(
Expression<? extends Y> v,
Y x,
Y y
)
Create a predicate for testing whether the first argument is between the second and third arguments in value.
- Parameters:
x- valuey- valuev- expression
- Returns:
- between predicate.
- Since:
- Jakarta Persistence (JPA) 1.0