| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Method and Description |
|---|---|
JoinOnAndBuilder<JoinOnOrBuilder<T>> |
JoinOnOrBuilder.onAnd()
Starts a on and builder which connects it's predicates with the AND operator.
|
| Modifier and Type | Method and Description |
|---|---|
JoinOnOrBuilder<JoinOnAndBuilder<T>> |
JoinOnAndBuilder.onOr()
Starts a on or builder which connects it's predicates with the OR operator.
|
Copyright © 2014–2018 Blazebit. All rights reserved.