- delete(Iterable<T>) - Method in class com.dslplatform.client.ClientPersistableRepository
-
- delete(T...) - Method in class com.dslplatform.client.ClientPersistableRepository
-
- delete(T) - Method in class com.dslplatform.client.ClientPersistableRepository
-
- delete(Class<TAggregate>, String) - Method in interface com.dslplatform.client.CrudProxy
-
Delete existing aggregate root from the remote server.
- delete(Iterable<T>) - Method in interface com.dslplatform.patterns.PersistableRepository
-
Bulk delete.
- delete(T...) - Method in interface com.dslplatform.patterns.PersistableRepository
-
- delete(T) - Method in interface com.dslplatform.patterns.PersistableRepository
-
- delete() - Method in class com.dslplatform.storage.S3
-
Remote data from the remote S3 server.
- delete(String, String) - Method in interface com.dslplatform.storage.S3Repository
-
Delete remote stream using bucket and key
- descending(String) - Method in class com.dslplatform.client.GenericSearchBuilder
-
Order results descending by specified property.
- descending(String) - Method in class com.dslplatform.patterns.SearchBuilder
-
Order result descending using a provided property
- doesntStartsWith(String, String) - Method in class com.dslplatform.client.GenericSearchBuilder
-
Define !startsWith [ not property.startsWith(value) ] condition for specification.
- doesntStartsWith(String, String, boolean) - Method in class com.dslplatform.client.GenericSearchBuilder
-
Define !startsWith and case sensitivity [ not property.startsWith(value, case sensitivity) ] condition for specification.
- DomainEvent - Interface in com.dslplatform.patterns
-
Domain event represents an meaningful business event that occurred in the system.
- DomainEventStore - Interface in com.dslplatform.patterns
-
Service for submitting domain events to the application server.
- DomainProxy - Interface in com.dslplatform.client
-
Proxy service to remote REST-like API for basic domain operations
such as searching, counting and event sourcing.