﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-Ourmessage的个人空间-随笔分类-Hibernate问题小结</title><link>http://www.blogjava.net/ourmessage/category/23782.html</link><description>这里只有Java3D和J2EE的内容</description><language>zh-cn</language><lastBuildDate>Sat, 15 Sep 2007 14:38:39 GMT</lastBuildDate><pubDate>Sat, 15 Sep 2007 14:38:39 GMT</pubDate><ttl>60</ttl><item><title>Hibernate创建表</title><link>http://www.blogjava.net/ourmessage/archive/2007/09/13/144848.html</link><dc:creator>夜一</dc:creator><author>夜一</author><pubDate>Thu, 13 Sep 2007 06:50:00 GMT</pubDate><guid>http://www.blogjava.net/ourmessage/archive/2007/09/13/144848.html</guid><wfw:comment>http://www.blogjava.net/ourmessage/comments/144848.html</wfw:comment><comments>http://www.blogjava.net/ourmessage/archive/2007/09/13/144848.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/ourmessage/comments/commentRss/144848.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/ourmessage/services/trackbacks/144848.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: hibernate在数据库中创建表&nbsp;&nbsp;<a href='http://www.blogjava.net/ourmessage/archive/2007/09/13/144848.html'>阅读全文</a><img src ="http://www.blogjava.net/ourmessage/aggbug/144848.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/ourmessage/" target="_blank">夜一</a> 2007-09-13 14:50 <a href="http://www.blogjava.net/ourmessage/archive/2007/09/13/144848.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Hibernate 导包小结</title><link>http://www.blogjava.net/ourmessage/archive/2007/07/06/Hibernate.html</link><dc:creator>夜一</dc:creator><author>夜一</author><pubDate>Fri, 06 Jul 2007 10:05:00 GMT</pubDate><guid>http://www.blogjava.net/ourmessage/archive/2007/07/06/Hibernate.html</guid><wfw:comment>http://www.blogjava.net/ourmessage/comments/128651.html</wfw:comment><comments>http://www.blogjava.net/ourmessage/archive/2007/07/06/Hibernate.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/ourmessage/comments/commentRss/128651.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/ourmessage/services/trackbacks/128651.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Hibernate导包小结<br>这些天仔细看了一下Hibernate2里面用的包。我用的是Hibernate 2.1<br>以下一些内容摘自网上其它朋友发的,并对一些不明白的地方进行注释：<br>--------------------------------------------------------------------------------<br>hibernate2.jar: <br>Hibernate的库，必须使用的jar包 <br>cglib-full-2.0.2.jar<br>CGLIB库，Hibernate用它来实现PO字节码的动态生成，非常核心的库，必须使用的jar包<br>&nbsp;&nbsp;<a href='http://www.blogjava.net/ourmessage/archive/2007/07/06/Hibernate.html'>阅读全文</a><img src ="http://www.blogjava.net/ourmessage/aggbug/128651.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/ourmessage/" target="_blank">夜一</a> 2007-07-06 18:05 <a href="http://www.blogjava.net/ourmessage/archive/2007/07/06/Hibernate.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>数据类型的大小</title><link>http://www.blogjava.net/ourmessage/archive/2007/06/27/126643.html</link><dc:creator>夜一</dc:creator><author>夜一</author><pubDate>Wed, 27 Jun 2007 09:54:00 GMT</pubDate><guid>http://www.blogjava.net/ourmessage/archive/2007/06/27/126643.html</guid><wfw:comment>http://www.blogjava.net/ourmessage/comments/126643.html</wfw:comment><comments>http://www.blogjava.net/ourmessage/archive/2007/06/27/126643.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/ourmessage/comments/commentRss/126643.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/ourmessage/services/trackbacks/126643.html</trackback:ping><description><![CDATA[前些日子在做一个法国的项目的时候,发现ISO8859-1每个字符占一个字节,Unicode每个英文字符占一个字节,中文占两个字节,但是在使用UTF-8的时候发现英文还是一个字符,但是每个中文要三个字节.这样就导致在网络传输中使用UTF-8传输要多使用很多资源. 
<img src ="http://www.blogjava.net/ourmessage/aggbug/126643.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/ourmessage/" target="_blank">夜一</a> 2007-06-27 17:54 <a href="http://www.blogjava.net/ourmessage/archive/2007/06/27/126643.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Hibernate问题</title><link>http://www.blogjava.net/ourmessage/archive/2007/06/21/125674.html</link><dc:creator>夜一</dc:creator><author>夜一</author><pubDate>Thu, 21 Jun 2007 13:00:00 GMT</pubDate><guid>http://www.blogjava.net/ourmessage/archive/2007/06/21/125674.html</guid><wfw:comment>http://www.blogjava.net/ourmessage/comments/125674.html</wfw:comment><comments>http://www.blogjava.net/ourmessage/archive/2007/06/21/125674.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/ourmessage/comments/commentRss/125674.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/ourmessage/services/trackbacks/125674.html</trackback:ping><description><![CDATA[问题:1&nbsp;&nbsp;&nbsp; SqlServer中插入记录时的问题<br>在使用自增长的数据类型incream的时候用native,然后注意session中的对象是否存在，如果存在，注意使用session.get()方法. <br>问题:2&nbsp;&nbsp; Session中数据释放<br>在插入数据进入数据库的时候要释放Session,用clear()方法.否则会出现数据库修改,而客户端未修改 
<img src ="http://www.blogjava.net/ourmessage/aggbug/125674.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/ourmessage/" target="_blank">夜一</a> 2007-06-21 21:00 <a href="http://www.blogjava.net/ourmessage/archive/2007/06/21/125674.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>