Interface ValueChangeEntityDao

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity,​Long>, org.springframework.data.jpa.repository.JpaRepository<de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity,​Long>, org.springframework.data.repository.PagingAndSortingRepository<de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity,​Long>, org.springframework.data.repository.query.QueryByExampleExecutor<de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity>, org.springframework.data.repository.Repository<de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity,​Long>

    public interface ValueChangeEntityDao
    extends org.springframework.data.jpa.repository.JpaRepository<de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity,​Long>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity> findAllByPolicy_PolicyId​(de.fraunhofer.iese.mydata.policy.PolicyId policyId)  
      de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity findByPolicy_PolicyIdAndBlockId​(de.fraunhofer.iese.mydata.policy.PolicyId policyId, String blockid)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

        deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlush
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findBy, findOne
    • Method Detail

      • findByPolicy_PolicyIdAndBlockId

        de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity findByPolicy_PolicyIdAndBlockId​(de.fraunhofer.iese.mydata.policy.PolicyId policyId,
                                                                                                         String blockid)
      • findAllByPolicy_PolicyId

        List<de.fraunhofer.iese.mydata.policy.event.history.ValueChangeEntity> findAllByPolicy_PolicyId​(de.fraunhofer.iese.mydata.policy.PolicyId policyId)