public interface PersistenceTask
PersistenceWork| Modifier and Type | Method and Description |
|---|---|
void |
doTask(EntityManagerLite entityManager)
Perform a persistence operation.
|
void doTask(EntityManagerLite entityManager)
entityManager - Entity manager provided to perform persistence operation(s). Do not call close().This documentation is licensed by Andrew Bowley under the GPLv3 License.