Interface | Description |
---|---|
MapKeycloakTransaction<V extends AbstractEntity,M> | |
MapStorage<V extends AbstractEntity,M> |
Implementation of this interface interacts with a persistence storage storing various entities, e.g.
|
MapStorageProvider | |
MapStorageProviderFactory | |
ModelCriteriaBuilder<M> |
Builder for criteria that can be used to limit results obtained from the store.
|
Class | Description |
---|---|
MapStorageSpi | |
QueryParameters<M> |
Wraps together parameters for querying storage e.g.
|
QueryParameters.OrderBy<M> |
Wrapper class for a field with its
Order , ascending or descending |
Enum | Description |
---|---|
MapStorageProviderFactory.Flag | |
ModelCriteriaBuilder.Operator |
The operators are very basic ones for this use case.
|
QueryParameters.Order |
Enum for ascending or descending ordering
|
Exception | Description |
---|---|
CriterionNotSupportedException |
Copyright © 2021 JBoss by Red Hat. All rights reserved.