sql >> Database teknologi >  >> RDS >> Oracle

Sådan får du det aktuelle forbindelsesobjekt i Spring JDBC

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();


  1. hvordan udføres et .sql-script på heroku?

  2. Driftsanalyse i realtid og ikke-klynget kolonnebutiksindeks

  3. Nye metadata-kun kolonneændringer i SQL Server 2016

  4. Sikre filer til download