Package model.dao

Examples of model.dao.PartieDAO


        proposition = new MMboule[nbrecolonne];

        Random r = new Random();
        chargement();

        je = new PartieDAO();
        je.save(this);
    }
View Full Code Here


        return j;
    }

    public synchronized void setJ(Joueur j) {
       System.out.println("ici plante?" + this.numeropartie);
        je = new PartieDAO();
        this.j = j;
        je.update(this);
    }
View Full Code Here

        je.update(this);
    }
   
    public synchronized void update() {
         System.out.println("ici plante?" + this.numeropartie);
        je = new PartieDAO();
        je.update(this);
    }
View Full Code Here

TOP

Related Classes of model.dao.PartieDAO

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.