Top "Ibatis" questions

iBatis is an object-relational mapping framework for Java.

Hibernate Vs iBATIS

For our new product re-engineering, we are in the process of selecting the best framework from Java. As the consideration …

java hibernate frameworks persistence ibatis
Unable to convert MySQL date/time value to System.DateTime

I am using ibatis and C#. i get a result from a select query that has CreatedDate as one of …

c# mysql datetime date ibatis
mybatis IllegalArgumentException: Mapped Statements collection does not contain value

i have many problem with spring e mybatis. This is my spring configuration: i have the same configuration and ComuneMapper.…

java database spring ibatis mybatis
Oracle SQL DATE conversion problem using iBATIS via Java JDBC

I'm currently wrestling with an Oracle SQL DATE conversion problem using iBATIS from Java. Am using the Oracle JDBC thin …

java oracle date jdbc ibatis
Return HashMap in mybatis and use it as ModelAttribute in spring MVC

I want to display list of categories in my Jsp page using spring mvc @modelAttribute. In my mapper.xml file …

java spring-mvc mybatis ibatis
Howto return ids on Inserts with Ibatis ( with RETURNING keyword )

I'm using iBatis/Java and Postgres 8.3. When I do an insert in ibatis i need the id returned. I use …

java postgresql ibatis
Log SQL queries in project using MyBatis and Spring

In my project i have <bean id="ABCSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean"> <property name="dataSource" ref="…

spring logging log4j mybatis ibatis
Oracle - connection Pooling with spring framework

We are trying to implement Oracle connection pooling with the help of Spring Framework. We are using DBCP connection pooling …

java spring tomcat oracle10g ibatis
iBatis, spring, how to log the sql that is executed?

I am using iBatis with spring framework. I want to log the sql that iBatis executes when I say something …

java spring logging ibatis
Calling Oracle stored procedures with MyBatis

I am in the process of moving our database over to Oracle from SQL Server 2008 but cannot get MyBatis to …

java oracle cursor ibatis mybatis