Class EntityTransformPostProcessor

java.lang.Object
com.broadleafcommerce.common.jpa.transform.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:
  • Constructor Details

    • EntityTransformPostProcessor

      public EntityTransformPostProcessor()
  • Method Details

    • 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