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 Details

  • Constructor Details

    • ORMConfigPersistenceUnitPostProcessor

      public ORMConfigPersistenceUnitPostProcessor()
  • Method Details

    • postProcessPersistenceUnitInfo

      public void postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo pui)
      Specified by:
      postProcessPersistenceUnitInfo in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor