Press, Articles and Blogs

Articles

Blogs

Organizations that use MyBatis


Premier Code, Inc (http://www.premiercodeinc.com)
Foster Parent Class (http://www.fosterparentclass.com)
Colombitrade, SAS (http://conectar.biz/)
Inversoft (http://www.inversoft.com) uses it for CleanSpeak, Gather (coming soon) and Passport (also coming soon)
mandiri e-cash (http://mandiriecash.co.id)
Black Duck Software (http://www.blackducksoftware.com/)

1 comment:

  1. I am using j2ee 1.4,mybatis 3.1.1 and mybatis-spring 1.1.1
    I need to know how can i use uncommitted read in my queries. Can we use simply "WITH UR" or i should use below given syntax? What is the difference b/w the two syntaxs?
    SqlSession sqlSession = sqlSessionTemplate.getSqlSessionFactory.openSession(TransactionIsolationLevel.READ_UNCOMMITTED);

    ReplyDelete