tool « Database « JPA Q&A





1. Hibernate Tools and the ever changing database    stackoverflow.com

I am currently using Hibernate Tools 3.1; I customized naming convention and DAO templates. The database (SQL Server 2005) in early development phase and I'm in charge of rebuilding the mappings, ...

2. Database Diff Tool    stackoverflow.com

As a Java Developper using JPA/Hibernate, I am looking for a will help diff a database that has been generated by Hibernate with a production database. I've already looked at LiquiBase's abilities ...

3. Database modeller for JPA with visual diagrams    stackoverflow.com

I am looking for a tool to help in designing and implementing database and entities for a Java project. Probably we are using JPA or direct Hibernate. The features I look ...

4. could anyone advice me regarding the best tool to make the databases highly available    stackoverflow.com

I need to make the database layer highly available to the application that we use. my supervisor is recommending ha-jdbc, but the document is absolutely not usable with hibernate. any advice ...

6. Problem using hibernate tools with db2    forum.hibernate.org

7. Hibernate Tools and PostgreSQL under Windows    forum.hibernate.org

Hi I'm using in my wokstation(Windows XP) PostgreSQL DB server and when I try code generation using hibernate tools(the latest version) the process failed. >The message that show me in the console is: Full stack trace of any exception that occurs: 2007-09-03 10:07:04,129 WARN Worker-4 org.hibernate.cfg.reveng.JDBCReader - The JDBC driver didn't report any primary key columns in Test. Asking rev.eng. strategy ...

8. newbiw: looking for auto-generated tools for ERD (or any db)    forum.hibernate.org

Hi all, Finally this site is up :-) I wish to know if there's a way to auto-generate all pojos I created (with JPA annotation) into an ERD. In a way, I wish to simulate all the pojos-relationship...so any ideas would be great. In the past, I used to work with dbdesgin and with ABATOR (ibatis); based on the database construction ...