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
-
Constructor Summary
ConstructorsConstructorDescriptionNeo4jRepositoryFactoryCdiBean
(Set<Annotation> qualifiers, Class<T> repositoryType, jakarta.enterprise.inject.spi.BeanManager beanManager, CustomRepositoryImplementationDetector detector) -
Method Summary
Methods inherited from class org.springframework.data.repository.cdi.CdiRepositoryBean
applyConfiguration, applyConfiguration, create, create, create, destroy, getBeanClass, getDependencyInstance, getDependencyInstance, getId, getInjectionPoints, getName, getQualifiers, getRepositoryFragments, getScope, getStereotypes, getTypes, initialize, isAlternative, isNullable, lookupConfiguration, toString
-
Constructor Details
-
Neo4jRepositoryFactoryCdiBean
public Neo4jRepositoryFactoryCdiBean(Set<Annotation> qualifiers, Class<T> repositoryType, jakarta.enterprise.inject.spi.BeanManager beanManager, CustomRepositoryImplementationDetector detector)
-
-
Method Details