public abstract class BaseQueryFactory<T extends Query> extends Object implements QueryFactory<T>
Constructor and Description |
---|
BaseQueryFactory() |
Modifier and Type | Method and Description |
---|---|
FilterConditionEndContext |
having(String attributePath)
Creates a condition on the given attribute path that is to be completed later by using it as a sub-condition.
|
FilterConditionBeginContext |
not()
Creates a negated condition that is to be completed later by using it as a sub-condition.
|
FilterConditionContext |
not(FilterConditionContext fcc)
Creates a negated condition based on a given sub-condition.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
from
public FilterConditionEndContext having(String attributePath)
QueryFactory
having
in interface QueryFactory<T extends Query>
public FilterConditionBeginContext not()
QueryFactory
not
in interface QueryFactory<T extends Query>
public FilterConditionContext not(FilterConditionContext fcc)
QueryFactory
not
in interface QueryFactory<T extends Query>
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.