Interface VirtualServiceRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<VirtualServiceEntity,Long>, org.springframework.data.repository.PagingAndSortingRepository<VirtualServiceEntity,Long>, org.springframework.data.repository.Repository<VirtualServiceEntity,Long>

@Repository public interface VirtualServiceRepository extends org.springframework.data.repository.PagingAndSortingRepository<VirtualServiceEntity,Long>
This is Virtual Service Repository bean.
Author:
Elan Thangamani