nager)pc.pcGetStateManager();
ClassMetaData meta = sm.getMetaData();
BitSet dirty = sm.getDirty();
for (int i=0; ihttp://n2.nabble.com/Embedded-class-problems-tp579421p661647.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.
Hello everyone,
I am trying to implement audit logging using lifecycle callbacks. In my
PostUpdate callback method I extract the StateManager from the
PersistenceCapable object I'm passed and from there I iterate through the
fields using the dirty BitSet from the StateManager. I log the field's
Hello everyone,
I am trying to implement audit logging using lifecycle callbacks. In my
PostUpdate callback method I extract the StateManager from the
PersistenceCapable object I'm passed and from there I iterate through the
fields using the dirty BitSet from the StateManager. I log the field's
Hello everyone,
I am trying to implement audit logging using lifecycle callbacks. In my
PostUpdate callback method I extract the StateManager from the
PersistenceCapable object I'm passed and from there I iterate through the
fields using the dirty BitSet from the StateManager. I log the field's