com.liferay.portal.spring.jpa
Class LiferayPersistenceUnitPostProcessor

java.lang.Object
  extended by com.liferay.portal.spring.jpa.LiferayPersistenceUnitPostProcessor
All Implemented Interfaces:
org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor

public class LiferayPersistenceUnitPostProcessor
extends java.lang.Object
implements org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor

View Source

Author:
Prashant Dighe, Brian Wing Shun Chan

Constructor Summary
LiferayPersistenceUnitPostProcessor()
           
 
Method Summary
 void postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo mutablePersistenceUnitInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayPersistenceUnitPostProcessor

public LiferayPersistenceUnitPostProcessor()
Method Detail

postProcessPersistenceUnitInfo

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