{"id":617,"date":"2004-07-19T19:09:05","date_gmt":"2004-07-19T23:09:05","guid":{"rendered":"http:\/\/wordpress.cephas.net\/?p=617"},"modified":"2004-07-19T19:09:05","modified_gmt":"2004-07-19T23:09:05","slug":"sd-times-on-hibernate","status":"publish","type":"post","link":"https:\/\/cephas.net\/blog\/2004\/07\/19\/sd-times-on-hibernate\/","title":{"rendered":"SD Times on Hibernate"},"content":{"rendered":"<p>Allen Holub from SD Times wrote <a href=\"http:\/\/www.sdtimes.com\/cols\/javawatch_106.htm\">a flattering article on Hibernate<\/a> in this month&#8217;s magazine.  He thinks that the &#8220;.. main strength of Hibernate is its ease of use.&#8221;  I&#8217;m not sure I want to work on a project involving databases where Hibernate isn&#8217;t used and everytime someone whispers that I might have to work on a .NET web application at work, I wonder what the .NET equivalent of Hibernate is.  Are .NET people satisfied with this:<br \/>\n<code><br \/>\nString sql = \"update newsletter set title = 'New Article'\";<br \/>\nString connstring = \"...\";<br \/>\nSqlConnection sqlcon = new SqlConnection(connstring);<br \/>\nSqlCommand sqlCmd = new SqlCommand (sql, sqlcon);<br \/>\nsqlcon.Open();<br \/>\nsqlCmd.ExecuteNonQuery();<br \/>\nsqlcon.Close();<br \/>\n<\/code><br \/>\nwhen you could be doing this:<br \/>\n<code>...<br \/>\nnewsletter.setTitle(\"New Article\");<br \/>\n...<br \/>\ngetDAO().save(newsletter);<br \/>\n<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Allen Holub from SD Times wrote a flattering article on Hibernate in this month&#8217;s magazine. He thinks that the &#8220;.. main strength of Hibernate is its ease of use.&#8221; I&#8217;m not sure I want to work on a project involving databases where Hibernate isn&#8217;t used and everytime someone whispers that I might have to work &hellip; <a href=\"https:\/\/cephas.net\/blog\/2004\/07\/19\/sd-times-on-hibernate\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">SD Times on Hibernate<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"_links":{"self":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts\/617"}],"collection":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/comments?post=617"}],"version-history":[{"count":0,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts\/617\/revisions"}],"wp:attachment":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/media?parent=617"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/categories?post=617"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/tags?post=617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}