Package fr.emn.nuitinfo.model.persistence.impl

Examples of fr.emn.nuitinfo.model.persistence.impl.UtilisateurMockDAO


  private static volatile IDAO<IUtilisateur> utilisateurDAO = null;
  private static volatile IDAO<IChasse> chasseDAO = null;

  public static IDAO<IUtilisateur> getUtilisateurDAO() {
    if (utilisateurDAO == null) {
      utilisateurDAO = new UtilisateurMockDAO();
    }

    return utilisateurDAO;
  }
View Full Code Here

TOP

Related Classes of fr.emn.nuitinfo.model.persistence.impl.UtilisateurMockDAO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.