Boris Strandjev
Boris Strandjev

Reputation: 46953

Using hibernate with java console application

Maybe my question is very basic, but regretfully I have very little experience with Java EE applications and little understanding of Hibernate.

I am developing a console Java application (that is not-Java EE application), for which I want to configure Hibernate to do the ORM to MySQL database I use for persistence of my data. However, I don't know how to do that and was never able to find any source in the net about it.

So basically:

I hope that somebody with more experience with Hibernate can help me get going.

Upvotes: 0

Views: 2084

Answers (1)

user784540
user784540

Reputation:

Check this set of video tutorials: http://embedr.com/playlist/java-hibernate-tutorial

It will help.

Upvotes: 1

Related Questions