Skip to content

Hibernate是一个开放源代码的对象关系映射框架,它对JDBC进行了非常轻量级的对象封装,它将POJO与数据库表建立映射关系,是一个全自动的orm框架。

je-ge/hibernate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

hibernate

我的博客 ##hibernate-single-table 单表 ##hibernate-one-way-manytoone 单向多对一 ##hibernate-two-way-onetomany 双向一对多 ##hibernate-two-way-onetoone 双向一对一 ##hibernate-two-way-manytomany 双向多对多 ##hibernate-advance 复合主键,自关联,组成关系,4种继承,一级缓存,二级缓存,查询缓存,乐观锁

如果觉得我的代码对您有帮助,请打赏支持。您的支持将鼓励我继续创作!谢谢!

About

Hibernate是一个开放源代码的对象关系映射框架,它对JDBC进行了非常轻量级的对象封装,它将POJO与数据库表建立映射关系,是一个全自动的orm框架。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages