Interface JdbcRepository<T,ID>

All Superinterfaces:
Repository<T,ID>
All Known Implementing Classes:
JdbcRepositoryImpl

public interface JdbcRepository<T,ID> extends Repository<T,ID>
  • Method Details