PropertyQueryCondition<ENTITY> |
Property.between(double lowerBoundary,
double upperBoundary) |
Creates a "BETWEEN ...
|
PropertyQueryCondition<ENTITY> |
Property.between(int lowerBoundary,
int upperBoundary) |
Creates a "BETWEEN ...
|
PropertyQueryCondition<ENTITY> |
Property.between(long lowerBoundary,
long upperBoundary) |
Creates a "BETWEEN ...
|
PropertyQueryCondition<ENTITY> |
Property.between(short lowerBoundary,
short upperBoundary) |
Creates a "BETWEEN ...
|
PropertyQueryCondition<ENTITY> |
Property.between(java.util.Date lowerBoundary,
java.util.Date upperBoundary) |
Creates a "BETWEEN ...
|
PropertyQueryCondition<ENTITY> |
Property.contains(java.lang.String value) |
|
PropertyQueryCondition<ENTITY> |
Property.contains(java.lang.String value,
QueryBuilder.StringOrder order) |
|
PropertyQueryCondition<ENTITY> |
Property.containsElement(java.lang.String value) |
For a String array, list or String-key map property, matches if at least one element equals the given value
using StringOrder#CASE_SENSITIVE.
|
PropertyQueryCondition<ENTITY> |
Property.containsElement(java.lang.String value,
QueryBuilder.StringOrder order) |
|
PropertyQueryCondition<ENTITY> |
Property.containsKeyValue(java.lang.String key,
java.lang.String value) |
For a String-key map property, matches if at least one key and value combination equals the given values
using StringOrder#CASE_SENSITIVE.
|
PropertyQueryCondition<ENTITY> |
Property.containsKeyValue(java.lang.String key,
java.lang.String value,
QueryBuilder.StringOrder order) |
|
PropertyQueryCondition<ENTITY> |
Property.endsWith(java.lang.String value) |
|
PropertyQueryCondition<ENTITY> |
Property.endsWith(java.lang.String value,
QueryBuilder.StringOrder order) |
|
PropertyQueryCondition<ENTITY> |
Property.eq(java.lang.Object value) |
Deprecated.
|
PropertyQueryCondition<ENTITY> |
Property.equal(boolean value) |
Creates an "equal ('=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.equal(byte[] value) |
Creates an "equal ('=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.equal(double value,
double tolerance) |
|
PropertyQueryCondition<ENTITY> |
Property.equal(int value) |
Creates an "equal ('=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.equal(long value) |
Creates an "equal ('=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.equal(short value) |
Creates an "equal ('=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.equal(java.lang.String value) |
|
PropertyQueryCondition<ENTITY> |
Property.equal(java.lang.String value,
QueryBuilder.StringOrder order) |
Creates an "equal ('=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.equal(java.util.Date value) |
Creates an "equal ('=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greater(byte[] value) |
Creates a "greater than ('>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greater(double value) |
Creates a "greater than ('>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greater(int value) |
Creates a "greater than ('>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greater(long value) |
Creates a "greater than ('>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greater(short value) |
Creates a "greater than ('>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greater(java.lang.String value) |
|
PropertyQueryCondition<ENTITY> |
Property.greater(java.lang.String value,
QueryBuilder.StringOrder order) |
Creates a "greater than ('>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greater(java.util.Date value) |
Creates a "greater than ('>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greaterOrEqual(byte[] value) |
Creates a "greater or equal ('>=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greaterOrEqual(double value) |
Creates a "greater or equal ('>=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greaterOrEqual(int value) |
Creates a "greater or equal ('>=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greaterOrEqual(long value) |
Creates a "greater or equal ('>=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greaterOrEqual(short value) |
Creates a "greater or equal ('>=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greaterOrEqual(java.lang.String value,
QueryBuilder.StringOrder order) |
Creates a "greater or equal ('>=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.greaterOrEqual(java.util.Date value) |
Creates a "greater or equal ('>=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.gt(java.lang.Object value) |
Deprecated.
|
PropertyQueryCondition<ENTITY> |
Property.in(java.lang.Object... values) |
Deprecated.
|
PropertyQueryCondition<ENTITY> |
Property.in(java.util.Collection<?> inValues) |
Deprecated.
|
PropertyQueryCondition<ENTITY> |
Property.isNotNull() |
Deprecated.
|
PropertyQueryCondition<ENTITY> |
Property.isNull() |
Creates an "IS NULL" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.less(byte[] value) |
Creates a "less than ('<')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.less(double value) |
Creates a "less than ('<')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.less(int value) |
Creates a "less than ('<')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.less(long value) |
Creates a "less than ('<')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.less(short value) |
Creates a "less than ('<')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.less(java.lang.String value) |
|
PropertyQueryCondition<ENTITY> |
Property.less(java.lang.String value,
QueryBuilder.StringOrder order) |
Creates a "less than ('<')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.less(java.util.Date value) |
Creates a "less than ('<')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.lessOrEqual(byte[] value) |
Creates a "less or equal ('<=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.lessOrEqual(double value) |
Creates a "less or equal ('<=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.lessOrEqual(int value) |
Creates a "less or equal ('<=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.lessOrEqual(long value) |
Creates a "less or equal ('<=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.lessOrEqual(short value) |
Creates a "less or equal ('<=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.lessOrEqual(java.lang.String value,
QueryBuilder.StringOrder order) |
Creates a "less or equal ('<=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.lessOrEqual(java.util.Date value) |
Creates a "less or equal ('<=')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.lt(java.lang.Object value) |
Deprecated.
|
PropertyQueryCondition<ENTITY> |
Property.nearestNeighbors(float[] queryVector,
int maxResultCount) |
Performs an approximate nearest neighbor (ANN) search to find objects near to the given queryVector.
|
PropertyQueryCondition<ENTITY> |
Property.notEq(java.lang.Object value) |
Deprecated.
|
PropertyQueryCondition<ENTITY> |
Property.notEqual(boolean value) |
Creates a "not equal ('<>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.notEqual(int value) |
Creates a "not equal ('<>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.notEqual(long value) |
Creates a "not equal ('<>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.notEqual(short value) |
Creates a "not equal ('<>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.notEqual(java.lang.String value) |
|
PropertyQueryCondition<ENTITY> |
Property.notEqual(java.lang.String value,
QueryBuilder.StringOrder order) |
Creates a "not equal ('<>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.notEqual(java.util.Date value) |
Creates a "not equal ('<>')" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.notNull() |
Creates an "IS NOT NULL" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.notOneOf(int[] values) |
Creates a "NOT IN (..., ..., ...)" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.notOneOf(long[] values) |
Creates a "NOT IN (..., ..., ...)" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.notOneOf(java.util.Date[] value) |
Creates a "NOT IN (..., ..., ...)" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.oneOf(int[] values) |
Creates an "IN (..., ..., ...)" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.oneOf(long[] values) |
Creates an "IN (..., ..., ...)" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.oneOf(java.lang.String[] values) |
|
PropertyQueryCondition<ENTITY> |
Property.oneOf(java.lang.String[] values,
QueryBuilder.StringOrder order) |
Creates an "IN (..., ..., ...)" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.oneOf(java.util.Date[] value) |
Creates an "IN (..., ..., ...)" condition for this property.
|
PropertyQueryCondition<ENTITY> |
Property.startsWith(java.lang.String value) |
|
PropertyQueryCondition<ENTITY> |
Property.startsWith(java.lang.String value,
QueryBuilder.StringOrder order) |
|