| Interface | Description |
|---|---|
| PropertyReference |
Property Reference.
|
| Class | Description |
|---|---|
| AndPredicate |
AND Specification.
|
| AssociationFunction<T> |
Function to get Entity Associations
|
| AssociationNotNullPredicate<T> |
Association not null Specification.
|
| AssociationNullPredicate<T> |
Association null Specification.
|
| BinaryPredicate |
Base binary Specification, used for AND and OR Specifications..
|
| ComparisonPredicate<T> |
Base comparison Specification.
|
| ContainsAllPredicate<T> |
Contains All Specification.
|
| ContainsPredicate<T> |
Contains Specification.
|
| EqPredicate<T> |
Equals Specification.
|
| ExpressionPredicate |
Base expression Specification.
|
| GePredicate<T> |
Greater or equals Specification.
|
| GtPredicate<T> |
Greater than Specification.
|
| LePredicate<T> |
Less or equals Specification.
|
| LtPredicate<T> |
Lesser than Specification.
|
| ManyAssociationContainsPredicate<T> |
ManyAssociation Contains Specification.
|
| ManyAssociationFunction<T> |
Function to get Entity ManyAssociations.
|
| MatchesPredicate |
Regular expression match Specification.
|
| NamedAssociationContainsNamePredicate<T> |
NamedAssociation Contains Specification.
|
| NamedAssociationContainsPredicate<T> |
NamedAssociation Contains Specification.
|
| NamedAssociationFunction<T> |
Function to get Entity NamedAssociations.
|
| NePredicate<T> |
Not equals Specification.
|
| Notpredicate |
NOT Specification.
|
| OrderBy |
Query sorting segment.
|
| OrPredicate |
OR Specification.
|
| PropertyFunction<T> |
Function to get Entity Properties.
|
| PropertyNotNullPredicate<T> |
Property not null Specification.
|
| PropertyNullPredicate<T> |
Property null Specification.
|
| QuerySpecification |
This should be used when doing native queries, such as SQL, SPARQL or similar.
|
| Variable |
Query Variable name.
|
| Enum | Description |
|---|---|
| OrderBy.Order |
Order direction.
|