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