Home > Database > Mysql Tutorial > Spring+JPA+MySQL的配置文件

Spring+JPA+MySQL的配置文件

WBOY
Release: 2016-06-07 15:12:43
Original
1490 people have browsed it

欢迎进入Java社区论坛,与200万技术人员互动交流 >>进入 一直在整合spring+hibernate,今天整合一下JPA +Spring persistence.xml 默认放在 META-INF 目录下 Xml代码 persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.o

欢迎进入Java社区论坛,与200万技术人员互动交流 >>进入

    一直在整合spring+hibernate,今天整合一下JPA +Spring

    persistence.xml 默认放在 META-INF 目录下

    Xml代码
        xsi:schemaLocation="http://java.sun.com/xml/ns/persistence persistence_1_0.xsd" version="1.0">
   
    org.hibernate.ejb.HibernatePersistence
    MyClass
   
   
   
   
   
   

   

   

    view plaincopy to clipboardprint?
        xsi:schemaLocation="http://java.sun.com/xml/ns/persistence persistence_1_0.xsd" version="1.0">
   
    org.hibernate.ejb.HibernatePersistence
    MyClass
   
   
   
   
   
   

   

   

        xsi:schemaLocation="http://java.sun.com/xml/ns/persistence persistence_1_0.xsd" version="1.0">
   
    org.hibernate.ejb.HibernatePersistence
    MyClass
   
   
   
   
   
   

   

   

     applicationContext.xml

 

[1] [2] 

Spring+JPA+MySQL的配置文件

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template