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

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

Introduction

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

Usage

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

/**
 * @author Keesun Baik
 */
public class HibernateRepositoryFactoryBean<T extends Repository<S, ID>, S, ID extends Serializable>
        extends TransactionalRepositoryFactoryBeanSupport<T, S, ID> {

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

/**
 * Spring {@link org.springframework.beans.factory.FactoryBean} implementation to ease container based configuration for XML namespace and JavaConfig.
 * 
 * @author Oliver Gierke
 * @author Christoph Strobl
 */