Example usage for org.springframework.data.repository.core.support RepositoryFactorySupport subclass-usage

List of usage examples for org.springframework.data.repository.core.support RepositoryFactorySupport subclass-usage

Introduction

In this page you can find the example usage for org.springframework.data.repository.core.support RepositoryFactorySupport subclass-usage.

Usage

From source file egov.data.ibatis.repository.support.SqlMapRepositoryFactory.java

/**
 * @author Yongkwon Park
 * @author Yunseok Choi
 */
@SuppressWarnings("deprecation")
public class SqlMapRepositoryFactory extends RepositoryFactorySupport {

From source file egov.data.hibernate.repository.support.HibernateRepositoryFactory.java

/**
 * @author Keesun Baik
 */
public class HibernateRepositoryFactory extends RepositoryFactorySupport {

    private final SessionFactory sessionFactory;

From source file com.create.mybatis.repository.support.MyBatisRepositoryFactory.java

/**
 * Factory to create {@link MyBatisRepository} instances.
 */
public class MyBatisRepositoryFactory extends RepositoryFactorySupport {
    private final MyBatisMapperProvider mapperProvider;

From source file org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBRepositoryFactory.java

/**
 * @author Michael Lavelle
 */
public class DynamoDBRepositoryFactory extends RepositoryFactorySupport {

    private final DynamoDBOperations dynamoDBOperations;

From source file org.springdata.ehcache.repository.config.EhcacheRepositoryFactory.java

/**
 * Ehcache repository factory
 * 
 * @author Alex Shvid
 * 
 */

From source file com.frank.search.solr.repository.support.SolrRepositoryFactory.java

/**
 * Factory to create {@link SolrRepository}
 * 
 * @author Christoph Strobl
 */
public class SolrRepositoryFactory extends RepositoryFactorySupport {

From source file com._4dconcept.springframework.data.marklogic.repository.support.MarklogicRepositoryFactory.java

/**
 * Factory to create {@link MarklogicRepository} instances.
 *
 * @author Stphane Toussaint
 */
public class MarklogicRepositoryFactory extends RepositoryFactorySupport {