Class ReplaceLobPostProcessor
- java.lang.Object
-
- com.broadleafcommerce.common.jpa.transform.ReplaceLobPostProcessor
-
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
public class ReplaceLobPostProcessor 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 Hibernate binary
Typeinstead ofLobannotation for fields targeted with theAlternateLobannotation should specify thebroadleaf.jpa.replace.lob.activeas true in their application configuration.- See Also:
ReplaceLobClassTransformInjector
-
-
Constructor Summary
Constructors Constructor Description ReplaceLobPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-