Advertisement
Guest User

Untitled

a guest
Jun 16th, 2010
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3.   <persistence-unit name="XBRLAPPPU" transaction-type="JTA">
  4.     <provider>org.hibernate.ejb.HibernatePersistence</provider>
  5.     <jta-data-source>jdbc/xbrlg</jta-data-source>
  6.     <class>pl.brag.xbrl.model.ConceptType</class>
  7.     <class>pl.brag.xbrl.model.ExplicitDimension</class>
  8.     <class>pl.brag.xbrl.model.FootNote</class>
  9.     <class>pl.brag.xbrl.model.PresentationNode</class>
  10.     <class>pl.brag.xbrl.model.ReportInfo</class>
  11.     <class>pl.brag.xbrl.model.SubstitutionGroup</class>
  12.     <class>pl.brag.xbrl.model.Unit</class>
  13.     <class>pl.brag.xbrl.model.XBRLConcept</class>
  14.     <class>pl.brag.xbrl.model.XBRLContext</class>
  15.     <class>pl.brag.xbrl.model.XBRLEntity</class>
  16.     <class>pl.brag.xbrl.model.XBRLFact</class>
  17.     <class>pl.brag.xbrl.model.XBRLInstance</class>
  18.     <class>pl.brag.xbrl.model.XBRLLabel</class>
  19.     <class>pl.brag.xbrl.model.XBRLRole</class>
  20.     <class>pl.brag.xbrl.model.XMLNamespace</class>
  21.     <exclude-unlisted-classes>true</exclude-unlisted-classes>
  22.     <properties>
  23.         <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup" />
  24.         <property name="hibernate.hbm2ddl.auto" value="update" />
  25.         <property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect" />
  26.     </properties>
  27.   </persistence-unit>
  28. </persistence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement