- ClientPersistableRepository<T extends AggregateRoot> - Class in com.dslplatform.client
-
- ClientPersistableRepository(Class<T>, ServiceLocator) - Constructor for class com.dslplatform.client.ClientPersistableRepository
-
Generated class will provide class manifest and locator
- ClientRepository<T extends Identifiable> - Class in com.dslplatform.client
-
- ClientRepository(Class<T>, ServiceLocator) - Constructor for class com.dslplatform.client.ClientRepository
-
Generated class will provide class manifest and locator
- ClientSearchableRepository<T extends Searchable> - Class in com.dslplatform.client
-
- ClientSearchableRepository(Class<T>, ServiceLocator) - Constructor for class com.dslplatform.client.ClientSearchableRepository
-
Generated class will provide class manifest and locator
- com.dslplatform.patterns - package com.dslplatform.patterns
-
- com.dslplatform.storage - package com.dslplatform.storage
-
- count(Specification<T>) - Method in class com.dslplatform.client.ClientSearchableRepository
-
- count(Class<T>) - Method in interface com.dslplatform.client.DomainProxy
-
Returns a total number of domain objects.
- count(Specification<T>) - Method in interface com.dslplatform.client.DomainProxy
-
Returns a number of elements satisfying provided specification.
- count(Specification<T>) - Method in interface com.dslplatform.patterns.SearchableRepository
-
Returns a number of elements satisfying provided specification.
- countAll() - Method in class com.dslplatform.client.ClientSearchableRepository
-
- countAll() - Method in interface com.dslplatform.patterns.SearchableRepository
-
Returns a total number of domain objects.
- create(TAggregate) - Method in interface com.dslplatform.client.CrudProxy
-
Create new aggregate root on the remote server.
- createReport(TReport, String) - Method in interface com.dslplatform.client.ReportingProxy
-
Create document from report.
- CrudProxy - Interface in com.dslplatform.client
-
Proxy service to remote CRUD REST-like API.