Interface ApplicationService<P extends Application>
- Type Parameters:
P
- The projection domain type
- All Known Implementing Classes:
DefaultApplicationService
public interface ApplicationService<P extends Application>
Perform CRUD operations using the
Application
projection domain.-
Method Summary
-
Method Details
-
findById
-
create
-
delete
-
replace
-
readByIdentifier
-
findAll
-