498499500501502503504
final ORecordVersion version = convertVersion(ver); if (version != null) return version; } throw new OObjectNotDetachedException("Cannot retrieve the object's VERSION for '" + iPojo + "' because has not been detached"); }