Package org.infinispan.query.dsl.impl
Class BaseQueryFactory
java.lang.Object
org.infinispan.query.dsl.impl.BaseQueryFactory
- All Implemented Interfaces:
QueryFactory
- Since:
- 6.0
- Author:
- anistor@redhat.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a condition on the given attribute path that is to be completed later by using it as a sub-condition.having(Expression expression) Creates a condition on the given attribute path that is to be completed later by using it as a sub-condition.not()Creates a negated condition that is to be completed later by using it as a sub-condition.Creates a negated condition based on a given sub-condition.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.query.dsl.QueryFactory
create, from, from
-
Constructor Details
-
BaseQueryFactory
public BaseQueryFactory()
-
-
Method Details
-
having
Description copied from interface:QueryFactoryCreates a condition on the given attribute path that is to be completed later by using it as a sub-condition.- Specified by:
havingin interfaceQueryFactory- Parameters:
attributePath- the attribute path- Returns:
- the incomplete sub-condition
-
having
Description copied from interface:QueryFactoryCreates a condition on the given attribute path that is to be completed later by using it as a sub-condition.- Specified by:
havingin interfaceQueryFactory- Parameters:
expression- a path Expression- Returns:
- the incomplete sub-condition
-
not
Description copied from interface:QueryFactoryCreates a negated condition that is to be completed later by using it as a sub-condition.- Specified by:
notin interfaceQueryFactory- Returns:
- the incomplete sub-condition
-
not
Description copied from interface:QueryFactoryCreates a negated condition based on a given sub-condition. The negation is grouped.- Specified by:
notin interfaceQueryFactory- Returns:
- the incomplete sub-condition
-