Criteria.PropertyOperand |
Criteria.PropertyOperand.dateToDayOfMonth() |
Extract the day of month from this property that must have a compatible type for this operation.
|
Criteria.PropertyOperand |
Criteria.PropertyOperand.dateToDayOfYear() |
Extract the day of year from this property that must have a compatible type for this operation.
|
Criteria.PropertyOperand |
Criteria.PropertyOperand.dateToIsoDayOfWeek() |
Extract the ISO day of week from this property that must have a compatible type for this operation.
|
Criteria.PropertyOperand |
Criteria.PropertyOperand.dateToIsoWeek() |
Extract the ISO week number from this property that must have a compatible type for this operation.
|
Criteria.PropertyOperand |
Criteria.PropertyOperand.dateToMonth() |
Extract the month from this property that must have a compatible type for this operation.
|
Criteria.PropertyOperand |
Criteria.PropertyOperand.dateToYear() |
Extract the year from this property that must have a compatible type for this operation.
|
Criteria.PropertyOperand |
Criteria.PropertyOperation.getLeft() |
|
static Criteria.PropertyOperand |
Criteria.property(String entityName,
String propertyName) |
Create a property operand to use in a property operation such as comparison.
|
Criteria.PropertyOperand |
Criteria.PropertyOperand.timeToHour() |
Extract the hour from this property that must have a compatible type for this operation.
|
Criteria.PropertyOperand |
Criteria.PropertyOperand.timeToMinute() |
Extract the minute from this property that must have a compatible type for this operation.
|
Criteria.PropertyOperand |
Criteria.PropertyOperand.timeToSecond() |
Extract the second from this property that must have a compatible type for this operation.
|
Criteria.PropertyOperand |
Criteria.PropertyOperand.toLowerCase() |
Apply the LOWER function to this property to use in a comparison operation.
|
Criteria.PropertyOperand |
Criteria.PropertyOperand.toUpperCase() |
Apply the UPPER function to this property to use in a comparison operation.
|