DataSource: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


This page refers to a JSE [https://docs.oracle.com/javase/7/docs/api/javax/sql/DataSource.html javax.sql.DataSource].
This page refers to a JSE [https://docs.oracle.com/javase/7/docs/api/javax/sql/DataSource.html javax.sql.DataSource].
DataSources can be injected with [[@javax.annotation.Resource|@javax.annotation.Resource]].

Revision as of 14:08, 25 September 2017

External

Internal

Overview

This page refers to a JSE javax.sql.DataSource.


DataSources can be injected with @javax.annotation.Resource.