Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ## Hibernate Dialect
  2.  
  3. ## automatically detect the biserver's hibernate dialect
  4. pat.plugin.datasource.hibernate.dialect =auto
  5.  
  6. ## Specify a hibernate dialect
  7. #pat.plugin.datasource.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
  8.  
  9.  
  10.  
  11.  
  12.  
  13. ## Type of the PAT hibernate datasource: jndi / jdbc
  14. pat.plugin.datasource.type = jndi
  15.  
  16. ## Name of the JNDI datasource in the biserver context.xml
  17. jndi.name = Hibernate
  18.  
  19. ## JDBC Connection Parameters for PAT hibernate datasource
  20. # jdbc.driver = com.mysql.jdbc.Driver
  21. # jdbc.url = jdbc:mysql://localhost/hibernate
  22. # jdbc.username = root
  23. # jdbc.password = root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement