Class Neo4jRepositoryFactoryCdiBean<T>

java.lang.Object
org.springframework.data.repository.cdi.CdiRepositoryBean<T>
org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactoryCdiBean<T>
Type Parameters:
T - The type of the repository being created
All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<T>, jakarta.enterprise.inject.spi.Bean<T>, jakarta.enterprise.inject.spi.BeanAttributes<T>, jakarta.enterprise.inject.spi.PassivationCapable

@API(status=INTERNAL, since="6.0") public final class Neo4jRepositoryFactoryCdiBean<T> extends CdiRepositoryBean<T>
The CDI pendant to the Neo4jRepositoryFactoryBean. It creates instances of Neo4jRepositoryFactory.
Since:
6.0
Author:
Michael J. Simons