Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Labels:
Description
Allow the query builder expression to specify an object as a target.
Unable to find source-code formatter for language: querybuilder. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml
$qb->where($qb->expr()->eq('someObjectReference', $someObject);
So if the target passed is mapped and it is referenceable then replace the object instance with its UUID.