资讯

A new standard--known as Java Data Objects (JDO)--promises to reduce the Java programming effort required to include corporate data in business applications.
Learn more about Java and database programming. Java developers often rely on specific database tools to efficiently manage data storage, retrieval and manipulation.
The difference is that JDBC is Java-specific, offering a programming-level interface that handles the mechanics of Java applications communicating with a database. JDBC’s architecture ...
The core idea behind JPA as opposed to JDBC, is that for the most part, JPA lets you avoid the need to “think relationally.” In JPA, you define your persistence rules in the realm of Java code ...