Package org.objectweb.medor.optim.jorm

Class Summary
Jorm2Rdb This rules transforms a QueryTree built on top of JORM Extents into a QueryTree built on top of RdbExpQueryLeaves.
JormAssignMapperRule Deprecated. Should now use the JormQueryTreeHelper methods instead.
JormFlatten2Rdb This rules transforms a QueryTree built on top of JORM Extents into a QueryTree built on top of RdbExpQueryLeaves.
JormGoUpDecodeRule The aim of this rule is to remove comparaisons between PNames and move up the Decode operators (i.e.
JormLeafRewriter  
JormLeafRewriteRule This class represents the rule to transform QueryLeaves into the corresponding QueryLeaf on the data store (for example into an RdbQueryLeaf).
JormQueryRewriter This QueryRewriter is able to rewrite a query tree which contains JORM leaves.
JormRule This class is a tool for the management of the JormExtent.
RdbJormLeafRewriter Deprecated. use FlattenQueryTreeRule and JormFlatten2Rdb