public static interface PersistenceUtilsCallback.Save
Modifier and Type | Method and Description |
---|---|
void |
save(org.w3c.dom.Document document,
org.w3c.dom.Element element,
java.lang.Object object)
This method is called when writing the object to the element.
|