Searched defs:pet (Results 1 – 10 of 10) sorted by relevance
27 public final Pet pet; field in PetWithToyIds33 public PetWithToyIds(Pet pet) { in PetWithToyIds()38 public PetWithToyIds(Pet pet, List<Integer> toyIds) { in PetWithToyIds()
26 public Pet pet; field in PetAndToys
39 public void setPet(Pet pet) { in setPet()
41 public void setPet(Pet pet) { in setPet()
76 Pet pet = TestUtil.createPet(1); in loadAll() local89 Pet pet = TestUtil.createPet(1); in loadAllGeneric() local102 Pet pet = TestUtil.createPet(1); in loadFromUsers() local135 Pet pet = TestUtil.createPet(1); in loadFromPets() local148 Pet pet = TestUtil.createPet(1); in loadFromPetsWithNullUser() local
60 Pet pet = new Pet(); in createPet() local67 public static Toy createToyForPet(Pet pet, int toyId) { in createToyForPet()78 Pet pet = createPet(petStartId++); in createPetsForUser() local
199 Pet pet = TestUtil.createPet(i + 1); in largeRelation_child() local217 Pet pet = TestUtil.createPet(i + 1); in largeRelation_parent() local
113 Pet pet = TestUtil.createPet(1); in insertDifferentEntities() local143 Pet pet = TestUtil.createPet(1); in insertDifferentEntities_transaction() local
45 void delete(Pet pet); in delete()
86 void insertUserAndPet(User user, Pet pet); in insertUserAndPet()