Få Connection
fra DataSource
bønne.
Du kan få adgang til datakilden ved at bruge Spring afhængighedsinjektion til at injicere den i din bønne eller ved at få adgang til ApplicationContext
statisk:
DataSource ds = (DataSource)ApplicationContextProvider.getApplicationContext().getBean("dataSource");
Connection c = ds.getConnection();