Interface SubscriptionPreferenceRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<SubscriptionPreferenceEntity,
,Long> org.springframework.data.querydsl.QuerydslPredicateExecutor<SubscriptionPreferenceEntity>
,org.springframework.data.repository.Repository<SubscriptionPreferenceEntity,
Long>
@Repository
public interface SubscriptionPreferenceRepository
extends org.springframework.data.repository.CrudRepository<SubscriptionPreferenceEntity,Long>, org.springframework.data.querydsl.QuerydslPredicateExecutor<SubscriptionPreferenceEntity>
class SubscriptionPreferenceRepository
The Interface SubscriptionPreferenceRepository
- Author:
- Infosys Equinox
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor
count, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOne
-
Method Details
-
findByUserIdAndCollectionId
-