User Tools

Site Tools


jpa:hibernate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
jpa:hibernate [2019/01/27 20:09] odeftajpa:hibernate [2019/01/27 20:10] odefta
Line 23: Line 23:
  
 <code> <code>
-<persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<persistence  
-    xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" +   xmlns="http://java.sun.com/xml/ns/persistence"  
-    version="1.0">+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
 +   xsi:schemaLocation="http://java.sun.com/xml/ns/persistence  
 +   http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" 
 +   version="1.0" 
 +>
     <persistence-unit name="employee">     <persistence-unit name="employee">
         <properties>         <properties>
jpa/hibernate.txt · Last modified: 2023/07/04 19:36 by 127.0.0.1