How does Container Managed Persistence work with automatically generated database ID fields? Should I map the ID field explicitly or leave it unspecified?
Created May 4, 2012
sachin mahishi In the Deployment Descriptor, map the normal fields appropriately,
but don't specify the auto-id field as one of the container managed fields.