ibatis « JPA « Spring Q&A





1. For a new project using Spring with JDBCTemplates, iBatis/myBatis or Hibernate?    stackoverflow.com

Hi there we are starting a project in which we have to make the decision between using Spring JDBCTemplates, iBatis/myBatis or Hibernate for our persistence layer. I am more or less ...

2. VPD with Hibernate and iBatis    forum.springsource.org

VPD with Hibernate and iBatis I need to access database with some sort of DB connection context settings to secure data with VPD (Virtual Private Database) based on Web login user. ...

3. Using Hibernate and Ibatis (in the same dao)    forum.springsource.org

Using Hibernate and Ibatis (in the same dao) Hello, I have Hibernate set up via Spring as follows... I would like to set up ibatis so I can use both libraries ...

4. Spring + iBATIS or Hibernate    forum.springsource.org

Spring + iBATIS or Hibernate Hi, I am new to all those technologies so excuse my ignorance. I am in the process of rewriting a legacy cobol application in Java. Since ...

5. Using both Hibernate and iBatis in the same application    forum.springsource.org

Using both Hibernate and iBatis in the same application I wish to use both Hibernate and iBatis in the same application. I want to be able to have transactions which may ...

6. Hibernate or iBatis    forum.springsource.org

Hibernate or iBatis I have just joined a team that is starting to build an architecture based on multiple components that will facilitate and old DBMS and a new developed DBMS. ...

7. Concurrency question for iBatis and Hibernate (jPetStore)    forum.springsource.org

Concurrency question for iBatis and Hibernate (jPetStore) Hi. Quick question. Does the jPetStore data access code correctly handle concurrency correctly? For example when retrieving a new Sequence number used in the ...

8. How to use hibernate and ibatis SQLMap together in spring    forum.springsource.org

hi everyone, i'm currently working on a project which uses hibernate 2.1 as the primary persistence mechanism. however some of the operation i wished to use jdbc or ibatis sql map ...

9. spring jdbc, hibernate, iBatis    forum.springsource.org

spring jdbc, hibernate, iBatis I am debating the design and toolset for my next application's data layer. To set the context for my question: I've developed for 20 years. I used ...





10. Hibernate/IBatis/JPA for batch applications    forum.springsource.org

We are planning on developing a batch(Stand-alone) application. Performace is a very critical part in this. Wanted to get some feed back upon which is the best framework for batch applications. ...

11. ibatis vs hibernate    forum.springsource.org

I've used ibatis over hibernate for a legacy web app that had basically all the business logic in PL/SQL. Like andrew007 says, it allows for more control on the SQL, you ...

12. ibatis vs hibernate    forum.springsource.org

Whats the advantage and disadvantage of each? In the latest stable release version. When would you use hibernate When would you use ibatis. p.s. hibernate can also do sql-query too.

14. Hibernate and iBatis    forum.springsource.org

Hibernate and iBatis Hi everyone, I've a newbie to Spring (2 weeks old) and have been converting some applications from work to use Spring and it's MVC. It's my goal to ...

15. iBatis or hibernate    forum.springsource.org

Hello, I am little bit confuse .. we have started one project and we wnat to use one orm tool and problem is that ... which orm to use iBATIS or ...