Re: Embedded class problems

2008-07-30 Thread Pinaki Poddar
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.

Embedded class problems

2008-07-23 Thread Reece Garrett
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

Embedded class problems

2008-07-23 Thread Reece Garrett
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

Embedded class problems

2008-07-23 Thread Reece Garrett
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