|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiz.hammurapi.sql.BaseReflectionProjector
biz.hammurapi.sql.InterfaceProjector
public class InterfaceProjector
| Constructor Summary | |
|---|---|
InterfaceProjector(java.lang.Class theInterface,
java.util.Map typeMap)
|
|
InterfaceProjector(java.lang.Class theInterface,
java.lang.Object delegate,
java.util.Map typeMap)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
project(java.sql.ResultSet rs)
Creates object from ResultSet data |
| Methods inherited from class biz.hammurapi.sql.BaseReflectionProjector |
|---|
accessorName, getColumn, getColumn, mutatorName, propertyName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterfaceProjector(java.lang.Class theInterface,
java.util.Map typeMap)
typeMap - theInterface - Iterface projected object should implement.
public InterfaceProjector(java.lang.Class theInterface,
java.lang.Object delegate,
java.util.Map typeMap)
typeMap - delegate - Object to delegate unmatched calls to.theInterface - Iterface projected object should implement.| Method Detail |
|---|
public java.lang.Object project(java.sql.ResultSet rs)
throws java.sql.SQLException
Projector
project in interface Projectorrs - ResultSet
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||