Searched refs:MAX_ENTITY_SIZE_PER_TRANSACTION (Results 1 – 5 of 5) sorted by relevance
39 protected int MAX_ENTITY_SIZE_PER_TRANSACTION = 300; field in BaseJobServlet48 this.MAX_ENTITY_SIZE_PER_TRANSACTION = in init()
166 DashboardEntity.saveAll(apiCoverageExcludedEntities, MAX_ENTITY_SIZE_PER_TRANSACTION); in doGet()
42 protected int MAX_ENTITY_SIZE_PER_TRANSACTION = 300; field in BaseApiServlet51 this.MAX_ENTITY_SIZE_PER_TRANSACTION = in init()
390 … .MAX_ENTITY_SIZE_PER_TRANSACTION); in insertTestReport()405 this.MAX_ENTITY_SIZE_PER_TRANSACTION); in insertTestReport()411 this.MAX_ENTITY_SIZE_PER_TRANSACTION); in insertTestReport()549 this.MAX_ENTITY_SIZE_PER_TRANSACTION); in insertTestPlanReport()
86 public static final int MAX_ENTITY_SIZE_PER_TRANSACTION = 300; field in DatastoreHelper