|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectme.shakiba.jdbi.annotation.AnnoMapper<C>
public class AnnoMapper<C>
| Constructor Summary | |
|---|---|
AnnoMapper(java.lang.Class<C> clazz)
|
|
| Method Summary | ||
|---|---|---|
static boolean |
accept(java.lang.Class<?> clazz)
|
|
static
|
get(java.lang.Class<C> clazz)
|
|
boolean |
isEmpty()
|
|
C |
map(int i,
java.sql.ResultSet rs,
org.skife.jdbi.v2.StatementContext ctx)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnoMapper(java.lang.Class<C> clazz)
| Method Detail |
|---|
public static boolean accept(java.lang.Class<?> clazz)
public static <C> AnnoMapper<C> get(java.lang.Class<C> clazz)
public boolean isEmpty()
public C map(int i,
java.sql.ResultSet rs,
org.skife.jdbi.v2.StatementContext ctx)
throws java.sql.SQLException
map in interface org.skife.jdbi.v2.tweak.ResultSetMapper<C>java.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||