Hey Marten, good morning!
Ok ... so I got the right difference from classes to entities since the beginning. Good news! :)
The fact is that my classes in 'muitobafao.model' are completely...
Type: Posts; User: toffolo; Keyword(s):
Hey Marten, good morning!
Ok ... so I got the right difference from classes to entities since the beginning. Good news! :)
The fact is that my classes in 'muitobafao.model' are completely...
Wow Marten, now you got me confused here.
The book I'm following (Manning: "Spring in Action", 2nd Ed) uses the annotated model classes as the entities to be used in the XML configuration for...
Well, I created a Maven + Spring + Hibernate project in NetBeans and as it didn't have a hibernate.cfg.xml file I include the properties at applicationContext.xml, modifying the SessionFactory and...
Well, in fact I have cglib-2.1.3 in my libraries. NetBeans also preconfigured it when setting up the project.
Below you may see a snapshot of all the libraries that are included in the project....
Hey Marten, thank you for your answer.
I thought it was strange as all the libraries were automatically included by NetBeans when I created the project. I haven't changed any of Spring or...
Hello everyone! How are you?
I'm starting with Spring and got some problems in a project I am doing here. I am using Spring 3.0.6 along with Hibernate 3.2.5 in NetBeans 7.1.
I decided to use...