java - similar load and get hibernate method on spring data -


i´m reading hibernate , using spring data. in 1 chapter i´ve read different of use get() , load(), supposedly in hibernate load return proxy placeholder , access database in case access entity attribute. in application many times need return , entity add dependency entity , specific case add proxy more enough, using spring data repository cannot find get() or load() method, guess dont implement same feature in hibernate. idea if spring data has hibernate´s features have proxy placeholder?.

regards.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -