Pages

Google Ads

Saturday, October 17, 2009

hibernate.cfg.xml ( oracle, mysql e postgresql)

Amigo leitor,

Segue abaixo algumas informações que podem ser úteis.

PostgreSQL

org.hibernate.dialect.PostgreSQLDialect
org.postgresql.Driver
jdbc:postgresql://localhost:5432/hibernate
usuario
senha

Oracle Express Edition

org.hibernate.dialect.OracleDialect
oracle.jdbc.OracleDriver
jdbc:oracle:thin:@localhost:1521:xe
usuario
senha

MySQL

com.mysql.jdbc.Driver
jdbc:mysql://localhost:3306/webservices
usuario
senha
org.hibernate.dialect.MySQLDialect

No comments: