| Interface | Description |
|---|---|
| Comparator | |
| Operator |
| Class | Description |
|---|---|
| And | |
| AttributeBuilder |
Builder para facilidar o agrupamento de
Attribute. |
| Concat | |
| EndsWith | |
| Equal | |
| EqualIgnoreCase | |
| Exist | |
| GreaterThan | |
| GreaterThanOrEqual | |
| Joinner |
Joinner by
Predicate. |
| LessThan | |
| LessThanOrEqual | |
| Like | |
| NotEndsWith | |
| NotEqual | |
| NotLike |
Cria o
CriteriaBuilder.notLike(javax.persistence.criteria.Expression<java.lang.String>, javax.persistence.criteria.Expression<java.lang.String>). |
| NotNull |
Cria o
Predicate não nulo. |
| NotStartsWith | |
| Null |
Cria o
Predicate nulo. |
| Or | |
| Order | |
| Predicate |
Predicado para consulta.
|
| PredicateBuilder | |
| Repository |
Repository para operações com o banco de dados.
|
| StartsWith |
| Enum | Description |
|---|---|
| Comparators |
Enum of
Comparator. |
| Concat.Position | |
| Operators | |
| Order.Direction |
| Exception | Description |
|---|---|
| AttributeNotBeEmptyException | |
| RepositoryQueryException | |
| SelectionEmptyException | |
| SelectionHasManyButMustOneException |
Copyright © 2018. All rights reserved.