| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Method and Description |
|---|---|
WhereAndBuilder<WhereOrBuilder<T>> |
WhereOrBuilder.whereAnd()
Starts a where and builder which connects it's predicates with the AND operator.
|
| Modifier and Type | Method and Description |
|---|---|
WhereOrBuilder<WhereAndBuilder<T>> |
WhereAndBuilder.whereOr()
Starts a where or builder which connects it's predicates with the OR operator.
|
Copyright © 2015 Blazebit. All Rights Reserved.