Blazebit Persistence Integration DeltaSpike Data API 1.3.1
A C D E F G H I K L M N O P R S T V W 

A

and(Sort) - Method in class com.blazebit.persistence.deltaspike.data.Sort
Returns a new Sort representing the union of the Sort.Orders of this and the given Sort.
appendTo(StringBuilder) - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Appends the string representation to the given StringBuilder.
ASC - com.blazebit.persistence.deltaspike.data.Sort.Direction
Ascending direction.

C

changeOrder(String) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
changeOrder(SingularAttribute<E, X>) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
clearOrder() - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
com.blazebit.persistence.deltaspike.data - package com.blazebit.persistence.deltaspike.data
Blaze-Persistence DeltaSpike integration.
currentPageable() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetAwarePage
 
currentPageable() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetAwareSlice
 
currentPageable() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns the Pageable that can be used to request the current Slice.

D

DESC - com.blazebit.persistence.deltaspike.data.Sort.Direction
Descending direction.

E

EntityViewManagerConfig - Annotation Type in com.blazebit.persistence.deltaspike.data
Configure the EntityViewManager for a specific repository.
EntityViewManagerResolver - Interface in com.blazebit.persistence.deltaspike.data
Resolve the EntityViewManager used for a specific repository.
EntityViewRepository<E,V,PK extends java.io.Serializable> - Interface in com.blazebit.persistence.deltaspike.data
Base entity view repository interface.
equals(Object) - Method in class com.blazebit.persistence.deltaspike.data.KeysetPageRequest
 
equals(Object) - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
equals(Object) - Method in class com.blazebit.persistence.deltaspike.data.Sort
 
equals(Object) - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
 
ExtendedQueryResult<E> - Interface in com.blazebit.persistence.deltaspike.data
An extended version of QueryResult that allows to configure Blaze-Persistence specific features.

F

findAll() - Method in interface com.blazebit.persistence.deltaspike.data.EntityViewRepository
Lookup all existing entities of entity class <E>.
findAll(int, int) - Method in interface com.blazebit.persistence.deltaspike.data.EntityViewRepository
Lookup a range of existing entities of entity class <E> with support for pagination.
findAll(Pageable) - Method in interface com.blazebit.persistence.deltaspike.data.EntityViewRepository
Returns a Page of entities meeting the paging restriction provided in the Pageable object.
findAll(Sort) - Method in interface com.blazebit.persistence.deltaspike.data.EntityViewRepository
Lookup a range of existing entities of entity class <E> with support for pagination.
findAll(Specification<E>, Pageable) - Method in interface com.blazebit.persistence.deltaspike.data.EntityViewRepository
Returns a Page of entities meeting the paging and specification restriction provided in the Pageable and Specification objects.
findBy(E, int, int, SingularAttribute<E, ?>...) - Method in interface com.blazebit.persistence.deltaspike.data.EntityViewRepository
Query by example - for a given object and a specific set of properties with support for pagination.
findBy(E, SingularAttribute<E, ?>...) - Method in interface com.blazebit.persistence.deltaspike.data.EntityViewRepository
Query by example - for a given object and a specific set of properties.
findBy(PK) - Method in interface com.blazebit.persistence.deltaspike.data.EntityViewRepository
Entity lookup by primary key.
findByLike(E, int, int, SingularAttribute<E, ?>...) - Method in interface com.blazebit.persistence.deltaspike.data.EntityViewRepository
Query by example - for a given object and a specific set of properties using a like operator for Strings with support for pagination.
findByLike(E, SingularAttribute<E, ?>...) - Method in interface com.blazebit.persistence.deltaspike.data.EntityViewRepository
Query by example - for a given object and a specific set of properties using a like operator for Strings.
first() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetPageable
Returns the KeysetPageable that can be used to request the first Page.
first() - Method in class com.blazebit.persistence.deltaspike.data.KeysetPageRequest
 
first() - Method in interface com.blazebit.persistence.deltaspike.data.Pageable
Returns the Pageable that can be used to request the first Page.
first() - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
firstResult(int) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
flushMode(FlushModeType) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
fromString(String) - Static method in enum com.blazebit.persistence.deltaspike.data.Sort.Direction
Returns the Sort.Direction enum for the given String value.
fromStringOrNull(String) - Static method in enum com.blazebit.persistence.deltaspike.data.Sort.Direction
Returns the Sort.Direction enum for the given String or null if the value is unknown.
FullEntityViewRepository<E,V,PK extends java.io.Serializable> - Interface in com.blazebit.persistence.deltaspike.data
Interface that supports EntityViewRepository and CriteriaSupport capabilities.

G

getContent() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns the slice content as Slice.
getDirection() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns the sort direction.
getKeysetPage() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetAwarePage
Returns the keyset page associated to the results of this page.
getKeysetPage() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetAwareSlice
Returns the keyset page associated to the results of this page.
getKeysetPage() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetPageable
Returns the keyset page information.
getKeysetPage() - Method in class com.blazebit.persistence.deltaspike.data.KeysetPageRequest
 
getNullHandling() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns the Sort.NullHandling.
getNumber() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns the number of the current Slice.
getNumberOfElements() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns the actual number of elements currently on this Slice.
getOffset() - Method in interface com.blazebit.persistence.deltaspike.data.Pageable
Returns the offset represented by the page number multiplied with the page size.
getOffset() - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
getOrderFor(String) - Method in class com.blazebit.persistence.deltaspike.data.Sort
Returns the order for the given path or null if there is none.
getPageNumber() - Method in interface com.blazebit.persistence.deltaspike.data.Pageable
Returns the page to be returned.
getPageNumber() - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
getPageResultList() - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
Returns the result list of the page for which this query was constructed for without executing a count query.
getPageSize() - Method in interface com.blazebit.persistence.deltaspike.data.Pageable
Returns the number of elements per page to be returned.
getPageSize() - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
getPath() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns the path of the Sort.Order.
getResultList() - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
If paginated, returns a PagedList containing the result list of the requested page and optionally the total count depending on ExtendedQueryResult.withCountQuery(boolean).
getSize() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns the size of the Slice i.e. what was request via Pageable.getPageSize().
getSort() - Method in interface com.blazebit.persistence.deltaspike.data.Pageable
Returns the sorting that should be used for pagination.
getSort() - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
getSort() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns the sorting that was used for pagination.
getTotalElements() - Method in interface com.blazebit.persistence.deltaspike.data.Page
Returns the total amount of elements.
getTotalPages() - Method in interface com.blazebit.persistence.deltaspike.data.Page
Returns the number of total pages.

H

hasContent() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns whether the Slice has content at all.
hashCode() - Method in class com.blazebit.persistence.deltaspike.data.KeysetPageRequest
 
hashCode() - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
hashCode() - Method in class com.blazebit.persistence.deltaspike.data.Sort
 
hashCode() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
 
hasNext() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns if there is a next Slice.
hasPrevious() - Method in interface com.blazebit.persistence.deltaspike.data.Pageable
Returns whether there is a previous Pageable i.e. if the page number is greater than 0.
hasPrevious() - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
hasPrevious() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns if there is a previous Slice.
hint(String, Object) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 

I

ignoreCase() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns a new Sort.Order with case insensitive sorting enabled.
isAscending() - Method in enum com.blazebit.persistence.deltaspike.data.Sort.Direction
Returns whether the direction is ascending.
isAscending() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns whether sorting for this property should be ascending.
isDescending() - Method in enum com.blazebit.persistence.deltaspike.data.Sort.Direction
Returns whether the direction is descending.
isDescending() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns whether sorting for this path should be descending.
isFirst() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns whether the current Slice is the first one.
isIgnoreCase() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns whether or not the sort will be case sensitive.
isLast() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns whether the current Slice is the last one.
iterator() - Method in class com.blazebit.persistence.deltaspike.data.Sort
 

K

KeysetAwarePage<T> - Interface in com.blazebit.persistence.deltaspike.data
Like Page but contains keyset information.
KeysetAwareSlice<T> - Interface in com.blazebit.persistence.deltaspike.data
Like Slice but contains keyset information.
KeysetPageable - Interface in com.blazebit.persistence.deltaspike.data
Like Pageable but contains keyset information.
KeysetPageRequest - Class in com.blazebit.persistence.deltaspike.data
Like PageRequest but with support for keyset pagination.
KeysetPageRequest(int, int, KeysetPage, Sort) - Constructor for class com.blazebit.persistence.deltaspike.data.KeysetPageRequest
Construct a page request with an optional keyset page that may be used for keyset pagination.
KeysetPageRequest(KeysetPage, Pageable) - Constructor for class com.blazebit.persistence.deltaspike.data.KeysetPageRequest
Construct a page request from a pageable with an optional keyset page that may be used for keyset pagination.
KeysetPageRequest(KeysetPage, Sort) - Constructor for class com.blazebit.persistence.deltaspike.data.KeysetPageRequest
Construct a page request representing the current page via a keyset page and a sort specification.
KeysetPageRequest(KeysetPage, Sort, int, int) - Constructor for class com.blazebit.persistence.deltaspike.data.KeysetPageRequest
Construct a page request with an optional keyset page that may be used for keyset pagination.

L

lockMode(LockModeType) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 

M

maxResults(int) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 

N

NATIVE - com.blazebit.persistence.deltaspike.data.Sort.NullHandling
Specifies that the underlying default null handling should be applied.
next() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetPageable
Returns the KeysetPageable that can be used to request the next Page.
next() - Method in class com.blazebit.persistence.deltaspike.data.KeysetPageRequest
 
next() - Method in interface com.blazebit.persistence.deltaspike.data.Pageable
Returns the Pageable that can be used to request the next Page.
next() - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
nextPage() - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
nextPageable() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetAwarePage
 
nextPageable() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetAwareSlice
 
nextPageable() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns the Pageable that can be used to request the next Slice.
NULLS_FIRST - com.blazebit.persistence.deltaspike.data.Sort.NullHandling
Specifies that NULLs are ordered before other values.
NULLS_LAST - com.blazebit.persistence.deltaspike.data.Sort.NullHandling
Specifies that NULLs are ordered after other values.
nullsFirst() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns a new Sort.Order with Sort.NullHandling.NULLS_FIRST as null handling.
nullsLast() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns a new Sort.Order with Sort.NullHandling.NULLS_LAST as null handling.
nullsNative() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns a new Sort.Order with Sort.NullHandling.NATIVE as null handling.

O

Order(Sort.Direction, String) - Constructor for class com.blazebit.persistence.deltaspike.data.Sort.Order
Creates a new Sort.Order with the given direction and path.
Order(Sort.Direction, String, Sort.NullHandling) - Constructor for class com.blazebit.persistence.deltaspike.data.Sort.Order
Creates a new Sort.Order with the given direction, path and null handling.
Order(String) - Constructor for class com.blazebit.persistence.deltaspike.data.Sort.Order
Creates a new Sort.Order with the given path and Sort.Direction.ASC.
orderAsc(String) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
orderAsc(String, boolean) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
orderAsc(SingularAttribute<E, X>) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
orderAsc(SingularAttribute<E, X>, boolean) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
orderDesc(String) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
orderDesc(String, boolean) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
orderDesc(SingularAttribute<E, X>) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
orderDesc(SingularAttribute<E, X>, boolean) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 

P

Page<T> - Interface in com.blazebit.persistence.deltaspike.data
A sublist of a list of objects, heavily inspired by Spring Data's Page.
Pageable - Interface in com.blazebit.persistence.deltaspike.data
Interface containing pagination information, heavily inspired by Spring Data's Pageable.
PageRequest - Class in com.blazebit.persistence.deltaspike.data
Immutable implementation of Pageable, heavily inspired by Spring Data's PageRequest.
PageRequest(int, int) - Constructor for class com.blazebit.persistence.deltaspike.data.PageRequest
Creates a new PageRequest for requesting the given page with the given page size.
PageRequest(int, int, Sort) - Constructor for class com.blazebit.persistence.deltaspike.data.PageRequest
Creates a new PageRequest with given sorting.
PageRequest(int, int, Sort.Direction, String...) - Constructor for class com.blazebit.persistence.deltaspike.data.PageRequest
Creates a new PageRequest with a sorting based on the given paths and direction.
PageRequest(Sort, int, int) - Constructor for class com.blazebit.persistence.deltaspike.data.PageRequest
Creates a new PageRequest with given sorting.
previous() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetPageable
Returns the KeysetPageable that can be used to request the previous Page or null if the current one already is the first one.
previous() - Method in class com.blazebit.persistence.deltaspike.data.KeysetPageRequest
 
previous() - Method in interface com.blazebit.persistence.deltaspike.data.Pageable
Returns the Pageable that can be used to request the previous Page or null if the current one already is the first one.
previous() - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
previousOrFirst() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetPageable
Returns the KeysetPageable that can be used to request the previous Page or the first if the current one already is the first one.
previousOrFirst() - Method in class com.blazebit.persistence.deltaspike.data.KeysetPageRequest
 
previousOrFirst() - Method in interface com.blazebit.persistence.deltaspike.data.Pageable
Returns the Pageable that can be used to request the previous Page or the first if the current one already is the first one.
previousOrFirst() - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
previousPage() - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
previousPageable() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetAwarePage
 
previousPageable() - Method in interface com.blazebit.persistence.deltaspike.data.KeysetAwareSlice
 
previousPageable() - Method in interface com.blazebit.persistence.deltaspike.data.Slice
Returns the Pageable that can be used to request the previous Slice.

R

resolveEntityViewManager() - Method in interface com.blazebit.persistence.deltaspike.data.EntityViewManagerResolver
 

S

Slice<T> - Interface in com.blazebit.persistence.deltaspike.data
A sublist of a list of objects without knowledge of the size of the overall list, heavily inspired by Spring Data's Slice.
Sort - Class in com.blazebit.persistence.deltaspike.data
Immutable container for sorting information, heavily inspired by Spring Data's Sort.
Sort(Sort.Direction, String...) - Constructor for class com.blazebit.persistence.deltaspike.data.Sort
Creates a new Sort with the given paths the given direction.
Sort(Sort.Direction, List<String>) - Constructor for class com.blazebit.persistence.deltaspike.data.Sort
Creates a new Sort with the given paths and given direction.
Sort(Sort.Order...) - Constructor for class com.blazebit.persistence.deltaspike.data.Sort
Creates a new Sort with the given Sort.Orders.
Sort(String...) - Constructor for class com.blazebit.persistence.deltaspike.data.Sort
Creates a new Sort with the given paths and the Sort.Direction.ASC.
Sort(Collection<Sort.Order>) - Constructor for class com.blazebit.persistence.deltaspike.data.Sort
Creates a new Sort with the given Sort.Orders.
Sort.Direction - Enum in com.blazebit.persistence.deltaspike.data
Sort directions.
Sort.NullHandling - Enum in com.blazebit.persistence.deltaspike.data
Enumeration for null handling of an Sort.Order.
Sort.Order - Class in com.blazebit.persistence.deltaspike.data
PropertyPath implements the pairing of an Sort.Direction and a property.
Specification<T> - Interface in com.blazebit.persistence.deltaspike.data
A type to represent a specific view on data, heavily inspired by Spring Data's Specification.

T

toPage(int) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - Method in interface com.blazebit.persistence.deltaspike.data.Specification
Creates a WHERE clause for a query of the referenced entity in form of a Predicate for the given Root and CriteriaQuery.
toString() - Method in class com.blazebit.persistence.deltaspike.data.PageRequest
 
toString() - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
 
toString() - Method in class com.blazebit.persistence.deltaspike.data.Sort
 

V

valueOf(String) - Static method in enum com.blazebit.persistence.deltaspike.data.Sort.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.blazebit.persistence.deltaspike.data.Sort.NullHandling
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.blazebit.persistence.deltaspike.data.Sort.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.blazebit.persistence.deltaspike.data.Sort.NullHandling
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(Sort.Direction) - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns a new Sort.Order with the given Sort.Direction.
with(Sort.NullHandling) - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns a new Sort.Order with the given Sort.NullHandling.
withCountQuery(boolean) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
Enables or disables the execution of the count query which determines whether PagedList.getTotalSize() is available.
withPageSize(int) - Method in interface com.blazebit.persistence.deltaspike.data.ExtendedQueryResult
 
withPath(String) - Method in class com.blazebit.persistence.deltaspike.data.Sort.Order
Returns a new Sort.Order with the same configuration as this Sort.Order, but the given path.
A C D E F G H I K L M N O P R S T V W 
Skip navigation links
Blazebit Persistence Integration DeltaSpike Data API 1.3.1

Copyright © 2014–2019 Blazebit. All rights reserved.