Class ORMConfigPersistenceUnitPostProcessor
java.lang.Object
org.broadleafcommerce.common.extensibility.jpa.ORMConfigPersistenceUnitPostProcessor
- All Implemented Interfaces:
org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor
public class ORMConfigPersistenceUnitPostProcessor
extends Object
implements org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor
Responsible for compiling the set of
ORMConfigDto
and adding the configuration items to a persistence unit.- Author:
- Jeff Fischer, Phillip Verheyden (phillipuniverse)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessPersistenceUnitInfo
(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo pui)
-
Field Details
-
configs
-
-
Constructor Details
-
ORMConfigPersistenceUnitPostProcessor
public ORMConfigPersistenceUnitPostProcessor()
-
-
Method Details
-
postProcessPersistenceUnitInfo
public void postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo pui) - Specified by:
postProcessPersistenceUnitInfo
in interfaceorg.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor
-