What is the use of _impl and _fieldImpl in PCDataImpl class?

2007-05-14 Thread Daniel Lee
Hi, I'm trying to understand OpenJPA open source code but having difficulties in figuring out the use of _impl and _fieldImpl fields in PCDataImpl. Could someone help describe these 2 fields? Many thanks in advance. Tsunfang

Re: What is the use of _impl and _fieldImpl in PCDataImpl class?

2007-05-14 Thread Patrick Linskey
They're used to store the data from OpenJPAStateManager.getImplData() and getImplData(int field). Those impl data slots, in turn, are available for use by StoreManager implementations for random bits of per-field or per-instance state that doesn't fit elsewhere but is useful for the