a little background here.I've been working with spring+hibernate(JPA+Session)+maven for while now.I'm used to Hibernate GenericDAO for all the basic CRUD functionality. Most of the time i use this technology stack i have to get their dependency one by one. Now trying to move towards this newly created Spring Data, and trying to figure out how to leverage on it.
So i've read couple of tutorial already and it seems cool but it seems i've not seen anybody get the hibernate dependendy, nor the cglib nor asm especially when using spring-data-jpa.
Can anyone enlighten me? thanks for reading this