ITEEDU

Hibernate2 参考文档Table of Contents

    1.在Tomcat中快速上手
    2. 体系结构
    3. SessionFactory配置
    4. 持久化类(Persistent Classes)
    5. O/R Mapping基础
    6. 集合类(Collections)
    7. 组件(Components)
    8. 操作持久化数据(Manipulating Persistent Data)
    9. 父子关系(Parent Child Relationships)
    10. Hibernate查询语言(Query Language), 即HQL
    11. 实例(A Worked Example)
    12. 性能提升(Improving Performance)
    13. 理解集合类的性能(Understanding Collection Performance)
    14. 条件查询(Criteria Query)
    15. SQL查询
    16. 继承映射(Inheritance Mappings)
    17. 事务和并行(Transactions And Concurrency)
    18. 映射实例(Mapping Examples)
    19. 工具箱指南