Uses of Interface
org.nuiton.topia.test.entities.Pet
Packages that use Pet
-
Uses of Pet in org.nuiton.topia
Methods in org.nuiton.topia that return types with arguments of type Pet -
Uses of Pet in org.nuiton.topia.test.entities
Classes in org.nuiton.topia.test.entities with type parameters of type PetModifier and TypeClassDescriptionclassPetDAOAbstract<E extends Pet>classPetDAOImpl<E extends Pet>Classes in org.nuiton.topia.test.entities that implement PetFields in org.nuiton.topia.test.entities with type parameters of type PetModifier and TypeFieldDescriptionprotected Collection<Pet>PersonAbstract.petNom de l'attribut en BD : petMethods in org.nuiton.topia.test.entities that return PetModifier and TypeMethodDescriptionPerson.getPetByTopiaId(String topiaId) PersonAbstract.getPetByTopiaId(String topiaId) Methods in org.nuiton.topia.test.entities that return types with arguments of type PetMethods in org.nuiton.topia.test.entities with parameters of type PetModifier and TypeMethodDescriptionvoidvoidPersonDAOAbstract.findAllContainsPet(Pet v) PersonDAOAbstract.findContainsPet(Pet v) voidvoidMethod parameters in org.nuiton.topia.test.entities with type arguments of type PetModifier and TypeMethodDescriptionvoidPerson.addAllPet(Collection<Pet> pet) voidPersonAbstract.addAllPet(Collection<Pet> pet) voidPerson.setPet(Collection<Pet> pet) voidPersonAbstract.setPet(Collection<Pet> pet)