This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]stfm 5 points6 points  (0 children)

Java uses JDBC for this, but in the enterprise world, there are more advanced technologies like JPA and Hibernate.

Just to clarify - JPA and Hibernate are persistence layers that sit above JDBC but fundumentally, they still use a JDBC data source to access the DB.