My question is regarding ORM and JDBC technologies, on what criteria would you decide to go for an ORM technology as compared to JDBC and other way round ?
Thanks.
It allows business code access the objects rather than Database tables. It hides the details of SQL queries from OO logic.
Anyway, ORMs are based on JDBC 'under the hood. ' Developers don't need to deal with database implementation. Entities application turns to application based on business concepts rather than the structure of the database.
JDBC for database interactions. Unlike JDBC, Hibernate allows developers to write their database-driven Java applications using normal, object-oriented semantics.
JDBC
HIBERNATE.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With