take a look at https://github.com/apache/isis/blob/master/core/metamodel/src/main/java/org/apache/isis/core/metamodel/services/jdosupport/Persistable_datanucleusIdLong.java#L59
On Thu, 22 Nov 2018 at 16:59, Aída Betzabeth Dávila Sotelo < aida.dav...@vortech-it.com> wrote: > Hi! > > In one of my classes, I'm generating the "id" > > > @javax.jdo.annotations.DatastoreIdentity( > strategy=javax.jdo.annotations.IdGeneratorStrategy.IDENTITY, > column="id") > > > My question is in what way I can read or get that "id"? > > How can I get it? > > I hope you can help me. > > Thanks in advance. > Aída > >