Interface UinRepositoryAssigned
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<UinEntityAssigned,String>,org.springframework.data.jpa.repository.JpaRepository<UinEntityAssigned,String>,org.springframework.data.repository.PagingAndSortingRepository<UinEntityAssigned,String>,org.springframework.data.repository.query.QueryByExampleExecutor<UinEntityAssigned>,org.springframework.data.repository.Repository<UinEntityAssigned,String>
@Repository public interface UinRepositoryAssigned extends org.springframework.data.jpa.repository.JpaRepository<UinEntityAssigned,String>
Repository having function to count free uins and find an unused uin- Since:
- 1.0.0
- Author:
- Dharmesh Khandelwal
-
-
Method Summary
-
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
-
-