美文网首页
Hibernate入门(含源代码)

Hibernate入门(含源代码)

作者: Aileer | 来源:发表于2016-04-01 14:58 被阅读0次

    Hibernate是一个轻量级封装,是一个独立的对象持久层。可以用在JDBC任何可以使用的场合。


    Hibernate的核心类和接口一共有6个:

    Session、SessionFactory、Transaction、Query、Criteria、Configuration。


    下面是一个入门级 学习和了解hibernate的Java工程。

    工程结构如图所示:

    StudentTest.java:

    Student.java:

    Student.hbm.xml:

    hibernate.cfg.xml:

    相关文章

      网友评论

          本文标题:Hibernate入门(含源代码)

          本文链接:https://www.haomeiwen.com/subject/cudylttx.html