com.evolveum.midpoint.repo.sql.query2.restriction
Class LogicalRestriction<T extends LogicalFilter>
java.lang.Object
com.evolveum.midpoint.repo.sql.query2.restriction.Restriction<T>
com.evolveum.midpoint.repo.sql.query2.restriction.LogicalRestriction<T>
- Direct Known Subclasses:
- NaryLogicalRestriction, UnaryLogicalRestriction
public class LogicalRestriction<T extends LogicalFilter>
- extends Restriction<T>
- Author:
- lazyman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogicalRestriction
public LogicalRestriction(QueryContext context,
ObjectQuery query,
T filter)
LogicalRestriction
public LogicalRestriction(Restriction parent,
QueryContext context,
ObjectQuery query,
T filter)
canHandle
public boolean canHandle(ObjectFilter filter)
- Specified by:
canHandle
in class Restriction<T extends LogicalFilter>
interpret
public org.hibernate.criterion.Criterion interpret()
- Specified by:
interpret
in class Restriction<T extends LogicalFilter>
Copyright © 2013 evolveum. All Rights Reserved.