Uses of Interface
org.nuiton.topia.test.entities.Pet
| Package | Description |
|---|---|
| org.nuiton.topia | |
| org.nuiton.topia.test.entities |
-
Uses of Pet in org.nuiton.topia
Methods in org.nuiton.topia that return types with arguments of type Pet Modifier and Type Method Description java.lang.Class<Pet>TopiaTestQueryHelper.PetProperty. getEntityClass() -
Uses of Pet in org.nuiton.topia.test.entities
Classes in org.nuiton.topia.test.entities with type parameters of type Pet Modifier and Type Class Description classPetDAOAbstract<E extends Pet>classPetDAOImpl<E extends Pet>Classes in org.nuiton.topia.test.entities that implement Pet Modifier and Type Class Description classPetAbstractclassPetImplFields in org.nuiton.topia.test.entities with type parameters of type Pet Modifier and Type Field Description protected java.util.Collection<Pet>PersonAbstract. petNom de l'attribut en BD : petMethods in org.nuiton.topia.test.entities that return Pet Modifier and Type Method Description PetPerson. getPetByTopiaId(java.lang.String topiaId)PetPersonAbstract. getPetByTopiaId(java.lang.String topiaId)Methods in org.nuiton.topia.test.entities that return types with arguments of type Pet Modifier and Type Method Description java.util.Collection<Pet>Person. getPet()java.util.Collection<Pet>PersonAbstract. getPet()Methods in org.nuiton.topia.test.entities with parameters of type Pet Modifier and Type Method Description voidPerson. addPet(Pet pet)voidPersonAbstract. addPet(Pet pet)java.util.List<E>PersonDAOAbstract. findAllContainsPet(Pet v)EPersonDAOAbstract. findContainsPet(Pet v)voidPerson. removePet(Pet pet)voidPersonAbstract. removePet(Pet pet)Method parameters in org.nuiton.topia.test.entities with type arguments of type Pet Modifier and Type Method Description voidPerson. addAllPet(java.util.Collection<Pet> pet)voidPersonAbstract. addAllPet(java.util.Collection<Pet> pet)voidPerson. setPet(java.util.Collection<Pet> pet)voidPersonAbstract. setPet(java.util.Collection<Pet> pet)