Class EntityTransformPostProcessor

  • All Implemented Interfaces:
    org.springframework.boot.env.EnvironmentPostProcessor

    public class EntityTransformPostProcessor
    extends Object
    implements org.springframework.boot.env.EnvironmentPostProcessor
    Identify and handle class transformation for qualified targets early in the application startup lifecycle.

    Clients needing to leverage an older version of Oracle with identifier length restrictions should specify the broadleaf.jpa.oracle.short.identifier.active as true in their application configuration.

    See Also:
    DefaultClassTransformInjector
    • Constructor Detail

      • EntityTransformPostProcessor

        public EntityTransformPostProcessor()
    • Method Detail

      • postProcessEnvironment

        public void postProcessEnvironment​(org.springframework.core.env.ConfigurableEnvironment environment,
                                           org.springframework.boot.SpringApplication application)
        Specified by:
        postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor