天空是蓝色的

做好软件为中国 #gcc -c helloworld.c -o helloworld.o //编译目标文件 #gcc helloworld.o -o helloworld //编译成可执行exe #helloworld //运行exe
数据加载中……
hibernate.cfg.xml配置sybase数据库不支持左连接sql语句
<property name="hibernate.use_outer_join">false</property>

 把这句设置成false 就不会产生 left outer join 的sql语句
 
如果ture通过关联 mapping 映射 many-to-one 产生的sql语句 不能执行 提示sql语法有错误
 
 
  <many-to-one name="MemberInfo"
            insert
="false"
            update
="false" 
            not-null
="true">
            <column name
="member_no" />
            <column name
="corp_id" />
   </many-to-one>  

posted on 2005-12-16 13:36 bluesky 阅读(1595) 评论(0)  编辑  收藏 所属分类: 工作总结


只有注册用户登录后才能发表评论。


网站导航: