DataSource
Jump to navigation
Jump to search
External
- https://docs.oracle.com/javase/7/docs/api/javax/sql/DataSource.html
- https://docs.oracle.com/javase/7/docs/api/javax/sql/package-summary.html
Internal
Overview
This page refers to a JSE javax.sql.DataSource. The DataSource is the main interface exposed by the javax.sql package. A DataSource is a JSE concept since Java 1.4.
DataSources can be injected with the JEE @javax.annotation.Resource annotation.