| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseHavingBuilder<T extends BaseHavingBuilder<T>>
A base interface for builders that support having.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CriteriaBuilder<T>
A builder for criteria queries.
|
interface |
GroupByBuilder<T,X extends GroupByBuilder<T,X>>
An interface for builders that support groupy by.
|
interface |
HavingAndBuilder<T>
The builder interface for a having predicate container that connects predicates with the AND operator.
|
interface |
HavingBuilder<T extends HavingBuilder<T>>
An interface for builders that support aggregation.
|
interface |
HavingOrBuilder<T>
The builder interface for a having predicate container that connects predicates with the OR operator.
|
interface |
SubqueryBuilder<T>
A builder for subquery criteria queries.
|
Copyright © 2015 Blazebit. All Rights Reserved.