Class JpaTrackableProjectionFactoryBeanRegistrar

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware

    public class JpaTrackableProjectionFactoryBeanRegistrar
    extends Object
    implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware
    Introduce a bean definition describing a class implementing Projection using the EnableJpaTrackableFlow.entityClass() and EnableJpaTrackableFlow.projectionName() params.
    Author:
    Jeff Fischer
    • Constructor Detail

      • JpaTrackableProjectionFactoryBeanRegistrar

        public JpaTrackableProjectionFactoryBeanRegistrar()
    • Method Detail

      • setEnvironment

        public void setEnvironment​(org.springframework.core.env.Environment environment)
        Specified by:
        setEnvironment in interface org.springframework.context.EnvironmentAware
      • registerBeanDefinitions

        public void registerBeanDefinitions​(org.springframework.core.type.AnnotationMetadata metadata,
                                            org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
        Specified by:
        registerBeanDefinitions in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar