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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -