Uses of Interface
org.nuiton.topiatest.Personne
| Package | Description |
|---|---|
| org.nuiton.topia | |
| org.nuiton.topiatest | |
| org.nuiton.topiatest.beangen |
-
Uses of Personne in org.nuiton.topia
Methods in org.nuiton.topia that return types with arguments of type Personne Modifier and Type Method Description java.lang.Class<Personne>TopiaTestQueryHelper.PersonneProperty. getEntityClass() -
Uses of Personne in org.nuiton.topiatest
Classes in org.nuiton.topiatest with type parameters of type Personne Modifier and Type Class Description classPersonneDAOAbstract<E extends Personne>classPersonneDAOImpl<E extends Personne>Subinterfaces of Personne in org.nuiton.topiatest Modifier and Type Interface Description interfaceEmployeClasses in org.nuiton.topiatest that implement Personne Modifier and Type Class Description classEmployeAbstractclassEmployeImplclassPersonneAbstractclassPersonneImpl -
Uses of Personne in org.nuiton.topiatest.beangen
Fields in org.nuiton.topiatest.beangen declared as Personne Modifier and Type Field Description protected PersonneGeneratedVoiture. proprietaireFields in org.nuiton.topiatest.beangen with type parameters of type Personne Modifier and Type Field Description protected static com.google.common.base.Function<Voiture,Personne>GeneratedVoitureHelper. PROPRIETAIRE_FUNCTIONMethods in org.nuiton.topiatest.beangen that return Personne Modifier and Type Method Description PersonneGeneratedVoiture. getProprietaire()Methods in org.nuiton.topiatest.beangen that return types with arguments of type Personne Modifier and Type Method Description static <BeanType extends Voiture>
com.google.common.base.Function<BeanType,Personne>GeneratedVoitureHelper. getProprietaireFunction()static <BeanType extends Voiture>
com.google.common.base.Function<BeanType,Personne>GeneratedVoitureHelper. newProprietaireFunction()static <BeanType extends Voiture>
com.google.common.collect.ImmutableMap<Personne,BeanType>GeneratedVoitureHelper. uniqueIndexByProprietaire(java.lang.Iterable<BeanType> $source)Methods in org.nuiton.topiatest.beangen with parameters of type Personne Modifier and Type Method Description static <BeanType extends Voiture>
java.util.List<BeanType>GeneratedVoitureHelper. filterByProprietaire(java.util.Collection<BeanType> $source, Personne proprietaire)static <BeanType extends Voiture>
com.google.common.base.Predicate<BeanType>GeneratedVoitureHelper. newProprietairePredicate(Personne proprietaire)voidGeneratedVoiture. setProprietaire(Personne proprietaire)