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 part of JDBC and it is the main interface exposed by thejavax.sql package. DataSource is part of JSE since 1.4.
DataSources can be injected with the JEE @javax.annotation.Resource annotation.