DataSource

From NovaOrdis Knowledge Base
Revision as of 14:27, 25 September 2017 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

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.