15351536153715381539154015411542154315441545
public long getRecordCount() throws NdbApiException { Ndb ndb = entryContainer.getRootContainer().getNDB(); try { return ndb.selectCount(name); } finally { if (ndb != null) { entryContainer.getRootContainer().releaseNDB(ndb); } }