You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jorge Reyes edited this page Jun 3, 2015
·
2 revisions
Besides using it for creating criteria subqueries, Detached Criteria Builder can also be used in conjunction with the new detachedSQLProjection() method to return a projected result based on a subquery. The detachedSQLProjection() method can be called just like any other Criteria Builder projection.
Transform
Description
detachedSQLProtection
A single or array of DetachedCriteriaBuilders which will return the projected value
INFO If you need to use a property from the root entity in one of your criterias, simply prepend the property name with {alias}.
MORE otice how a subquery method was not used in this example of the Detached Criteria Builder.