Interface DBObjectMapper<T extends DBObject>
- All Known Implementing Classes:
IDGenerator.ExoLongIDMapper,ReflectionMapper
public interface DBObjectMapper<T extends DBObject>
Created by The eXo Platform SAS
Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Mar 29, 2007
-
Method Summary
Modifier and TypeMethodDescriptionvoidmapResultSet(ResultSet res, T bean) voidmapUpdate(T bean, PreparedStatement statement) String[][]toParameters(T bean)