class QuerydslPlugin extends java.lang.Object
This plugin can be used to easily create Mysema querydsl classes and attach them to the project
classpath.
The plugin registers the extension 'querydsl' so that plugin specific configuration can
be overwritten within the build sScript. Please see the readme doc on Github for details on that.
The plugin will generate an additional source directory into where the querydsl
classes will be compiled, so that they can be ignored from SCM commits. Per default, this will
be QuerydslPluginExtension.DEFAULT_QUERYDSL_SOURCES_DIR.
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
TASK_GROUP |
| Type | Name and description |
|---|---|
void |
apply(org.gradle.api.Project project) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |