public static synchronized ObjectSet<AndroidTransaction> getAllInstances() {
   return Database.allInstancesOrdered(AndroidTransaction.class);
 }