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
Post a Comment