1
vote
8answers
707 views
Hibernate vs. JDBC
I am working on a project that previously used Hibernate. Honestly, it seems like Hibernate complicates it more than JDBC would have. Also, it seems that a lot of the power of the relational databa …
11
votes
20answers
1k views
From Computer Scientist to Software Engineer
Hello Stackoverfellows,
I graduated in December in Computer Science and have acquired a Software Engineering position. I have been banging my head up against the wall for 2 months trying t …
0
votes
1answer
28 views
Hibernate problems with Auto Increment ID MYSQL 5
So, I just stood up a Spring Hibernate app and I can't seem to get my mapping file right. I am using MySql 5 and an auto incrementing key. Here is the ID portion of my mapping file.
…
