Package | Description |
---|---|
com.saperion.database.query.predicates | |
com.saperion.database.query.predicates.meta |
Modifier and Type | Class and Description |
---|---|
class |
IsEmpty<ElementType,CollectionType extends Collection<ElementType>>
A
QueryExpression that checks whether its operand is an empty list. |
class |
IsNotEmpty<ElementType,CollectionType extends Collection<ElementType>>
A
QueryExpression that checks whether its operand is a non-empty list. |
class |
IsNotNull<Type>
A
QueryExpression that checks whether its operand is not null. |
class |
IsNull<Type>
A
QueryExpression that checks whether its operand is null. |
Modifier and Type | Class and Description |
---|---|
class |
Negation
A
QueryExpression that is the negation of another
QueryExpression i.e. |
Copyright © 2016 SAPERION AG. All rights reserved.