Class PersonneDAOImpl<E extends Personne>

All Implemented Interfaces:
Iterable<E>, org.nuiton.topia.persistence.TopiaDAO<E>, org.nuiton.topia.persistence.TopiaDAODeprecated<E>
Direct Known Subclasses:
EmployeDAOAbstract, PersonneDAO

public class PersonneDAOImpl<E extends Personne> extends PersonneDAOAbstract<E>
  • Constructor Details

    • PersonneDAOImpl

      public PersonneDAOImpl()