File tree 1 file changed +3
-3
lines changed
hibernate-core/src/main/java/org/hibernate/query/criteria
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
/**
48
48
* A JPA {@link CriteriaBuilder} is a source of objects which may be composed
49
49
* to express a criteria query. The JPA-standard API defines all the operations
50
- * needed express any query written in standard JPQL. This interface extends
51
- * {@code CriteriaBuilder}, adding operations needed to express features of
52
- * HQL which are not available in standard JPQL. For example:
50
+ * needed to express any query written in standard JPQL. This interface extends
51
+ * {@code CriteriaBuilder}, adding operations needed to express features of HQL
52
+ * which are not available in standard JPQL. For example:
53
53
* <ul>
54
54
* <li>JPQL does not have a {@code format()} function, so
55
55
* {@link #format(Expression, String)} is declared here, and
You can’t perform that action at this time.
0 commit comments