Interface PriceRevisionRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<PriceRevision,Long>, org.springframework.data.querydsl.QuerydslPredicateExecutor<PriceRevision>, org.springframework.data.repository.Repository<PriceRevision,Long>

@CacheConfig(cacheNames="Price_Revision_Cache") public interface PriceRevisionRepository extends org.springframework.data.repository.CrudRepository<PriceRevision,Long>, org.springframework.data.querydsl.QuerydslPredicateExecutor<PriceRevision>
Handles CRUD operations of PriceRevision entity
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