java - Get annotation parameter with IntelliJ IDEA structural search -


i'm trying generate named queries jpa entities using table name specified in @table annotation structural search , replace.

so start i'm trying following template:

@table($param$ = $value$) public class $clazz$ 

i have many classes like:

@table(name = "some table") public class someclass 

and if replace same template, correctly grabs $param$ name, $clazz$ correct class name, $value$ empty.

i'm using idea 12 build 128.101

what doing wrong? thank you.

i think issue already reported long time ago, no 1 seems care it. try voting ticket in youtrack.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -