Posts tagged ‘hibernate’

 

Hibernate, lesson2 – Queries

Read full article  | No Comments

In the last post I have showed you a very basic example of usage in Hibernate. In this post I would like to show you all the different ways of executing a query while using Hibernate. The examples in this post use the same example from the last post. 1. Using the session functions The [...]

Read More

Hibernate, lesson 1 – first encounter

Read full article  | No Comments

Hibernate is one of the most popular java technologies there is and it seems it is not going anywhere for at least 10 years. If you are a java developer you can’t afford not to know it, at least on the surface. This post is for those of you who never used hibernate, or used [...]

Read More