Uses of Class
com.blazebit.persistence.impl.transform.ClauseAndJoinAwareVisitor
Packages that use ClauseAndJoinAwareVisitor
-
Uses of ClauseAndJoinAwareVisitor in com.blazebit.persistence.impl.transform
Subclasses of ClauseAndJoinAwareVisitor in com.blazebit.persistence.impl.transformModifier and TypeClassDescriptionclassThis Transformer runs through the expressions of the query For each OUTER(pp) expression it performs an implicitJoin for the join manager of the surrounding query and replaces the OUTER(pp) expression with the base node alias '.' the field.