Interface RDNRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<RDN,Long>,org.springframework.data.jpa.repository.JpaRepository<RDN,Long>,org.springframework.data.repository.PagingAndSortingRepository<RDN,Long>,org.springframework.data.repository.query.QueryByExampleExecutor<RDN>,org.springframework.data.repository.Repository<RDN,Long>
@Repository public interface RDNRepository extends org.springframework.data.jpa.repository.JpaRepository<RDN,Long>
Spring Data repository for the RDN entity.
-
-
Method Summary
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
-