摘要: 1 inverse="true"inverse:反转控制器的意思!现在有两个表,用户表infoUser和消息表Message,infoUser实体类配置文件 1 <hibernate-mapping> 2 <class name="com.org.entity.Infouser" table="infouser" catalog="xx"> 3 <id name="uid" type="java.lang.Integer"> 4 <c 阅读全文
posted @ 2012-09-24 14:34 小伙、不一般 阅读(3833) 评论(0) 推荐(1)
摘要: 1 <?xml version="1.0" encoding="UTF-8"?> 2 <beans 3 xmlns="http://www.springframework.org/schema/beans" 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xmlns:p="http://www.springframework.org/schema/p" 6 xsi:schemaLocation="ht 阅读全文
posted @ 2012-09-24 09:25 小伙、不一般 阅读(419) 评论(0) 推荐(0)