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

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

Introduction

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

Usage

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

/**
 * Ehcache repository factory bean
 * 
 * @author Alex Shvid
 * 
 * @param <T>

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

/**
 * @author Yongkwon Park
 */
public class SqlMapRepositoryFactoryBean<T extends Repository<S, ID>, S, ID extends Serializable>
        extends RepositoryFactoryBeanSupport<T, S, ID> {

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

/**
 * {@link org.springframework.beans.factory.FactoryBean} to create {@link MarklogicRepository} instances.
 *
 * @author Stphane Toussaint
 */
public class MarklogicRepositoryFactoryBean<T extends Repository<S, ID>, S, ID>

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

/**
 * Special adapter for Springs
 * {@link org.springframework.beans.factory.FactoryBean} interface to allow easy
 * setup of repository factories via Spring configuration.
 * 
 * @author Michael Lavelle