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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -