Class MultiJarAwarePersistenceUnitPostProcessor
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.spring.MultiJarAwarePersistenceUnitPostProcessor
-
- All Implemented Interfaces:
PersistenceUnitPostProcessor
public class MultiJarAwarePersistenceUnitPostProcessor extends Object implements PersistenceUnitPostProcessor
Allows having JPA entities spread in several JAR files; this is needed in order to support the Syncope extensions.
-
-
Constructor Summary
Constructors Constructor Description MultiJarAwarePersistenceUnitPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui)
-
-
-
Method Detail
-
postProcessPersistenceUnitInfo
public void postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo pui)
- Specified by:
postProcessPersistenceUnitInfo
in interfacePersistenceUnitPostProcessor
-
-