Package | Description |
---|---|
griffon.plugins.mybatis | |
org.codehaus.griffon.runtime.mybatis |
Modifier and Type | Method and Description |
---|---|
<R> R |
MybatisHandler.withSqlSession(MybatisCallback<R> callback) |
<R> R |
MybatisHandler.withSqlSession(String sessionFactoryName,
MybatisCallback<R> callback) |
Modifier and Type | Method and Description |
---|---|
<R> R |
DefaultMybatisHandler.withSqlSession(MybatisCallback<R> callback) |
<R> R |
DefaultMybatisHandler.withSqlSession(String sessionFactoryName,
MybatisCallback<R> callback) |