Interface ConnectionRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Connection,Long>, org.springframework.data.jpa.repository.JpaRepository<Connection,Long>, org.springframework.data.repository.ListCrudRepository<Connection,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<Connection,Long>, org.springframework.data.repository.PagingAndSortingRepository<Connection,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<Connection>, org.springframework.data.repository.Repository<Connection,Long>

@Repository public interface ConnectionRepository extends org.springframework.data.jpa.repository.JpaRepository<Connection,Long>