org.objectweb.medor.optim.jorm
Class JormFilteredInheritance
- RewriteRule
public class JormFilteredInheritance
In the case of filtered inheritance, this rule replaces a QueryTree built on
top of JormExtents with inheritance by a QueryTree with JormExtents without
inheritance, on top of which are inserted new SelectProjects containing the
filter corresponding to the inheritance filter.
MEDOR constructs its filter using the ones in RdbClassMapping, either
accessible through getRdbFilter(), if it has been provided by the user, or
computed from the NameDef filter otherwise (method to be provided in JORM).
- A. Lefebvre
JormFilteredInheritance
public JormFilteredInheritance()