| Package | Description |
|---|---|
| org.nuiton.topia | |
| org.nuiton.topia.test.entities |
| Modifier and Type | Method and Description |
|---|---|
Class<Pet> |
TopiaTestQueryHelper.PetProperty.getEntityClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
PetDAOAbstract<E extends Pet> |
class |
PetDAOImpl<E extends Pet> |
| Modifier and Type | Class and Description |
|---|---|
class |
PetAbstract |
class |
PetImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Pet> |
PersonAbstract.pet
Nom de l'attribut en BD : pet
|
| Modifier and Type | Method and Description |
|---|---|
Pet |
PersonAbstract.getPetByTopiaId(String topiaId) |
Pet |
Person.getPetByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Pet> |
PersonAbstract.getPet() |
Collection<Pet> |
Person.getPet() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonAbstract.addPet(Pet pet) |
void |
Person.addPet(Pet pet) |
List<E> |
PersonDAOAbstract.findAllContainsPet(Pet v) |
E |
PersonDAOAbstract.findContainsPet(Pet v) |
void |
PersonAbstract.removePet(Pet pet) |
void |
Person.removePet(Pet pet) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonAbstract.addAllPet(Collection<Pet> pet) |
void |
Person.addAllPet(Collection<Pet> pet) |
void |
PersonAbstract.setPet(Collection<Pet> pet) |
void |
Person.setPet(Collection<Pet> pet) |
Copyright © 2004-2012 CodeLutin. All Rights Reserved.