Class LogicalRestriction<T extends LogicalFilter>
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.query.restriction.Restriction<T>
-
- com.evolveum.midpoint.repo.sql.query.restriction.LogicalRestriction<T>
-
- Direct Known Subclasses:
NaryLogicalRestriction
,UnaryLogicalRestriction
public abstract class LogicalRestriction<T extends LogicalFilter> extends Restriction<T>
- Author:
- lazyman
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.repo.sql.query.restriction.Restriction
context, filter, parent
-
-
Constructor Summary
Constructors Constructor Description LogicalRestriction(InterpretationContext context, T filter, JpaEntityDefinition baseEntityDefinition, Restriction parent)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.repo.sql.query.restriction.Restriction
getBaseHqlEntity, getBaseHqlEntityForChildren, getContext, getFilter, getItemPathResolver, getParent, interpret, isNegated, nameOf
-
-
-
-
Constructor Detail
-
LogicalRestriction
public LogicalRestriction(InterpretationContext context, T filter, JpaEntityDefinition baseEntityDefinition, Restriction parent)
-
-