Interface VidAssignedRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<VidAssignedEntity,String>,org.springframework.data.jpa.repository.JpaRepository<VidAssignedEntity,String>,org.springframework.data.repository.PagingAndSortingRepository<VidAssignedEntity,String>,org.springframework.data.repository.query.QueryByExampleExecutor<VidAssignedEntity>,org.springframework.data.repository.Repository<VidAssignedEntity,String>
public interface VidAssignedRepository extends org.springframework.data.jpa.repository.JpaRepository<VidAssignedEntity,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<VidAssignedEntity>findByStatusAndIsDeletedFalse(String status)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-
-
-
Method Detail
-
findByStatusAndIsDeletedFalse
List<VidAssignedEntity> findByStatusAndIsDeletedFalse(String status)
-
-