119120121122123124125126
/** * @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<?>)."); }
114115116117118119120121
142143144145146147148149