Skip to content

Files

Latest commit

beba285 · Oct 19, 2016

History

History

study07

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 19, 2016
Oct 19, 2016
Oct 19, 2016

Springboot 之 JPA数据库操作进阶篇

在上一个例子《Springboot 之 JPA对Mysql数据库的增删改查》中介绍了使用JpaRepository中的方法对数据库的一些简单操作,下面介绍一下使用自定义的方式来完成数据库的操作,通过这个例子更能看出Jpa的强大与方便。

  • 使用Spring Data Jpa的特性对数据库进行相关操作
  • 介绍使用表达式查询的一些常用关键字
  • 使用Hql对数据库进行操作
  • 介绍使用Hql对数据库操作时的两种参数传递方式

文章地址:《Springboot 之 JPA数据库操作进阶篇》