|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior<T>
net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior<T>
net.sqlind.SQLQueryMapper.GenericQueryHandler.SingleBeanListWiringBehavior<T>
public class SQLQueryMapper.GenericQueryHandler.SingleBeanListWiringBehavior<T>
Generic query result bean list wiring implementation. Bean list size will match the number of records retrieved by query.
| Field Summary |
|---|
| Fields inherited from class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior |
|---|
list |
| Fields inherited from class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior |
|---|
clazz, objBean, rs |
| Constructor Summary | |
|---|---|
SQLQueryMapper.GenericQueryHandler.SingleBeanListWiringBehavior(java.lang.Class<T> clazz,
java.util.List<T> list)
|
|
| Method Summary | |
|---|---|
void |
doForEachRecord(T bean)
Call for each records |
void |
doForEachRupture(T bean)
Call each time first level field values have changed |
| Methods inherited from class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior |
|---|
doForEachSubRupture |
| Methods inherited from class net.sqlind.SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior |
|---|
fetch, getNewBean |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLQueryMapper.GenericQueryHandler.SingleBeanListWiringBehavior(java.lang.Class<T> clazz,
java.util.List<T> list)
throws SQLQueryMapper.SQLMapperException
SQLQueryMapper.SQLMapperException| Method Detail |
|---|
public void doForEachRupture(T bean)
SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior
doForEachRupture in class SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior<T>bean - the first level objectpublic void doForEachRecord(T bean)
SQLQueryMapper.GenericQueryHandler.BeanWiringBehavior
doForEachRecord in class SQLQueryMapper.GenericQueryHandler.BeanListWiringBehavior<T>bean - the first level object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||