Skip to content

spankr/tutorial-hibernate4-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hibernate 4 Example

What is Hibernate?

Hibernate is a persistance model for Java and .NET.

Historically, Hibernate facilitated the storage and retrieval of Java domain objects via Object/Relational Mapping. Today, Hibernate is a collection of related projects enabling developers to utilize POJO-style domain models in their applications in ways extending well beyond Object/Relational Mapping.

from hibernate.org

Yeah, that's a mouthful.

Anyway, the purpose of this example project is to show how to use Hibernate to interact with a database by mapping classes (aka Entities) to database data. This is a Java based web application project utilizing Maven but I would imagine someone industrious enough could create a .NET version of this as well. We also utilize:

About

A maven web app project demonstrating basic database interaction with Hibernate4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages