Package cz.cvut.kbss.jopa.plugin
Class PersistenceUnitPluginExecutor
java.lang.Object
cz.cvut.kbss.jopa.plugin.PersistenceUnitPluginExecutor
Resolves, instantiates and executes persistence unit lifecycle plugins.
 
The plugins are executed in the order they are defined in the configuration.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidafterPersistenceUnitCreated(Supplier<EntityManager> emSupplier) voidbeforePersistenceUnitDestroyed(Supplier<EntityManager> emSupplier) 
- 
Constructor Details- 
PersistenceUnitPluginExecutor
 
- 
- 
Method Details- 
afterPersistenceUnitCreated
- 
beforePersistenceUnitDestroyed
 
-