Questions tagged [ibatis]

iBatis is an object-relational mapping framework for Java. It uses XML descriptors to bridge SQL queries and Java objects. An official port was created for the Microsoft .NET framework.

Apache retired iBatis in June 2010 and it is now developed under the 'MyBatis' name.

Useful links

1073 questions
-2
votes
1 answer

Migration from Ibatis to MyBatis

i am migrating ibatis to mybatis, and i have the following code:
Alex Danilov
  • 27
  • 1
  • 7
-2
votes
2 answers

How to insert empty value in SQL date field in MSSQL?

I am setting java object, having one property/field with an empty string. I am passing that java object to ibatis to insert in database. In database, table having a column with 'date' type. I am trying to insert empty string into that column but it…
Karthik P
  • 21
  • 2
  • 12
-2
votes
1 answer

Java8-Maven No suitable jdbc driver found

I need help with my project when I try to run the project using myBatis, SQL Connector and Maven and I just get that error: "no suitable jdbc driver found" I have no clue how to fix this from now on. public void openConnection() throws…
xDotcom
  • 1
  • 2
-2
votes
3 answers

sqlMapConfig file not found

Am facing weird issue while trying to launch my web application Could not find resource sqlMapConfig.xml my project use maven with an embedded Tomcat : i did try to add the file under class path , i did try to add the sqlMapConfig.xml file into…
Neeldz
  • 131
  • 2
  • 13
-2
votes
3 answers

JSON date changed

I have a web application where user can post the message to a restful API, so that that information can be saved in the database. My problem when the data is sent from the UI, the date sent is "effStartDate":"2016-08-13" , but when i see the date…
KB.
  • 29
  • 1
  • 7
-2
votes
2 answers

How to use stored procedure in ibatis?

How to use stored procedure in ibatis?
user397943
  • 1
  • 1
  • 2
-3
votes
1 answer

Ibatis parameter exception

javax.servlet.ServletException: org.springframework.jdbc.UncategorizedSQLException: SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0]; --- The error occurred in config/register.xml. --- The error…
NareshKumar S
  • 17
  • 2
  • 4
  • 7
-4
votes
1 answer

How to process huge amount of data?

Database used : Oracle 11g Operating System : Red hat linux Technology used : Java & Ibatis Description : Have 2 tables (tableA and table B). TableA has more than 100000 records(12- 15 columns). TableB has more than 1000000 record(40 -45…
Prabhakar
  • 311
  • 3
  • 7
1 2 3
71
72