Package fr.soleil.comete.dao.util

Examples of fr.soleil.comete.dao.util.DefaultMatrixDAO


  /* (non-Javadoc)
   * @see fr.soleil.comete.dao.AbstractDAOFactory#createNumberImageDAO(fr.soleil.comete.dao.AbstractKey)
   */
  @Override
  public AbstractDAO<NumberMatrix> createNumberImageDAO(AbstractKey key) {
    return new DefaultMatrixDAO();
  }
View Full Code Here

TOP

Related Classes of fr.soleil.comete.dao.util.DefaultMatrixDAO

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.