Download
Logo
Overview
News
Download
Motivation
Examples
Troubleshoot
Removing the code but not the query:

removal menu
Added more auto completion functionality, it is worth updating!

preview auto complete
Play or download
New support for JPA 2.2 getResultStream() code generation
See anqu's JPA 2.2 support in combination with the auto completion:

preview auto complete
Play or download
Fixed help page in Eclipse
@NamedQuery and @NamedNativeQuery are repeatable annotations in JPA 2.2.
Switch to repeatable annotation style by activating JPA 2.2 in the preferences.
jpaversion
Note that if there already is a wrapper annotation, it will be used anyway.
Fresh installation from update site URL did not work (for unknown reason).
However updates and installations from the Marketplace worked.
Redeployment solved the problem...
anqu-method.de and anqu.de are now hosted on faster hardware.
Hope it is worth it...
There's an article about anqu in the Java aktuell magazine 3/2017
Use Eclipse auto completion to
add a @NamedQuery annotation,
get suggestions for query names,
derive statements, and generate methods.
Watch the new video for a demo
Now support for @NamedNativeQuery:
Code generation auto-detects the type of query.
Simply use the same old menu points.
(only annotation creation makes an exception)
New query annotation now appears in a new line
New English article about anqu in the JAX Magazine
Remember 'Named Queries Strike Back - Director's Cut'
at JUG Frankfurt on 31st of August 2016 at 6:30pm
Added support for Apache DeltaSpike Data
New feature: Remove query and corresponding code automatically
First tutorial videos online
Read this English article on anqu at JAXenter.com
Read this German article on anqu at JAXenter.de
See anqu method in 'Named Queries Strike Back - Director's Cut'
at JUG Frankfurt on 31st of August 2016 at 6:30pm
Create Mock Utility classes for simplified EntityManager mocking in tests,
activate automatical Mock Utility generation in the preferences!
Version 1.4 available with statement generation from query names!
Slides of the JavaLand talk now online, click here!


top