org.agileclick.genorm
Interface ORMPlugin
- All Superinterfaces:
- GenPlugin
- All Known Implementing Classes:
- WebFieldSetterPlugin
public interface ORMPlugin
- extends GenPlugin
|
Method Summary |
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)
|
| Methods inherited from interface org.agileclick.genorm.GenPlugin |
init |
getImplements
java.util.Set<java.lang.String> getImplements(java.util.Map<java.lang.String,java.lang.Object> attributes)
getBody
java.lang.String getBody(java.util.Map<java.lang.String,java.lang.Object> attributes)
throws java.io.IOException
- Returns code that is added to the body of the generated ORM base class
- Throws:
java.io.IOException