Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 1786  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: This group is for discussion surrounding the general usage and support of the mybatis data mapping framework.  

 

Configuring databaseId provider with Guice? 
  I can't seem to figure out a way to configure the databseId provider via the MyBatis Guice extension. It also looks like I can't mix Guice with XML configuration. Anyone know how to do this? Thanks, -- Brian
By Brian Pontarelli  - May 23 - 4 new of 4 messages    

Question about MyBatis external dependencies 
  Hi I am currently using mybatis 3.2.2 and doing some code cleanup as well as thinking ahead. I think I read on this mailing list that asm-3.3.1.jar and cglib-2.2.2.jar were going be to dropped as dependencies in future releases of mybatis, namely 3.2.3 onwards. I checked the archives but could not find any mention of this, am I dreaming this?... more »
By François Schiettecatte  - May 23 - 3 new of 3 messages    

Integrate JPA, Mybatis,POJO service and REST Service in one project 
  My porject is based on Spring ,JPA(insert, update),Mybatis( mainly query), POJO service and REST. I found a useful tool named BOS Designer at * [link] <[link]>. It greatly simplify my development and testing work. All of DAO,POJO and REST objects can be designed visually and configuration files and source code is generated... more »
By jackey.zhang...@gmail.com  - May 22 - 1 new of 1 message    

Resultset has more than 10000 records - Its not working 
  Hi All, I am facing some wierd issue , If the records are more than 10000 for below mentioned query then its not processing futher after executing the query but if it is less than 10000 its fetching the data from db ,returning to implementation class. Mapper.xml <select id="getNormalTransactions" resultMap="SLS_TRN_HDR_OPR">... more »
By Praneeth Reddy  - May 16 - 3 new of 3 messages    

mybatis.org is now up 
  Hi all, Thanks to Nathan Maves, the MyBatis.org site is back on its feet. Depending on your ISP and DNS provider/servers, it may take up to two days for you to see it. If you can manually flush your DNS cache in your OS and network infrastructure, then that might speed up the process. We only have a 1 hour TTL on the DNS records, but that doesn't mean... more »
By Clinton Begin  - May 16 - 2 new of 2 messages    

DTDs, mybatis.org downtime and you! 
  Hi everyone, On May 14th mybatis.org stopped responding to web requests. After some investigation and working with GoDaddy, we've apparently broken their usage policy for domain hosting due to excessive load against our DTDs. This was a shared hosting arrangement and our usage threatened the QoS for other... more »
By Clinton Begin  - May 16 - 1 new of 1 message    

Why does BatchExecutor only remember one sql/statement 
  hi, we ran into a max open cursor problem on oracle when doing batch inserts (using two different statements) within one sqlsession/transaction. the code did something like this: for (int i=0; i < large-nuber; i++) { batchMapper1.doInsert(); batchMapper2.doAnotherInsert() ; ...it turned out that the problem is related with the BatchExecutor as it only... more »
By dguggi  - May 16 - 2 new of 2 messages    

How to send multiple parameters to in many=@Many(select) nested select call? 
  I have a scenario wherein I need to send parameter to many=@Many(select) call. I am not sure how to do so. @Select(GET_EMPLOYEE) @Results(value = { @Result(property="id", column="ID"), @Result(property="dept", column="ID", javaType=List.class, many=@Many(select="getDepts"))... more »
By Micky  - May 16 - 3 new of 3 messages    

Manually created object in DAO for insert is not bound with mybatis, hence we can not call relationship methods on it if lazy loading is enabled. 
  Hi, I am using mybatis 3.2.2. In my application, to insert new row in the table, I have 'create' method in DAO class of the object(POJO) which is for that table. In that method I create POJO object using 'new' and set its properties using setters with values got in create method parameters. Then I pass that object(pojo) to the mapper interface's 'create' method... more »
By Parag Dhikale  - May 14 - 5 new of 5 messages    

Logger while each call of relationship (association/collection) method of mybatis pojo affecting performance. 
  Hi, I have lazy loading set to true. Following is my configuration settings: <settings> <setting name="aggressiveLazyLoading" value="false" /> <setting name="lazyLoadingEnabled" value="true" /> <setting name="jdbcTypeForNull" value="VARCHAR" /> <setting name="defaultExecutorType" value="REUSE"/>... more »
By Parag Dhikale  - May 13 - 12 new of 12 messages    

1 - 10 of 1786   « Newer | Older »

XML       Send email to this group: mybatis-user@googlegroups.com