Currently, I use the private API entity._guid a lot, as it is the only entity-specific option available.
Personally, I think it's strange that this is a private API, especially since we already have a public option like findByGuid().
It would be nice to have something public, such as entity.getGuid() or entity.guid, as well.
Currently, I use the private API
entity._guida lot, as it is the only entity-specific option available.Personally, I think it's strange that this is a private API, especially since we already have a public option like
findByGuid().It would be nice to have something public, such as
entity.getGuid()orentity.guid, as well.