IntelliJ « Development « JPA Q&A





1. Class file not found in IntelliJ    stackoverflow.com

In IntelliJ I get this weird error when I try to compile.

Cannot find annotation method 'cascade()' in type 'javax.persistence.ManyToOne': class file for javax.persistence.ManyToOne not found
I know, it seems pretty obvious what ...

2. IntelliJ IDEA with hibernate support    stackoverflow.com

I have IntelliJ IDEA 8.1.3. It has support for a hibernate facet/plugin which I have enabled. When I do this it recognises the HQL query strings but highlights in red all ...

3. IntelliJ is too smart for me    stackoverflow.com

I'd like to implement simple jpa named queries with IntelliJ IDEA using final Strings to defined parameters. But the inspector do't like it and told me 'unexpected token' to the ':' ...

4. IntelliJ IDEA (Velocity) template    forum.hibernate.org

Newbie Joined: Thu Oct 28, 2004 3:38 am Posts: 8 Hello, I don't know if anybody will find this helpfull, but I'd thought I'd post it. I've written a quick velocity template for creating a typesafed Lists wrapper in IntelliJ IDEA (it actually should work with anything that supports Velocity, but I've formatted these so the dialog looks nice in IntelliJ). ...