News

More precisely Hibernate is an open-source, non-invasive, lightweight java ORM (Object-relational mapping) framework to develop objects that are independent of the database software and make ...
Java developers often rely on specific database tools to efficiently manage data storage, retrieval and manipulation. In this tutorial, we explore some of the top database tools for Java ...
At the InfoQ Dev Summit Munich, Markus Kett presented a database alternative for Java: the in-memory EclipseStore promises faster data processing with lower cloud costs. It stores Java objects as bina ...
JPA and Hibernate enum mapping The Java enum, introduced in Java 5, will map to the underlying database without any intervention. The JPA framework, be it Hibernate or Toplink or DataNucleus, will ...
The Java Architecture for XML Binding provides a powerful and practical way of working with XML content from within Java applications. The newly released JAXB 2.0 offers many new features ...
The Op Framework is a lightweight, easy-to-configure JDBC access framework that provides rich tracking and tracing functionality. It decouples your code from your database allowing you to capture ...
When you learn how to program against a database with JDBC in Java, most tutorials will tell you to create a database connection every time you perform a database interaction. Doing that is very ...