109110111112113114115
* * @param path * @return the Querydsl {@link UpdateClause}. */ protected UpdateClause<JPAUpdateClause> update(EntityPath<?> path) { return new JPAUpdateClause(entityManager, path); }