java study notes --hibernate framework often encounter a problem link collection

Before learning to do java development, did not write blog. Solution found on the Internet, the link saved.


1 hibernate annotation annotation way to deal with mapping relationship
    https://www.cnblogs.com/xiaoluo501395377/p/3374955.html
    
true meaning 2 hibernate cascade of
    https://www.cnblogs.com/hdwang/p/7241043.html
    
3 getHibernateTemplate () sql execution problem of
    https://bbs.csdn.net/topics/350038646
    
4 sessionFactory injection on DAO layer and inherit the HibernateDaoSupport
    https://blog.csdn.net/yiyuan_chen/article/details/74091797
    
5 get I can not getHibernateTemplate display NULL
    https://zhidao.baidu.com/question/135942328665729445.html?word=getHibernateTemplate%20%E6%98%BE%E7%A4%BA%E6%88%91NULL&ms=1&rid=11567173006641755754
    
6 and how to use the DAO layer using both annotations HibernateDaoSupport
    https://zhidao.baidu.com/question/1450739529077852740.html?word=HibernateDaoSupport&ms=1&rid=9577426438475329674
    
7 inheritance HibernateDaoSupport achieve DAO (spring integrate Hibernate
    https://www.cnblogs.com/sharpest/p/6196081.html

Published 80 original articles · won praise 4 · views 10000 +

Guess you like

Origin blog.csdn.net/tscaxx/article/details/104222236