Skip to content
Snippets Groups Projects
Commit 3147a5ef authored by ginquin's avatar ginquin
Browse files

Arreglado: Excepción CLob para postgreSQL

parent fdbb6154
Branches
No related tags found
1 merge request!1Rama postgres
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence" version="2.0">
<persistence-unit name="jpaData" />
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
version="2.0">
<persistence-unit name="jpaData">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<properties>
<property name="hibernate.temp.use_jdbc_metadata_defaults"
value="false" />
<property name="hibernate.dialect"
value="org.hibernate.dialect.PostgreSQLDialect" />
</properties>
</persistence-unit>
</persistence>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment