|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openwms.core.integration.jpa.CustomPersistenceUnitPostProcessor
@Deprecated public class CustomPersistenceUnitPostProcessor
A CustomPersistenceUnitPostProcessor.
An extension of the default Spring implementation.
PersistenceUnitPostProcessor
Field Summary | |
---|---|
static String |
DEFAULT_PERSISTENCE_JAR_FILES
Deprecated. Default location of the persistence jar file: "classpath*:OpenWMS*". |
Constructor Summary | |
---|---|
CustomPersistenceUnitPostProcessor()
Deprecated. |
Method Summary | |
---|---|
void |
postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo pui)
Deprecated. |
void |
setPersistenceJarFiles(String[] persistenceJarFiles)
Deprecated. Specify multiple locations of persistence.xml files to load. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_PERSISTENCE_JAR_FILES
Constructor Detail |
---|
public CustomPersistenceUnitPostProcessor()
Method Detail |
---|
public void setPersistenceJarFiles(String[] persistenceJarFiles)
persistence.xml
files to load.
These locations can be specified as Spring resource locations and/or as a
location patterns.
Default is "classpath*:META-INF/persistence.xml".
persistenceJarFiles
- An array of Spring resources identifying the location of the
persistence.xml
files to readpublic void postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo pui)
postProcessPersistenceUnitInfo
in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor
pui
- PersistenceUnitInfo
PersistenceUnitPostProcessor.postProcessPersistenceUnitInfo(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |