File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
hibernate-core/src/main/java/org/hibernate/query/criteria Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747/**
4848 * A JPA {@link CriteriaBuilder} is a source of objects which may be composed
4949 * 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:
5353 * <ul>
5454 * <li>JPQL does not have a {@code format()} function, so
5555 * {@link #format(Expression, String)} is declared here, and
You can’t perform that action at this time.
0 commit comments