468469470471472473474
return ((Number) ver).intValue(); } else if (ver instanceof String) return Integer.parseInt((String) ver); } } throw new OObjectNotDetachedException("Can't retrieve the object's VERSION for '" + iPojo + "' because hasn't been detached"); }
383384385386387388389390
} else if (value instanceof OLazyObjectSet<?>) { ((OLazyObjectSet) value).assignDatabase(this); } } } else { throw new OObjectNotDetachedException("Cannot attach a non detached object"); } }
456457458459460461462
380381382383384385386387
} else if (value instanceof OLazyObjectSet<?>) { ((OLazyObjectList) value).assignDatabase(this); } } } else { throw new OObjectNotDetachedException("Cannot attach a non detached object"); } }
452453454455456457458
457458459460461462463
384385386387388389390391