We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1552d commit 3f4b2efCopy full SHA for 3f4b2ef
hibernate-core/src/main/java/org/hibernate/query/range/Range.java
@@ -13,11 +13,11 @@
13
import java.util.List;
14
15
/**
16
- * Specifies an allowed set of range of values for a value being restricted.
+ * Specifies an allowed set or range of values for a value being restricted.
17
* <p>
18
* A parameter of a {@linkplain org.hibernate.annotations.processing.Find
19
* finder method} may be declared with type {@code Range<T>} where {@code T}
20
- * is the type of the matching field of property of the entity.
+ * is the type of the matching field or property of the entity.
21
*
22
* @param <U> The type of the value being restricted
23
0 commit comments