Projects tagged ‘annotation’, ‘generation’, and ‘java’


Jump to tag:

Projects tagged ‘annotation’, ‘generation’, and ‘java’

Filtered by Project Tags annotation generation java

Refine results Project Tags orm (1) dao (1) intellij (1) plugin (1) idea (1) daogeneration (1) declarativedao (1) aop (1) database (1) persistence (1)

[2 total ]

0 Users

Configure template to generate code depending on annotation and type of parameter. ExampleTake the following code: Just use the generate, and you'll see the check-my-vars action: the plugin ... [More] will generate code like this (configurable in plugin options): Now if you change the value of "min" or "max", you just have to generate once more, and Check my vars will update your code: [Less]
Created about 1 year ago.

0 Users

This framework generates high-performance DAO implementation based on annotated interfaces. Update: Now framework is available as maven 2 artifact: add to POM.XML ... [More] dyndao http://dyndao.googlecode.com/svn/trunk/repo/ and ru.maxmatveev dyndao 0.35 With it you can use declarative DAO classes. For example you can define some entity: public class Entity { private long id; private String name; private Object property1; //.... //getters and setters }then you can define DAO interface declaring method(s) you want to have including DynDao annotations: public interface EntityDao extends DynamicDao { List getPaginatedFilter [Less]
Created about 1 year ago.