Class ExistsRestriction
- java.lang.Object
- 
- com.evolveum.midpoint.repo.sql.query2.restriction.Restriction<T>
- 
- com.evolveum.midpoint.repo.sql.query2.restriction.ItemRestriction<ExistsFilter>
- 
- com.evolveum.midpoint.repo.sql.query2.restriction.ExistsRestriction
 
 
 
- 
 public class ExistsRestriction extends ItemRestriction<ExistsFilter> - Author:
- mederly
 
- 
- 
Field Summary- 
Fields inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.ItemRestrictionhqlDataInstance, itemDefinition, itemPath
 - 
Fields inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.Restrictioncontext, filter, parent
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExistsRestriction(InterpretationContext context, ExistsFilter filter, JpaEntityDefinition baseEntityDefinition, Restriction parent)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HqlEntityInstancegetBaseHqlEntityForChildren()Conditioninterpret()- 
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.ItemRestrictiongetHqlDataInstance, getItemPath, setHqlDataInstance
 - 
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.restriction.RestrictiongetBaseHqlEntity, getContext, getFilter, getItemPathResolver, getParent, isNegated, nameOf
 
- 
 
- 
- 
- 
Constructor Detail- 
ExistsRestrictionpublic ExistsRestriction(InterpretationContext context, ExistsFilter filter, JpaEntityDefinition baseEntityDefinition, Restriction parent) 
 
- 
 - 
Method Detail- 
interpretpublic Condition interpret() throws QueryException - Specified by:
- interpretin class- Restriction<ExistsFilter>
- Throws:
- QueryException
 
 - 
getBaseHqlEntityForChildrenpublic HqlEntityInstance getBaseHqlEntityForChildren() - Overrides:
- getBaseHqlEntityForChildrenin class- Restriction<ExistsFilter>
 
 
- 
 
-