public interface Mapper
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(String tableName,
String columnName,
Class<?> objClass) |
Set<String> |
getProperties(String tableName) |
Object |
retrieve(Class<?> cls,
String tableName,
Map<String,Object> properties,
Map<String,Class<?>> types) |
boolean |
store(String tableName,
Map<String,Object> properties) |
Copyright © 2016. All rights reserved.