Example usage for org.apache.ibatis.session SqlSessionFactory interface-usage

List of usage examples for org.apache.ibatis.session SqlSessionFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.ibatis.session SqlSessionFactory interface-usage.

Usage

From source file com.POLIS.licensing.server.pluggableserver.SqlSessionFactorySingleton.java

/**
 *
 * @author Martin
 */
public class SqlSessionFactorySingleton implements SqlSessionFactory {

From source file com.yimidida.shards.session.ShardedSqlSessionFactory.java

/**
 * 
 */
public interface ShardedSqlSessionFactory extends SqlSessionFactory {

    List<SqlSessionFactory> getSqlSessionFactories();

From source file jp.co.ctc_g.jfw.core.jdbc.JxSqlSessionFactory.java

/**
 * <p>
 * ????J-Framework? {@link SqlSessionFactory} ???
 * {@link JxSqlSession}??????????? 
 * </p>
 * <p>

From source file org.activiti.MultiTenantSqlSessionFactory.java

/**
 * @author Joram Barrez
 */
public class MultiTenantSqlSessionFactory implements SqlSessionFactory {

    protected TenantInfoHolder tenantInfoHolder;

From source file org.camunda.bpm.qa.performance.engine.util.DelegatingSqlSessionFactory.java

/**
 * <p>Implements the {@link SqlSessionFactory} delegating
 * to a wrapped {@link SqlSessionFactory}</p>
 *
 * @author Daniel Meyer
 *

From source file org.codehaus.griffon.runtime.mybatis.SqlSessionFactoryDecorator.java

/**
 * @author Andres Almiray
 */
public class SqlSessionFactoryDecorator implements SqlSessionFactory {
    private final SqlSessionFactory delegate;

From source file org.hsweb.web.mybatis.dynamic.DynamicSqlSessionFactory.java

/**
 * @author zhouhao
 */
public class DynamicSqlSessionFactory implements SqlSessionFactory {
    private final Configuration configuration;

From source file org.hswebframework.web.dao.mybatis.dynamic.DynamicSqlSessionFactory.java

/**
 * @author zhouhao
 */
public class DynamicSqlSessionFactory implements SqlSessionFactory {
    private final Configuration configuration;

From source file org.makersoft.shards.session.ShardedSqlSessionFactory.java

/**
 * 
 */
public interface ShardedSqlSessionFactory extends SqlSessionFactory {

    List<SqlSessionFactory> getSqlSessionFactories();

From source file org.mybatis.guice.session.DbSessionManager.java

/**
 * Variant of the {@code SqlSessionManager} from MyBatis.
 *
 * Since the class uses the factory pattern inherited override is not possible to provide
 * the extra functionality needed for the MultiMapper
 *