|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Person | |
|---|---|
| org.nuiton.topia | |
| org.nuiton.topia.test.entities | |
| Uses of Person in org.nuiton.topia |
|---|
| Methods in org.nuiton.topia that return types with arguments of type Person | |
|---|---|
Class<Person> |
TopiaTestQueryHelper.PersonProperty.getEntityClass()
getEntityClass : |
| Uses of Person in org.nuiton.topia.test.entities |
|---|
| Classes in org.nuiton.topia.test.entities with type parameters of type Person | |
|---|---|
class |
PersonDAOAbstract<E extends Person>
|
class |
PersonDAOImpl<E extends Person>
|
| Classes in org.nuiton.topia.test.entities that implement Person | |
|---|---|
class |
PersonAbstract
|
class |
PersonImpl
|
| Fields in org.nuiton.topia.test.entities declared as Person | |
|---|---|
protected Person |
PetAbstract.person
|
| Methods in org.nuiton.topia.test.entities that return Person | |
|---|---|
Person |
PetAbstract.getPerson()
getPerson : |
Person |
Pet.getPerson()
getPerson : |
| Methods in org.nuiton.topia.test.entities with parameters of type Person | |
|---|---|
List<E> |
PetDAOAbstract.findAllByPerson(Person v)
findAllByPerson : Retourne les éléments ayant comme valeur pour l'attribut person le paramètre. |
E |
PetDAOAbstract.findByPerson(Person v)
findByPerson : Retourne le premier élément trouvé ayant comme valeur pour l'attribut person le paramètre. |
void |
PetAbstract.setPerson(Person person)
setPerson : |
void |
Pet.setPerson(Person person)
setPerson : |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||