Class JdbcRepositoryImpl<T,ID>

java.lang.Object
tech.guilhermekaua.spigotboot.data.jdbc.repository.impl.JdbcRepositoryImpl<T,ID>
All Implemented Interfaces:
JdbcRepository<T,ID>, Repository<T,ID>

public class JdbcRepositoryImpl<T,ID> extends Object implements JdbcRepository<T,ID>