Class AbstractEntityViewConfigurationSource
java.lang.Object
com.blazebit.persistence.integration.view.spring.impl.AbstractEntityViewConfigurationSource
- Direct Known Subclasses:
AnnotationEntityViewConfigurationSource,XmlEntityViewConfigurationSource
- Since:
- 1.2.0
- Author:
- Moritz Becker
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractEntityViewConfigurationSource(org.springframework.core.env.Environment environment) -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.springframework.beans.factory.config.BeanDefinition>getCandidates(org.springframework.core.io.ResourceLoader resourceLoader) protected abstract Iterable<org.springframework.core.type.filter.TypeFilter>protected abstract Iterable<org.springframework.core.type.filter.TypeFilter>
-
Constructor Details
-
AbstractEntityViewConfigurationSource
public AbstractEntityViewConfigurationSource(org.springframework.core.env.Environment environment)
-
-
Method Details
-
getBasePackages
-
getExcludeFilters
-
getIncludeFilters
-
getCandidates
public Collection<org.springframework.beans.factory.config.BeanDefinition> getCandidates(org.springframework.core.io.ResourceLoader resourceLoader)
-