Want to create an interactive transcript for this episode?
Podcast: airhacks.fm podcast with adam bien
Episode: Java Persistence: From DB over JDBC to Transactions
Description: An airhacks.fm conversation with Vlad Mihalcea (@vlad_mihalcea) about:
accessing database from Java,
the four Java Database Connectivity (JDBC) driver levels,
JDBC-ODBC bridge,
native JDBC driver via Java Native Interface (JNI),
JDBC middleware driver,
the JDBC thin driver,
the CloudscapeDB,
the JDBC Driver initialization sequence,
physical va. logical connections,
connection pools and HikariCP,
p6spy - the JDBC pool decorator,
JDBC made databases more portable,
evaluating project's age by the version of JDBC driven in Apache Maven's POM,
statement caching,
execution plan reuse,
table scanning and index,
execution plan is binding parameter dependent,
PreparedStatements are not always preparing the...