I am wondering if parameterized EL is allowed in EJB-QL/HQL? So I can do something like
private static final String[] RESTRICTIONS = {
"m.userId = #{measurementDataCriteria.getUserId()}",Inside the measurementDataCriteria, does it have to contain a property named userId?
Thanks
should be doable for everything you can get an e.g. outputText value for