可以將主鍵的資訊獨立為一個類別,例如:
package onlyfun.caterpillar; 現在User類別的主鍵資訊被分離出來了,例如:
package onlyfun.caterpillar; 在映射文件方面,需要指定主鍵類的資訊,例如:
<?xml version="1.0" encoding="utf-8"?> 在查詢資料時,必須指定主鍵資訊,例如:
UserPK pk = new UserPK(); pk.setName("bush"); pk.setPhone("0970123456"); Session session = sessionFactory.openSession(); // 以主鍵類實例設定複合主鍵並載入對應的資料 User user = (User) session.load(User.class, pk); System.out.println(user.getAge() + "/t" + user.getUserPK().getName() + "/t" + user.getUserPK().getPhone()); session.close(); |
<script type="text/javascript">
</script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script> name="google_ads_frame" marginwidth="0" marginheight="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-9750319131714390&dt=1188805912109&lmt=1175337899&format=160x600_as&output=html&correlator=1188805912109&url=http%3A%2F%2Fcaterpillar.onlyfun.net%2FGossip%2FHibernateGossip%2FCompactPK2.html&ad_type=text_image&ref=http%3A%2F%2Fcaterpillar.onlyfun.net%2FGossip%2FHibernateGossip%2FHibernateGossip.html&cc=24&ga_vid=1129055167.1188554514&ga_sid=1188804451&ga_hid=608548633&ga_fc=true&flash=9&u_h=768&u_w=1024&u_ah=740&u_aw=1024&u_cd=32&u_tz=480&u_his=3&u_java=true&u_nplug=17&u_nmime=57" frameborder="0" width="160" scrolling="no" height="600" allowtransparency="allowtransparency"> <script type="text/javascript"> </script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script> name="google_ads_frame" marginwidth="0" marginheight="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-9750319131714390&dt=1188805912171&lmt=1175337899&prev_fmts=160x600_as&format=160x600_as&output=html&correlator=1188805912109&url=http%3A%2F%2Fcaterpillar.onlyfun.net%2FGossip%2FHibernateGossip%2FCompactPK2.html&ad_type=text_image&ref=http%3A%2F%2Fcaterpillar.onlyfun.net%2FGossip%2FHibernateGossip%2FHibernateGossip.html&cc=24&ga_vid=1129055167.1188554514&ga_sid=1188804451&ga_hid=608548633&ga_fc=true&flash=9&u_h=768&u_w=1024&u_ah=740&u_aw=1024&u_cd=32&u_tz=480&u_his=3&u_java=true&u_nplug=17&u_nmime=57" frameborder="0" width="160" scrolling="no" height="600" allowtransparency="allowtransparency"> |