自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 mybatis-bind

mybatis-bind<select id="getEmpByConditionIf" parameterType="com.example.demo.entity.Employee" resultType="com.example.demo.entity.Employee"><bind name="_param" value="'%'+last_name+'%'"/>

2018-01-03 15:17:57 411

原创 mybatis-choose

mybatis-choose@Data@ToStringpublic class Employee { private Integer id; private String last_name; private String emaile; private String gender; private Dept dept;} <select id="getE

2018-01-03 13:44:18 189

原创 mybatis trim 标签

mybatis trim 标签@Data@ToStringpublic class Employee { private Integer id; private String last_name; private String emaile; private String gender; private Dept dept;} <select id="getE

2018-01-03 13:32:21 219

原创 mybatis-if-where

mybatis if where 标签的使用@Data@ToStringpublic class Employee { private Integer id; private String last_name; private String emaile; private String gender; private Dept dept;} <!--mybs

2018-01-03 11:55:22 337

原创 mybatis-collection

mybatis-collection 标签的使用@Data@ToStringpublic class Employee { private Integer id; private String last_name; private String emaile; private String gender; private Dept dept;}@Datapub

2018-01-03 11:10:05 270

原创 mybatis-association

描述: 员工类(Employee) 中有 部门类(Dept) @Data @ToString public class Employee { private Integer id; private String last_name; private String emaile; private String gend

2018-01-02 18:20:54 161

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除