Great Stuff.... will definetly look at hibernate envers and serach!
@ruixue69556 жыл бұрын
13:33 lazy properties - 13:35 when I've got an object, and has a link to another object, I can make it lazy 13:40 so that I can only load the other object when I actually access it 15:25 association management 16:40 second-level cache
@wk2905.7 жыл бұрын
I did few Lucene searches and didn't know that hibernate have this searches build in :D I'm definately going to implement hibernate searches in my applications :) great lecture, thanks for upload!
@kwakakak5 жыл бұрын
... but actually you don't want to learn it, use straight SQL or SQL query builders
@ITech20055 жыл бұрын
All of these "features" make me want to do just this.
@matheusdallrosa46984 жыл бұрын
@@ITech2005 The problem is that most of the time you can't even choose.