BaseCrudEntityService<P> |
Real-world service implementations of CrudEntityService can extend from this class as a
convenience to inherit CRUD behavior for a particular business domain type.
|
BaseMappableCrudEntityService<P> |
Real-world service implementations of MappableCrudEntityService can extend from this
class as a convenience to inherit CRUD behavior for a particular business domain type.
|
BaseRsqlCrudEntityService<P> |
Real-world service implementations of RsqlCrudEntityService can extend from this class as
a convenience to inherit CRUD behavior for a particular business domain type.
|
BaseRsqlMappableCrudEntityService<P> |
Real-world service implementations of RsqlMappableCrudEntityService can extend from this
class as a convenience to inherit CRUD behavior for a particular business domain type.
|
BulkPersistenceResponse<P> |
|
BulkPersistenceResponse.PersistenceFailure<F> |
|
CrudEntityHelper |
Helper class responsible for providing basic CRUD support for business domain types.
|
MappableCrudEntityHelper |
Helper class responsible for providing basic CRUD support for a business domain type.
|
MutationNotifyEvent |
|
NotificationInitializeEvent |
|
RsqlCrudEntityHelper |
Helper class responsible for providing additional support for RSQL filtering for business domain
services.
|
RsqlMappableCrudEntityHelper |
Helper class responsible for providing additional support for RSQL filtering for business domain
services.
|
Update<P> |
An update with a service projection against a persistent store mapped by Update.getId()
|