public class SingleUseEntityMapper extends Object
| Constructor and Description |
|---|
SingleUseEntityMapper(MetaData mappingMetaData,
EntityFactory entityFactory)
Constructs a new
SingleUseEntityMapper based on the given mapping MetaData. |
public SingleUseEntityMapper(MetaData mappingMetaData, EntityFactory entityFactory)
SingleUseEntityMapper based on the given mapping MetaData.mappingMetaData - The MetaData to use for performing mappingspublic <T> T map(Class<T> type, String[] columnNames, RowModel rowModel)
T - The class of object to returntype - The Class denoting the type of object to createcolumnNames - The names of the columns in each row of the resultrowModel - The RowModel containing the data to mapCopyright © 2016 Neo Technology, Inc.. All rights reserved.