- Hibernate is ORM software (object rational mapping), it can be used to develop
persistence logic to interact with database for performing persistence operations.-
Spring is a framework software to develop enterprise based business logic and it deals with complex logic.
rakesh
Jul 17th, 2007
It is a tool used to map the pojo objects with the database objects. It also reduces the burden of coding since we do not specify the java database connectivity. The hybernate creates internal mapping.