Some of this came up in IRC, reposting for posterity. Customer and Account are fair game. They're currently used in TestSubquery, but never persisted. The testcase is just exercising the JPQL parser (from my quick read).
-mike On Mon, Jan 10, 2011 at 9:46 AM, Mark Struberg <[email protected]> wrote: > Hi! > > Either I'm just blind or the entities in > org.apache.openjpa.persistence.query are all unused. > > There is not even a mapping in persistence.xml for them... > > Do I miss something? > > I need to write a unit test with a @OneToMany. Can I use Customer + Account > for it? > > LieGrue, > strub > > > >
