public abstract class AbstractCustomSqlExecution<Mapper,ResultType> extends Object implements CustomSqlExecution<Mapper,ResultType>
Modifier and Type | Field and Description |
---|---|
protected Class<Mapper> |
mapperClass |
Constructor and Description |
---|
AbstractCustomSqlExecution(Class<Mapper> mapperClass) |
Modifier and Type | Method and Description |
---|---|
Class<Mapper> |
getMapperClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public Class<Mapper> getMapperClass()
getMapperClass
in interface CustomSqlExecution<Mapper,ResultType>
Copyright © 2016 Alfresco. All rights reserved.