Interface UpdateService<T extends JpaIdentifiable>

Type Parameters:
T -
All Superinterfaces:
GenericJpaGetRepositoryService<T,Long>, GenericJpaUpdateService<T,Long,EventMetaData>, GenericUpdateService<T,Long>, GetRepositoryService<T>
All Known Subinterfaces:
ApiCRUDService<T>, CRUDService<T>, FullApiService<T>, FullService<T>
All Known Implementing Classes:
StandardApiService, StandardService

public interface UpdateService<T extends JpaIdentifiable> extends GetRepositoryService<T>, GenericJpaUpdateService<T,Long,EventMetaData>
Our standard update service which uses which uses a repository that uses Long id's
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    update(T t)
    Our standard implementation always supplies a message chain id, if non was received, we start the chain here.

    Methods inherited from interface org.autumnframework.service.jpa.services.genericdefault.GenericJpaUpdateService

    getOnUpdateListeners, update, updateAll

    Methods inherited from interface org.autumnframework.service.jpa.services.elementary.shared.GetRepositoryService

    getRepository