Index
All Classes and Interfaces|All Packages
C
- com.blazebit.persistence.deltaspike.data.rest - package com.blazebit.persistence.deltaspike.data.rest
-
Blaze-Persistence DeltaSpike REST integration.
D
- direction() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.PageableDefault
-
The sort direction to use for
sortof aPageablewhen no sort direction is defined for a path. - direction() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.SortDefault
-
The sort direction to use for
sortof aPageablewhen no sort direction is defined for a path.
G
- getFallbackPageable() - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
- getFallbackPageable() - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Returns the pageable to fall back to when no page configuration is given.
- getHighestParameterName() - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
-
Returns the name of the query parameter to use for the highest keyset.
- getLowestParameterName() - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
-
Returns the name of the query parameter to use for the lowest keyset.
- getMaxPageSize() - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Returns the allowed maximum page size.
- getOffsetParameterName() - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Returns the name of the query parameter to use for the offset.
- getPageParameterName() - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Returns the name of the query parameter to use for the page.
- getPrefix() - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Returns the name prefix to use when extracting query parameters.
- getPreviousOffsetParameterName() - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
-
Returns the name of the query parameter to use for the previous offset.
- getPreviousPageParameterName() - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
-
Returns the name of the query parameter to use for the previous page.
- getPreviousSizeParameterName() - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
-
Returns the name of the query parameter to use for the previous page size.
- getSizeParameterName() - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Returns the name of the query parameter to use for the pageSize.
- getSortParameterName() - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Returns the name of the query parameter to use for the sort.
H
- highestName() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.KeysetConfig
-
The query parameter name for the highest keyset parameter.
I
- isOneIndexedParameters() - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Returns whether the page parameter is 1-based rather than 0-based.
K
- keysetClass() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.KeysetConfig
-
Alias for
KeysetConfig.value(). - KeysetConfig - Annotation Type in com.blazebit.persistence.deltaspike.data.rest
-
Required configuration for a
KeysetPageablethat specifies the keyset element type. - KeysetPageableConfiguration - Interface in com.blazebit.persistence.deltaspike.data.rest
L
- lowestName() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.KeysetConfig
-
The query parameter name for the lowest keyset parameter.
N
- nulls() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.SortDefault
-
The null handling to use for
sortof aPageablewhen no null handling is defined for a path.
O
- oneIndexed() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.PageableDefault
-
Whether the page is 1-based rather than 0-based.
P
- page() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.PageableDefault
-
The page to use for a
Pageablewhen no page query parameter is defined. - PageableConfiguration - Interface in com.blazebit.persistence.deltaspike.data.rest
- PageableDefault - Annotation Type in com.blazebit.persistence.deltaspike.data.rest
-
Annotation, heavily inspired by Spring Data's
PageableDefault, for configuring thePageabledefault values to use when no query parameters are given. - pageName() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.PageableDefault
-
The query parameter name for the page parameter.
- pageSizeName() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.PageableDefault
-
The query parameter name for the page size parameter.
- previousOffsetName() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.KeysetConfig
-
The query parameter name for the previous offset parameter.
- previousPageName() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.KeysetConfig
-
The query parameter name for the previous page parameter.
- previousPageSizeName() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.KeysetConfig
-
The query parameter name for the previous page size parameter.
S
- setFallbackPageable(KeysetPageable) - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
-
Sets the pageable to use when no page configuration is given.
- setFallbackPageable(Pageable) - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Sets the pageable to use when no page configuration is given.
- setHighestParameterName(String) - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
-
Sets the name of the query parameter that should be used to extract the highest keyset value.
- setLowestParameterName(String) - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
-
Sets the name of the query parameter that should be used to extract the lowest keyset value.
- setMaxPageSize(int) - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Sets the allowed maximum page size.
- setOffsetParameterName(String) - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Sets the name of the query parameter that should be used to extract the offset value.
- setOneIndexedParameters(boolean) - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Sets whether the page parameter is 1-based or 0-based.
- setPageParameterName(String) - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Sets the name of the query parameter that should be used to extract the page value.
- setPrefix(String) - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Sets the query parameter name prefix to use for extracting query parameters.
- setPreviousOffsetParameterName(String) - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
-
Sets the name of the query parameter that should be used to extract the previous offset value.
- setPreviousPageParameterName(String) - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
-
Sets the name of the query parameter that should be used to extract the previous page value.
- setPreviousSizeParameterName(String) - Method in interface com.blazebit.persistence.deltaspike.data.rest.KeysetPageableConfiguration
-
Sets the name of the query parameter that should be used to extract the previous page size value.
- setSizeParameterName(String) - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Sets the name of the query parameter that should be used to extract the pageSize value.
- setSortParameterName(String) - Method in interface com.blazebit.persistence.deltaspike.data.rest.PageableConfiguration
-
Sets the name of the query parameter that should be used to extract the sort value.
- size() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.PageableDefault
-
The page size to use for a
Pageablewhen no page size query parameter is defined. - sort() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.PageableDefault
-
The paths to use for
sortof aPageablewhen no sort query parameter is defined. - sort() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.SortDefault
-
The paths to use for
sortof aPageablewhen no sort query parameter is defined. - SortDefault - Annotation Type in com.blazebit.persistence.deltaspike.data.rest
-
Annotation, heavily inspired by Spring Data's
SortDefault, for configuring thePageablesort default values to use when no query parameters are given. - SortDefault.SortDefaults - Annotation Type in com.blazebit.persistence.deltaspike.data.rest
-
Wrapper annotation to allow declaring multiple
SortDefaultannotations on a method parameter. - sortName() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.PageableDefault
-
The query parameter name for the sort parameter.
V
- value() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.KeysetConfig
-
The keyset element type.
- value() - Element in annotation type com.blazebit.persistence.deltaspike.data.rest.SortDefault.SortDefaults
-
The individual
SortDefaultdeclarations to be sorted by.
All Classes and Interfaces|All Packages