Class ReferenceRestriction
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.query.restriction.Restriction<T>
-
- com.evolveum.midpoint.repo.sql.query.restriction.ItemRestriction<T>
-
- com.evolveum.midpoint.repo.sql.query.restriction.ItemValueRestriction<RefFilter>
-
- com.evolveum.midpoint.repo.sql.query.restriction.ReferenceRestriction
-
public class ReferenceRestriction extends ItemValueRestriction<RefFilter>
- Author:
- lazyman
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.repo.sql.query.restriction.ItemRestriction
hqlDataInstance, itemDefinition, itemPath
-
Fields inherited from class com.evolveum.midpoint.repo.sql.query.restriction.Restriction
context, filter, parent
-
-
Constructor Summary
Constructors Constructor Description ReferenceRestriction(InterpretationContext context, RefFilter filter, JpaEntityDefinition baseEntityDefinition, Restriction parent, @NotNull JpaLinkDefinition<JpaReferenceDefinition> linkDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Condition
interpretInternal()
-
Methods inherited from class com.evolveum.midpoint.repo.sql.query.restriction.ItemValueRestriction
getValue, interpret
-
Methods inherited from class com.evolveum.midpoint.repo.sql.query.restriction.ItemRestriction
getHqlDataInstance, getItemPath, setHqlDataInstance
-
Methods inherited from class com.evolveum.midpoint.repo.sql.query.restriction.Restriction
getBaseHqlEntity, getBaseHqlEntityForChildren, getContext, getFilter, getItemPathResolver, getParent, isNegated, nameOf
-
-
-
-
Constructor Detail
-
ReferenceRestriction
public ReferenceRestriction(InterpretationContext context, RefFilter filter, JpaEntityDefinition baseEntityDefinition, Restriction parent, @NotNull @NotNull JpaLinkDefinition<JpaReferenceDefinition> linkDefinition)
-
-
Method Detail
-
interpretInternal
public Condition interpretInternal() throws QueryException
- Specified by:
interpretInternal
in classItemValueRestriction<RefFilter>
- Throws:
QueryException
-
-