- Hibernate maps your objects to tables whereas iBatis maps your Objects to SQL Queries.
- Hibernate works better if your view is Object centric, if your view is database centric then Ibatis is a much centric is a much stronger.
- If legacy database schema is present and you need to write fairly complicated SQL, use Ibatis.
- Ibatis is a database mapper framework, it maps fields in RDBMS tables to attributes in object while Hiberante is an Object relational mapping framework which maps object to relational database.
The aim of this blog is to share knowledge. And at same time, explore new dimensions in technology world.
Wednesday, January 4, 2017
Which is better?? Ibatis Vs Hibernate
Subscribe to:
Post Comments (Atom)
Web application Security and underlying concepts
Let's break down how to learn about web application certificates and the underlying security concepts. Here's a suggested order and ...
-
Cloud Computing Platforms - Fundamentally accelerates the access to compute resources to facilitate faster software development and improve...
-
Introduction Git (/ɡɪt/) is a distributed version control system (VCS) for tracking changes in computer files and coordinating work on th...
-
Core Java Basic JDK, JRE , JVM and architecture ( link ) Classloader and its types ( link ) Java Args -X, -XX, -D link Java 8, 11, 17,...
No comments:
Post a Comment