Maison > base de données > tutoriel mysql > Spring+JPA+MySQL的配置文件

Spring+JPA+MySQL的配置文件

WBOY
Libérer: 2016-06-07 15:12:43
original
1485 Les gens l'ont consulté

欢迎进入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的配置文件

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal