Hibernate

Hibernate is a powerful, ultra-high performance object / relational persistence and query service for Java. Hibernate lets you develop persistent objects following common Java idiom, including association, inheritance, polymorphism, composition and the Java collections framework. To support a rapid build procedure, Hibernate rejects the use of code generation or bytecode processing. Instead runtime reflection is used and SQL generation occurs at system startup time.

Leave a Reply

Your email address will not be published. Required fields are marked *