myBatis mapping example from docs within oracle procedure

Posted by & filed under java.

1. I just want to show how to setup complete batis project. I’ll be using example from docs. As you can read there you need at least 4 files at least: Configuration.xml BlogMapper.xml BlogBean.java (session bean) Blog.java (domain class) So then you have ready and working object-relational mapping you can easily publish as web service… Read more »

myBatis

Posted by & filed under java.

hello and welcome, This time I want to show a small example of nice relational-object mapping library called mybatis. We use it with java ee. We made EJB and give annotations what makes it really fast, easily and efficient WEB SERVICE from DB function, procedure, select or other db operation. Previous version name was iBatis.