File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
src/test/java/org/apache/ibatis/submitted
lazyload_proxyfactory_comparison Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 26
26
import org .junit .BeforeClass ;
27
27
import org .junit .Test ;
28
28
29
- public class BaseTest {
29
+ public class ExtendResultMapTest {
30
30
31
31
private static SqlSessionFactory sqlSessionFactory ;
32
32
Original file line number Diff line number Diff line change 25
25
<setting name =" lazyLoadingEnabled" value =" true" />
26
26
<setting name =" aggressiveLazyLoading" value =" false" />
27
27
</settings >
28
-
29
- <proxyFactory type =" org.apache.ibatis.executor.loader.JavassistProxyFactory" />
30
28
31
29
<environments default =" development" >
32
30
<environment id =" development" >
Original file line number Diff line number Diff line change 31
31
import org .junit .BeforeClass ;
32
32
import org .junit .Test ;
33
33
34
- public class BaseTest {
34
+ public class NoParamTypeTest {
35
35
36
36
private static SqlSessionFactory sqlSessionFactory ;
37
37
Original file line number Diff line number Diff line change 27
27
</transactionManager >
28
28
<dataSource type =" UNPOOLED" >
29
29
<property name =" driver" value =" org.hsqldb.jdbcDriver" />
30
- <property name =" url" value =" jdbc:hsqldb:mem:basetest " />
30
+ <property name =" url" value =" jdbc:hsqldb:mem:no_param_type " />
31
31
<property name =" username" value =" sa" />
32
32
</dataSource >
33
33
</environment >
You can’t perform that action at this time.
0 commit comments