Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" 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">
- <persistence-unit name="XBRLAPPPU" transaction-type="JTA">
- <provider>org.hibernate.ejb.HibernatePersistence</provider>
- <jta-data-source>jdbc/xbrlg</jta-data-source>
- <class>pl.brag.xbrl.model.ConceptType</class>
- <class>pl.brag.xbrl.model.ExplicitDimension</class>
- <class>pl.brag.xbrl.model.FootNote</class>
- <class>pl.brag.xbrl.model.PresentationNode</class>
- <class>pl.brag.xbrl.model.ReportInfo</class>
- <class>pl.brag.xbrl.model.SubstitutionGroup</class>
- <class>pl.brag.xbrl.model.Unit</class>
- <class>pl.brag.xbrl.model.XBRLConcept</class>
- <class>pl.brag.xbrl.model.XBRLContext</class>
- <class>pl.brag.xbrl.model.XBRLEntity</class>
- <class>pl.brag.xbrl.model.XBRLFact</class>
- <class>pl.brag.xbrl.model.XBRLInstance</class>
- <class>pl.brag.xbrl.model.XBRLLabel</class>
- <class>pl.brag.xbrl.model.XBRLRole</class>
- <class>pl.brag.xbrl.model.XMLNamespace</class>
- <exclude-unlisted-classes>true</exclude-unlisted-classes>
- <properties>
- <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup" />
- <property name="hibernate.hbm2ddl.auto" value="update" />
- <property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect" />
- </properties>
- </persistence-unit>
- </persistence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement