Mnouwens
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created propertys inherited by entity give error in NamedQuery editor
AnsweredI Have: An Entity named invoice. The property mailed is on a parent class. UPDATE InvoiceEntity a set a.mailed = :newValue WHERE a.id = :id It works fine when i run it, but is does not work with au...