|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceUnitPostProcessor | |
---|---|
org.springframework.orm.jpa | Package providing integration of JPA (Java Persistence API) with Spring concepts. |
org.springframework.orm.jpa.persistenceunit | Internal support for managing JPA persistence units. |
Uses of PersistenceUnitPostProcessor in org.springframework.orm.jpa |
---|
Methods in org.springframework.orm.jpa with parameters of type PersistenceUnitPostProcessor | |
---|---|
void |
LocalContainerEntityManagerFactoryBean.setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor[] postProcessors)
Set the PersistenceUnitPostProcessors to be applied to the PersistenceUnitInfo used for creating this EntityManagerFactory. |
Uses of PersistenceUnitPostProcessor in org.springframework.orm.jpa.persistenceunit |
---|
Methods in org.springframework.orm.jpa.persistenceunit that return PersistenceUnitPostProcessor | |
---|---|
PersistenceUnitPostProcessor[] |
DefaultPersistenceUnitManager.getPersistenceUnitPostProcessors()
Return the PersistenceUnitPostProcessors to be applied to each PersistenceUnitInfo that has been parsed by this manager. |
Methods in org.springframework.orm.jpa.persistenceunit with parameters of type PersistenceUnitPostProcessor | |
---|---|
void |
DefaultPersistenceUnitManager.setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor[] postProcessors)
Set the PersistenceUnitPostProcessors to be applied to each PersistenceUnitInfo that has been parsed by this manager. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |