Searched refs:NULL_ENTITY_KIND (Results 1 – 1 of 1) sorted by relevance
79 public static final String NULL_ENTITY_KIND = "nullEntity"; field in DatastoreHelper199 if (!entity.getKind().equalsIgnoreCase(NULL_ENTITY_KIND)) { in datastoreTransactionalRetryWithXG()