Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.4.0.RC2
-
None
-
Linux64bit, J8
Description
Error Message:
Invalid derived query! No property delete found for type PriceList!
Part of the Code:
@Override @Modifying @Transactional @CacheEvict(value = "priceListCount", allEntries = true) public PriceList saveAndFlush(PriceList entity);
Use Case:
For the correct cache handling i have to override the build in repository interface methods.
I expect NO error here since its not a property of the entity but a "standard" repository method.