Package org.chinasb.framework.core.base.dao

Examples of org.chinasb.framework.core.base.dao.DAODispatcherException


  /**
   * @deprecated use flush(Class<?>)
   */
  public void flush() {
    throw new DAODispatcherException(
        "The flush() method cannot be used with DAODispatcher because it could does not include a Class type to dispatch to. Use flush(Class<?>).");
  }
View Full Code Here


  /**
   * @deprecated use flush(Class<?>)
   */
  public void flush() {
    throw new DAODispatcherException(
        "The flush() method cannot be used with DAODispatcher because it could does not include a Class type to dispatch to. Use flush(Class<?>).");
  }
View Full Code Here

  /**
   * @deprecated use flush(Class<?>)
   */
  public void flush() {
    throw new DAODispatcherException(
        "The flush() method cannot be used with DAODispatcher because it could does not include a Class type to dispatch to. Use flush(Class<?>).");
  }
View Full Code Here

TOP

Related Classes of org.chinasb.framework.core.base.dao.DAODispatcherException

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.