public class DtoCollector extends Object
StoredProcedure.
DtoClass object is created| Constructor and Description |
|---|
DtoCollector(Set<? extends Element> elements) |
| Modifier and Type | Method and Description |
|---|---|
DtoCollector |
collect()
Collects all DTO classes and searches for all methods which are annotated with
StoredProcedure. |
List<DtoClass> |
getDtoClasses()
The DTO classes.
|
public List<DtoClass> getDtoClasses()
public DtoCollector collect() throws com.sun.codemodel.JClassAlreadyExistsException, IOException
StoredProcedure.com.sun.codemodel.JClassAlreadyExistsException - if a class is defined twiceIOException - if the generated class can't be writtenCopyright © 2015. All rights reserved.