Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0M6
-
None
Description
Auto-inject values in NEW objects with declared qualifiers.
E.g. if entity Employee has a qualifier personType="EE" then context.newObject(Employee.class).getPersonType() should be "EE"
At first step I plan to inject only AND expressions and those Equal, where one operand is a path (Db or Obj) and other is scalar