Interface GenericUpdateService<T extends GenericIdentifiable<ID>,ID extends Serializable>


public interface GenericUpdateService<T extends GenericIdentifiable<ID>,ID extends Serializable>
In it's bare essentials defines what an update service should look like
  • Method Summary

    Modifier and Type
    Method
    Description
    update(T t)
     
  • Method Details

    • update

      T update(T t)