Advertisement
lincolnthree

#SeamForge understands Persistence

May 24th, 2011
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. ____ _____
  2. / ___| ___ __ _ _ __ ___ | ___|__ _ __ __ _ ___
  3. \___ \ / _ \/ _` | '_ ` _ \ | |_ / _ \| '__/ _` |/ _ \ \\
  4. ___) | __/ (_| | | | | | | | _| (_) | | | (_| | __/ //
  5. |____/ \___|\__,_|_| |_| |_| |_| \___/|_| \__, |\___|
  6. |___/
  7.  
  8. [forge-distribution] dist $ cd ../../twitterstream/
  9. [twitterstream] twitterstream $ persistence
  10. ***INFO*** Displaying current JPA configuration:
  11.  
  12. Unit: forge-default transaction-type: JTA
  13. description: null
  14. provider: org.hibernate.ejb.HibernatePersistence
  15. jta-data-source: null
  16. non-jta-data-source: null
  17. exclude-unlisted-classes: true
  18. shared-cache-mode: null
  19. validation-mode: null
  20.  
  21. Properties:
  22. hibernate.hbm2ddl.auto: create-drop
  23. hibernate.show_sql: true
  24. hibernate.format_sql: true
  25. hibernate.transaction.flush_before_completion: true
  26. hibernate.dialect: org.hibernate.dialect.HSQLDialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement