GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE  >  Hibernate
Go To First  |  Previous Question  |  
 Hibernate  |  Question 33 of 33    Print  
Hibernate Persistent technology
Can anybody tell me which persistent technology can be used instead of Hibernate which is as compatible as Hibernate (not JDBC nor EJB) any parallel technology?


  
Total Answers and Comments: 8 Last Update: September 02, 2009     Asked by: pravinpawade 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: navneett
 
One can use iBatis.. its also good ORM technology.

Above answer was rated as good by the following members:
sm.bkumar, geeky920
August 13, 2008 11:58:49   #1  
alkumar2000 Member Since: August 2008   Contribution: 5    

RE: Hibernate Persistent technology
JDO and Toplink can be used
 
Is this answer useful? Yes | No
September 09, 2008 06:13:11   #2  
hsavinash2001 Member Since: September 2008   Contribution: 4    

RE: Hibernate Persistent technology
What is the main reason for you to change from Hibernate? Is it the worry that your DAO layer becomes hibernate specific? If yes you can use JPA (Java persistence API) with it running on hibernate engine. JPA is a specification and hence the APIs you use would be from javax.persistence and not from org.hibernate! This helps you to easily shift to any ORM tool tomorrow by just unplugging Hibernate and using say Toplink or EJB 3.0 again!
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
September 10, 2008 02:55:13   #3  
aleemkh Member Since: July 2008   Contribution: 17    

RE: Hibernate Persistent technology

User java persistance API it is the best and can work on any ORM model.


 
Is this answer useful? Yes | No
November 20, 2008 10:23:20   #4  
navneett Member Since: November 2007   Contribution: 2    

RE: Hibernate Persistent technology
One can use iBatis.. its also good ORM technology.
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
April 27, 2009 01:40:18   #5  
ashishd_sharma Member Since: April 2009   Contribution: 1    

RE: Hibernate Persistent technology
Hibernate is an ORM tool. There are various other tools available in industry to achieve the functionalities provided by the Hibernate. JPA (Java Persistent API) is one of them.
 
Is this answer useful? Yes | No
June 26, 2009 05:29:54   #6  
kamalkanth Member Since: June 2009   Contribution: 1    

RE: Hibernate Persistent technology

Use IBatis for persistent IBatis is Good Object Releation Mapping


 
Is this answer useful? Yes | No
August 16, 2009 16:49:14   #7  
lala.babua Member Since: February 2007   Contribution: 1    

RE: Hibernate Persistent technology
iBatis
 
Is this answer useful? Yes | No
September 01, 2009 21:58:58   #8  
shaileshrit Member Since: August 2009   Contribution: 2    

RE: Hibernate Persistent technology

There is a alternate option which I have used in past. It is little different
though. This is not a ORM tool but it greatly helps in Database persistence.
This is code generation utility which generates all the data access layer code.


This tool helps in migrating from one database to another database also (if you
are not using any database particular database specific feature).


-Shailesh


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape