上一页 1 ··· 77 78 79 80 81
摘要: jpa 一对一 阅读全文
posted @ 2018-03-25 21:31 lshan 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 配置: <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001 阅读全文
posted @ 2018-03-25 17:24 lshan 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-03-22 23:34 lshan 阅读(195) 评论(0) 推荐(0) 编辑
摘要: <ehcache> <!-- Sets the path to the directory where cache .data files are created. If the path is a Java System Property it is replaced by its value i 阅读全文
posted @ 2018-03-22 22:27 lshan 阅读(221) 评论(0) 推荐(0) 编辑
摘要: package com.atguigu.jpa.test;import java.util.Date;import java.util.List;import javax.persistence.EntityManager;import javax.persistence.EntityManager 阅读全文
posted @ 2018-03-22 22:25 lshan 阅读(233) 评论(0) 推荐(0) 编辑
摘要: JPA入门: 配置文件:<?xml version="1.0" encoding="UTF-8"?><persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.o 阅读全文
posted @ 2018-03-22 17:48 lshan 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 77 78 79 80 81