editor « Eclipse « JPA Q&A





1. How to configure Hibernate Tools HQL editor in Eclipse with a custom NamingStrategy    stackoverflow.com

I've installed Hibernate Tools 3.2.4.GA in Eclipse Ganymede. The main driver for installing it was to be able to issue HQL queries interactively. I have configured all of our ...

2. Eclipse JPA structure view, detail view, and persistence.xml editor not working?    stackoverflow.com

Eclipse has pretty cool JPA Structure and JPA Detail views along with a persistence.xml editor and a JPA perspective. However, I cannot seem to get them to "turn on". ...

3. how to perform DML operation using HQL Editor in eclipse?    forum.hibernate.org

Hello, I am using JBoss HQL Editor in my Eclipse Ganymade. I can perform select operation using HQL Editor. But when I try to perform Delete/Update operation It throws an Exception: NO DML Operation Supported. Perhaps HQL Editor perfoms session.createQuery(hQL) But for the update operation it needs to call query.executeUpdate() So how can I solve this issue.. Thank you Regards, Harsh ...

4. Eclipse HQL editor returns null references for an entity    forum.hibernate.org

I'm using the HQL editor to preview results for my queries. My class is annotated that maps to a table with no primary key. I assign it a key by having an embeddable id key of all the columns in the table. After populating data, do a simple "from ClassName" expecting all the references to the entities. What I get is ...

5. Error in HQL Editor with eclipse    forum.hibernate.org