|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.mybatis.AbstractMybatisProvider
griffon.plugins.mybatis.DefaultMybatisProvider
public class DefaultMybatisProvider extends AbstractMybatisProvider
| Field Summary | |
|---|---|
private static DefaultMybatisProvider |
INSTANCE
|
| Fields inherited from class AbstractMybatisProvider | |
|---|---|
| DEFAULT, LOG |
| Constructor Summary | |
DefaultMybatisProvider()
|
|
| Method Summary | |
|---|---|
static DefaultMybatisProvider
|
getInstance()
|
protected org.apache.ibatis.session.SqlSessionFactory
|
getSessionFactory(String sessionFactoryName)
|
| Methods inherited from class AbstractMybatisProvider | |
|---|---|
| getSessionFactory, withSqlSession, withSqlSession, withSqlSession, withSqlSession |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final DefaultMybatisProvider INSTANCE
| Constructor Detail |
|---|
DefaultMybatisProvider()
| Method Detail |
|---|
public static DefaultMybatisProvider getInstance()
@Override protected org.apache.ibatis.session.SqlSessionFactory getSessionFactory(String sessionFactoryName)
Groovy Documentation