Re: Customizing OpenJPA

2008-12-06 Thread Yuri
FWIW, here is a simple class diagram to help me navigate the design... http://n2.nabble.com/file/n1623649/openjpa.gif -- View this message in context: http://n2.nabble.com/Customizing-OpenJPA-tp1497344p1623649.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.

Re: Customizing OpenJPA

2008-12-06 Thread Yuri
Patrick Linskey-2 wrote: > >> - Noticed that the enhancement on class loading is no using the >> classes I >> created to extend OpenJPA (i.e. Configuration and what follows from >> that). >> - Also noticed that MetadataRepository is created at least two times >> once >> when enhancing and

Re: Customizing OpenJPA

2008-11-25 Thread Patrick Linskey
- What is the difference between ClassMetadata and MappingInfo? It seems that the latter is a temporary holder of schema objects until the final ClassMetadata is assembled. Is that correct? Yes. OpenJPA parses from various different formats into MappingInfo data structures, and then the Cl