<div dir="ltr"><div dir="ltr">Em dom., 8 de dez. de 2024 às 22:53, Peter Eastham <<a href="mailto:petereastham@gmail.com">petereastham@gmail.com</a>> escreveu:</div><div class="gmail_quote gmail_quote_container"><div> </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">If there was greater access to the Method Reference more implicit information could be passed, reducing the noise,<br>CriteriaQuery q = CriteriaQuery.createQuery(Customer::new)<br>  .leftJoin(Customer::orders)<br>  .where(Object::equals, Customer::status, 1);<br>var result = q.select();<br><br></div></blockquote><div><br></div><div>Is this about having the expression Customer::status evaluate to, say, a VarHandle for getting / setting the status attribute?</div><div><br></div><div>I am reminded of C# properties which seem to me a peculiar intermediate kind of thing between attributes and methods.</div></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Pedro Lamarão</div></div></div></div>