Interface Repository<T>

All Known Subinterfaces:
EmployeeRepository, TeamRepository
All Known Implementing Classes:
EmployeeDao, TeamDao

public interface Repository<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    save(T entity)
     
  • Method Details