public class EntityHistoryModelDaoMapperFactory
extends java.lang.Object
implements org.skife.jdbi.v2.ResultSetMapperFactory
| Constructor and Description |
|---|
EntityHistoryModelDaoMapperFactory(java.lang.Class modelClazz,
java.lang.Class<?> sqlObjectType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(java.lang.Class type,
org.skife.jdbi.v2.StatementContext ctx) |
org.skife.jdbi.v2.tweak.ResultSetMapper |
mapperFor(java.lang.Class type,
org.skife.jdbi.v2.StatementContext ctx) |
public EntityHistoryModelDaoMapperFactory(java.lang.Class modelClazz,
java.lang.Class<?> sqlObjectType)
public boolean accepts(java.lang.Class type,
org.skife.jdbi.v2.StatementContext ctx)
accepts in interface org.skife.jdbi.v2.ResultSetMapperFactorypublic org.skife.jdbi.v2.tweak.ResultSetMapper mapperFor(java.lang.Class type,
org.skife.jdbi.v2.StatementContext ctx)
mapperFor in interface org.skife.jdbi.v2.ResultSetMapperFactoryCopyright © 2010-2020. All Rights Reserved.