GopalDas.Org

Posts Tagged: JDBC

Below are some differences between jdbc and hibernate – Hibernate JDBC Hibernate supports Inheritance, Associations, Collections Jdbc doesn’t support. Hibernate supports relationships like One-To-Many,One-To-One, Many-To-Many-to-Many, Many-To-One Jdbc doesn’t supports relationships In hibernate we only have Un-checked […]

Types of JDBC Drivers

JDBC drivers fit into one of four categories: A JDBC-ODBC bridge provides JDBC API access via one or more ODBC drivers. Note that some ODBC native code and in many cases native database client code […]

Scroll To Top