Class AbstractEntityViewConfigurationSource

java.lang.Object
com.blazebit.persistence.integration.view.spring.impl.AbstractEntityViewConfigurationSource
Direct Known Subclasses:
AnnotationEntityViewConfigurationSource, XmlEntityViewConfigurationSource

public abstract class AbstractEntityViewConfigurationSource extends Object
Since:
1.2.0
Author:
Moritz Becker
  • Constructor Details

    • AbstractEntityViewConfigurationSource

      public AbstractEntityViewConfigurationSource(org.springframework.core.env.Environment environment)
  • Method Details

    • getBasePackages

      public abstract Iterable<String> getBasePackages()
    • getExcludeFilters

      protected abstract Iterable<org.springframework.core.type.filter.TypeFilter> getExcludeFilters()
    • getIncludeFilters

      protected abstract Iterable<org.springframework.core.type.filter.TypeFilter> getIncludeFilters()
    • getCandidates

      public Collection<org.springframework.beans.factory.config.BeanDefinition> getCandidates(org.springframework.core.io.ResourceLoader resourceLoader)