Java Database Connectivity
Java Database Connectivity
(JDBC) is a spec from Sun and part of the Java Standard Edition spec. It enables an application running in the Java environment to access relational databases. The database must implement a JDBC adapter.
Java programs using JDBC to access databases should also use JPA to bind that data into Java objects.