| .. | .. |
|---|
| 1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | | -<persistence version="3.0" |
|---|
| 3 | | - xmlns="https://jakarta.ee/xml/ns/persistence" |
|---|
| 2 | +<persistence version="2.2" |
|---|
| 3 | + xmlns="http://xmlns.jcp.org/xml/ns/persistence" |
|---|
| 4 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|---|
| 5 | | - xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd"> |
|---|
| 5 | + xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd"> |
|---|
| 6 | 6 | |
|---|
| 7 | 7 | <persistence-unit name="localdb" transaction-type="RESOURCE_LOCAL"> |
|---|
| 8 | 8 | <description>SeCuris LocalDB</description> |
|---|
| .. | .. |
|---|
| 12 | 12 | |
|---|
| 13 | 13 | <properties> |
|---|
| 14 | 14 | <property name="hibernate.cache.region.factory_class" value="org.hibernate.cache.internal.NoCachingRegionFactory"/> |
|---|
| 15 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/> |
|---|
| 15 | + <property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5Dialect"/> |
|---|
| 16 | 16 | <property name="hibernate.cache.use_second_level_cache" value="false"/> |
|---|
| 17 | 17 | <property name="hibernate.format_sql" value="false"/> |
|---|
| 18 | 18 | </properties> |
|---|