标签:
新建一个测试案例ProductTest:
重写runtest方法:
创建实力管理工厂:
自动更新表是依靠persistence.xml文件中的该语句:
测试ProductType类:
运行测试案例:
在sql manager中查看信息:
导入spring jar包:
beans.xml:
创建ProductTest类:
如果运行出一段字符串,则说明配置正确:
spring在beans.xml中用@service添加id:
设置实例管理器:
@Transactional(readOnly=true) //配置事务 查询使用 只读
实现接口:
运行结果为一段字符串:
在ProductTest类中添加:
删除数据库中的映射:
测试运行:
数据库中运行结果:
标签:
原文地址:http://www.cnblogs.com/zhujiabin/p/4237072.html