| Constructor and Description |
|---|
WebFieldSetterPlugin() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody(java.util.Map<java.lang.String,java.lang.Object> attributes)
Returns code that is added to the body of the generated ORM base class
|
java.util.Set<java.lang.String> |
getImplements(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
init(org.dom4j.Element pluginElement,
java.util.Properties config)
Called to initialize the plugin
|
public void init(org.dom4j.Element pluginElement,
java.util.Properties config)
GenPluginpublic java.util.Set<java.lang.String> getImplements(java.util.Map<java.lang.String,java.lang.Object> attributes)
getImplements in interface ORMPluginpublic java.lang.String getBody(java.util.Map<java.lang.String,java.lang.Object> attributes)
throws java.io.IOException
ORMPlugin