Open
Description
I'm using @NaturalId
annotation in my User.email
.
I expected that my findByEmail(String email)
would enable to search in first level cache or second level cache.
But in log, cache does not work as I think.
Every findByEmail
method were access DB.
I used bySimpleNaturalId()
for my purpose, but it's very hassle.
Please make @NaturalId
access to cache enable