On Tue, Jan 8, 2013 at 2:20 PM, Chris Wolf <cwolf.a...@gmail.com> wrote:

> Or is "non-indexed" referring to not traversing the collection while
> adding or removing?
>

Correct.

The word "proxy" is overloaded and is used in several contexts.  OpenJPA
proxies Collections (and a few other types like Dates and Timestamps) so
that we can monitor updates to these object types.  But, that is totally
separate from the enhancement proxy mechanism that some JPA vendors provide
to monitor updates to the whole Entity.

Good questions!
Kevin

Reply via email to