Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Julian Halliwell
Julian HalliwellPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 3 February 2015 at 22:16
Updated 4 days ago
If I set a persistent property in a MappedSuperClass, but then in a child entity override that property and set its `persistent` attribute to false, ORM ignores this and throws an "Unknown column" exception if the field does not exist.
In ACF, the overridden persistent attribute in the child entity is respected and the field is not queried.
Previously reported against Railo: https://issues.jboss.org/browse/RAILO-3230