database « Eclipse « JPA Q&A





1. Hibernate tools eclipse DB problem    stackoverflow.com

am using hibernate tools with eclipse, and it was working fine, till i've changed my db, i've configured the new database and run my test cases and every thing is fine, ...

2. Create database with JPA?    stackoverflow.com

When I create (using JPA - java persistence api) a persistence unit and then persistence entities they auto create the corresponding tables and fields in the database. Can I also make it ...

3. Looking for a tool to view/manage Database created by JPA    stackoverflow.com

I am developing an application with play framework and JPA/Hibernate for the database. I reached a stage that I need to see how the database looks like to check my code ...

4. JPA database delimiters    stackoverflow.com

I have a two entity classes called User and Group, both reserved words that need to be delimited in order for the database to accept them as tables. Annotating the entities ...

5. Is it possible to include a database view in a JPA/EclipseLink CriteriaQuery?    stackoverflow.com

I am working on a project that needs to be able to create dynamic queries into an H2 database. This also includes a full text search with built-in H2 logic, tables, ...

6. Hibernate and multiple threads, synchronize changes between multiple users    stackoverflow.com

I am using Hibernate in an Eclipse RAP application. I have database tables mapped to classes with Hibernate and these classes have properties that are fetched lazily (If these weren't fetched ...

7. Build eclipse DB client with hibernate in a hour    java-forums.org

There is a bridge between hibernate based model and eclipse UI at FISHBOLT.ORG. It has a closed integration with the Eclipse UI. The integration is so closed that creating of the the eclipse db client takes a very short period. The sample of building hibernate model with the couple of data objects and several eclipse views editors wizards actions is at ...

8. New free Eclipse Plugin to Work with Databases and Hibernate    forum.hibernate.org

Hi Max The tool is new for Hibernate. But since 3 years we support also OJB from Appache. The tool is different than other Hibernate tools. The aime is to have a easy to use generator tool that helps you to generate different file types from a db model or a class model, and helps to easy work with databases. As ...

9. tip for eclipse hibernate db    forum.hibernate.org