Example usage for org.springframework.data.repository.cdi CdiRepositoryBean subclass-usage

List of usage examples for org.springframework.data.repository.cdi CdiRepositoryBean subclass-usage

Introduction

In this page you can find the example usage for org.springframework.data.repository.cdi CdiRepositoryBean subclass-usage.

Usage

From source file com.frank.search.solr.repository.cdi.SolrRepositoryBean.java

/**
 * Uses {@link org.springframework.data.repository.cdi.CdiRepositoryBean} to create {@link SolrRepository} instances.
 *
 * @author Christoph Strobl
 * @author Mark Paluch
 */

From source file org.socialsignin.spring.data.dynamodb.repository.cdi.DynamoDBRepositoryBean.java

/**
 * A bean which represents a DynamoDB repository.
 * 
 * @author Michael Lavelle
 * @param <T>
 *            The type of the repository.