| Interface | Description |
|---|---|
| Query<T extends Serializable> |
A query object encapsulate all the information about query data from database.
|
| SqlComparator |
查询比较器
|
| Class | Description |
|---|---|
| BetweenComparator |
Between comparator
|
| BinaryComparator |
Binary comparator
|
| EquivalentComparator |
Equivalent comparator
|
| GreaterThanComparator |
Grate than or equals comparator
|
| GroupComparator |
Group comparator
|
| InComparator |
In comparator
|
| LessThanComparator |
Less than or equals comparator
|
| LikeComparator |
Like comparator
|
| LogicalComparator |
Logical comparator
|
| QueryBuilder<T extends PersistableEntity> |
QueryBuilder is an ultra tool to create
Query instance |
| SingleComparator |
Unary operator
|
| Sort |
Sort
|
| StandardQuery<T extends PersistableEntity> |
Represents a query
|
| Enum | Description |
|---|---|
| LogicalOperator |
Logical operator
|
| SortDirection |
The sort order for ResultSet.
|
Copyright © 2019. All rights reserved.