relation « DAO « JPA Q&A





1. DAO and JDBC relation?    stackoverflow.com

I know that Hibernate implements ORM (Object Relational Mapping), what type of mapping does JDBC implement? Does it implement DAO? I don't totally understand how/if DAO is related to JDBC...?