posted @ 2018-03-25 21:31
lshan
阅读(318)
推荐(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
阅读(229)
推荐(0)
posted @ 2018-03-22 23:34
lshan
阅读(206)
推荐(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
阅读(242)
推荐(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
阅读(253)
推荐(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
阅读(167)
推荐(0)