Class Neo4jRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable>

Type Parameters:
T - the type of the repository
S - type of the domain class to map
ID - identifier type in the domain class
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, FactoryBean<T>, InitializingBean, ApplicationEventPublisherAware, RepositoryFactoryInformation<S,ID>

@API(status=INTERNAL, since="6.0") public final class Neo4jRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> extends TransactionalRepositoryFactoryBeanSupport<T,S,ID>
Special adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring configuration.
Since:
6.0
Author:
Michael J. Simons, Gerrit Meier