Interface CRUDService<T extends JpaIdentifiable>

Type Parameters:
T -
All Superinterfaces:
CreateService<T>, DeleteByIdService<T>, GenericCreateService<T,Long>, GenericDeleteByIdService<T,Long>, GenericJpaCreateService<T,Long,EventMetaData>, GenericJpaDeleteByIdService<T,Long,EventMetaData>, GenericJpaGetRepositoryService<T,Long>, GenericJpaReadFindByIdService<T,Long>, GenericJpaUpdateService<T,Long,EventMetaData>, GenericReadFindByIdService<T,Long>, GenericUpdateService<T,Long>, GetRepositoryService<T>, ReadFindByIdService<T>, UpdateService<T>

public interface CRUDService<T extends JpaIdentifiable> extends CreateService<T>, ReadFindByIdService<T>, UpdateService<T>, DeleteByIdService<T>
A convenience CRUD service, which combines the essential CRUD services