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 Type instead of Lob annotation for
fields targeted with the AlternateLob annotation should specify the
broadleaf.jpa.replace.lob.active as true in their application configuration.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Constructor Details
-
ReplaceLobPostProcessor
public ReplaceLobPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironmentin interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-