hibernate學習筆記第17講-其他Set-List-Array-Map等映射

  1,set映射:set是無序的  2,List映射,list是有序的,表中需要保存一個索引序列存儲順序下標。 3,數組映射,跟list一樣。 4,Map映射,key-value 映射關係: <hibernate-mapping> <class name="com.bjsxt.hibernate.CollectionMapping" table="t_CollectionMapping">   
相關文章
相關標籤/搜索