Don't know why it does it (it is a rather odd name, I agree) but iirc you can override it using @Column(name=...)
Check out Estatio, we do it there anyway. Cheers, Dan On 6 Nov 2015 11:55 am, "Stephen Cameron" <[email protected]> wrote: > Hi, > > Just interested to know if there is any way to stop DataNucleus adding _oid > to the end of all its generated foreign keys, this it with > @PersistenceCapable( identityType = IdentityType.DATASTORE)? > > It adds _id_oid to the tail of them all so wondering why? > > Thanks >
