| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| com.blazebit.persistence.internal |
Contains experimental extensions that might not be supported by all JPA providers.
|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
| Class and Description |
|---|
| BaseHavingBuilder
A base interface for builders that support having.
|
| BaseJoinOnBuilder
A base interface for builders that support join on.
|
| BaseQueryBuilder
A base interface for builders that support basic query functionality.
|
| BaseWhereBuilder
A base interface for builders that support filtering.
|
| BetweenBuilder
The builder interface for between predicates.
|
| BinaryPredicateBuilder
The interface for binary predicate builders.
|
| CaseWhenAndBuilder
The builder interface for a when predicate container that connects predicates with the AND operator.
|
| CaseWhenAndThenBuilder
The builder interface for a when predicate container that connects predicates with the AND operator.
|
| CaseWhenBuilder
A builder for general case when expressions.
|
| CaseWhenOrBuilder
The builder interface for a when predicate container that connects predicates with the OR operator.
|
| CaseWhenOrThenBuilder
The builder interface for a when predicate container that connects predicates with the OR operator.
|
| CaseWhenStarterBuilder
A builder for general case when expressions.
|
| CaseWhenThenBuilder
A builder that can terminate the build process for general case when expressions.
|
| CriteriaBuilder
A builder for criteria queries.
|
| CriteriaBuilderFactory
An interface used to create criteria builders.
|
| DistinctBuilder
An interface for builders that support distinct.
|
| GroupByBuilder
An interface for builders that support groupy by.
|
| HavingAndBuilder
The builder interface for a having predicate container that connects predicates with the AND operator.
|
| HavingBuilder
An interface for builders that support aggregation.
|
| HavingOrBuilder
The builder interface for a having predicate container that connects predicates with the OR operator.
|
| JoinOnAndBuilder
The builder interface for a on predicate container that connects predicates with the AND operator.
|
| JoinOnBuilder
An interface for builders that support join on.
|
| JoinOnOrBuilder
The builder interface for a on predicate container that connects predicates with the OR operator.
|
| JoinType
The different join types which are possible.
|
| Keyset
An interface that represents the key set of a row.
|
| KeysetBuilder
A builder for keysets to make use of keyset pagination.
|
| KeysetPage
An interface that represents the key set of a
PagedList. |
| LikeBuilder
A builder for the like predicate.
|
| ObjectBuilder
An object build provides the select clause expressions that should be used by a
QueryBuilder and provides methods for transforming tuples into the target type T. |
| OrderByBuilder
An interface for builders that support sorting.
|
| PagedList
An extended version of a List which also provides access to the total size of the list.
|
| PaginatedCriteriaBuilder
A builder for paginated criteria queries.
|
| QuantifiableBinaryPredicateBuilder
The interface for quantifiable binary predicate builders.
|
| QueryBuilder
A base interface for builders that support normal query functionality.
|
| RestrictionBuilder
The builder interface for predicates.
|
| SelectBuilder
An interface for builders that support selecting.
|
| SelectObjectBuilder
The builder interface for a select new select clause.
|
| SimpleCaseWhenBuilder
A builder for simple case when expressions.
|
| SimpleCaseWhenStarterBuilder
The first builder for simple case when expressions.
|
| SubqueryBuilder
A builder for subquery criteria queries.
|
| SubqueryInitiator
An interface used to create subquery builders.
|
| WhereAndBuilder
The builder interface for a where predicate container that connects predicates with the AND operator.
|
| WhereBuilder
An interface for builders that support filtering.
|
| WhereOrBuilder
The builder interface for a where predicate container that connects predicates with the OR operator.
|
| Class and Description |
|---|
| RestrictionBuilder
The builder interface for predicates.
|
| SubqueryInitiator
An interface used to create subquery builders.
|
| Class and Description |
|---|
| CriteriaBuilderFactory
An interface used to create criteria builders.
|
| ObjectBuilder
An object build provides the select clause expressions that should be used by a
QueryBuilder and provides methods for transforming tuples into the target type T. |
Copyright © 2015 Blazebit. All Rights Reserved.