阅读背景:

4.SSM整合_多表_多对多的增删改查

来源:互联网 

多对多关系,课程和学生

接口

public interface CourseMapper {
	/**
	 * 获取所有课程
	 * @return
	 * @throws Exception
	 */
	public List<Course> getAll() throws Exception;
}
public interface Cour



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: