|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.midao.jdbc.core.handlers.output.AbstractOutputHandler<T>
org.midao.jdbc.core.handlers.output.BeanOutputHandler<T>
public class BeanOutputHandler<T>
Converts first row of query output into Bean
Field Summary |
---|
Fields inherited from class org.midao.jdbc.core.handlers.output.AbstractOutputHandler |
---|
outputProcessor |
Constructor Summary | |
---|---|
BeanOutputHandler(java.lang.Class<T> type)
Creates new BeanOutputHandler instance. |
|
BeanOutputHandler(java.lang.Class<T> type,
QueryOutputProcessor outputProcessor)
Creates new BeanOutputHandler instance. |
Method Summary | |
---|---|
T |
handle(java.util.List<QueryParameters> outputList)
Converts first row of query output into Bean |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanOutputHandler(java.lang.Class<T> type)
type
- Bean Class descriptionpublic BeanOutputHandler(java.lang.Class<T> type, QueryOutputProcessor outputProcessor)
type
- Bean Class descriptionoutputProcessor
- Query output processorMethod Detail |
---|
public T handle(java.util.List<QueryParameters> outputList) throws MidaoException
outputList
- Query output
MidaoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |