摘要:
package com.spring.model;import javax.persistence.Entity;import javax.persistence.GeneratedValue;import javax.persistence.GenerationType;import javax.... 阅读全文
摘要:
1、新建java工程:spring_150909_hibernate_id_table,如下图所示:2、建DogPet实体类:package com.spring.model;import javax.persistence.Entity;import javax.persistence.Gener... 阅读全文
摘要:
1、新建java工程:spring_150908_hibernate_id_sequence,添加相关jar包(spring、hibernate、ibatis)如下图所示:2、实现实体类DogPet:package com.spring.model;import javax.persistence.... 阅读全文
摘要:
1、新建java工程:spring_150907_sqlmapclientdaosupport_getSqlMapClient,如下图所示:2、工程里添加spring、hibernate、ibatis相关jar包,如下图所示:3、新建DogPetService接口:package com.sprin... 阅读全文