Package org.eweb4j.orm.dao

Examples of org.eweb4j.orm.dao.DAO.clear()


  }
 
  @Test
  public void testDAO(){
    DAO dao = DAOFactory.getDAO(Pet.class);
    List<Pet> pets = dao.clear().selectAll().query(1,4);
    System.out.println(pets);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.