public class JDOPersistenceListener extends PersistenceListener
Constructor and Description |
---|
JDOPersistenceListener() |
Modifier and Type | Method and Description |
---|---|
void |
persistItem(ItemResponse persistibleData)
Implement your persistence logic here.
|
handleItem
public void persistItem(ItemResponse persistibleData) throws java.lang.Exception
PersistenceListener
persistItem
in class PersistenceListener
persistibleData
- The item response should have all the POJOs to be persisted in getBoundObjects()
assuming it went through the binding phase successfully.java.lang.Exception