Can you post some more information? A small unit test would be nice... but a nice place to start would be by posting the given Entity.
-- Thanks, Rick On Wed, Apr 21, 2010 at 12:03 PM, Vásáry, Dániel <[email protected]> wrote: > Hi, > I'm using OpenJPA 1.2.2 under JavaEE JPA project in Eclipse Galileo. > After adding Bytecode enhancement, named query returns only partial data. > Persisted object looks fine, has all fields filled with proper data. > > But if i search for that object with named query or with > EntityManagers.find, > returned entity has 0 value in ID field, and the other fields are empty > too, > except String fields. > I need all field's data from entity, for some post processing purposes. > > Can anybody help, how to retrive whole data? > thanks >
