惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
博客园_首页
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
博客园 - 司徒正美
有赞技术团队
有赞技术团队
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
MongoDB | Blog
MongoDB | Blog

博客园 - 曲达子

Oralce sys system密码找回 oracle服务丢失的解决办法 JS 实现table 分页 xmlHttp 中乱码处理 C# windows 服务(转) 在oc4j中安装、配置MapViewer 关于PostBack(转) 自定义控件属性的一些特性 oracle 游标使用 (转)实用JaveScript 用.NET 2.0压缩/解压封装的类 (转) ASP.NET 项目中用到的广告效果(转) js 在杂烩 window对象详解 asp.net 获取服务器信息 路径问题 刷新父窗口 js中一些鼠标事件 常见问题与错误小总结
在NHibernate中使用Oracle的sequence主键
曲达子 · 2008-08-25 · via 博客园 - 曲达子

 <id name="Id" type="Int32" unsaved-value="0">
      <column name="FID" sql-type="NUMBER" not-null="true" unique="true" index="PK_UT_TGEOC_CYBY_LAND"/>
      <generator class="sequence" >
        <param name="sequence">TGEOC_CYBY_LAND_FID_SEQ</param>//这里TGEOC_CYBY_LAND_FID_SEQ 为序列名称
      </generator>
    </id>

posted @ 2008-08-25 11:26  曲达子  阅读(685)  评论(0)    收藏  举报