hibernate - Read-only entities using Spring Data -


i avoid hibernate's dirty-checking on fetched entities. using hibernate api can following method: query#setreadonly(boolean).

can achieve same thing using spring data?

the transaction modifies other entities, marking transaction read-only in not option.


Comments