Class ReflectionMapper<T extends DBObject>
java.lang.Object
org.exoplatform.services.database.ReflectionMapper<T>
- All Implemented Interfaces:
DBObjectMapper<T>
Created by The eXo Platform SAS
Author: Nhu Dinh Thuan nhudinhthuan@exoplatform.com Apr 2, 2007
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmapResultSet(ResultSet resultSet, T bean) voidmapUpdate(T bean, PreparedStatement statement) String[][]toParameters(T bean)
-
Constructor Details
-
ReflectionMapper
public ReflectionMapper()
-
-
Method Details
-
toParameters
- Specified by:
toParametersin interfaceDBObjectMapper<T extends DBObject>- Throws:
Exception
-
mapResultSet
- Specified by:
mapResultSetin interfaceDBObjectMapper<T extends DBObject>- Throws:
Exception
-
mapUpdate
- Specified by:
mapUpdatein interfaceDBObjectMapper<T extends DBObject>- Throws:
Exception
-