Class JdbcRepositoryFactory

java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware

public class JdbcRepositoryFactory extends RepositoryFactorySupport
Creates repository implementation based on JDBC.
Author:
Jens Schauder, Greg Turnquist, Christoph Strobl, Mark Paluch, Hebert Coelho