T
- The type of Aggregate stored by the repositorySpringAggregateLookup
and SpringAggregateConfigurer
.@Deprecated public class RepositoryFactoryBean<T> extends Object implements org.springframework.beans.factory.FactoryBean<Repository<T>>
Constructor and Description |
---|
RepositoryFactoryBean(AggregateConfiguration<T> aggregateConfiguration)
Deprecated.
Initialize the Factory Bean using given
aggregateConfiguration to locate the configured Repository
instance. |
Modifier and Type | Method and Description |
---|---|
Repository<T> |
getObject()
Deprecated.
|
Class<?> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
public RepositoryFactoryBean(AggregateConfiguration<T> aggregateConfiguration)
aggregateConfiguration
to locate the configured Repository
instance.aggregateConfiguration
- The configuration providing access to the repositorypublic Repository<T> getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean<Repository<T>>
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<Repository<T>>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<Repository<T>>
Copyright © 2010–2023. All rights reserved.