Class IDGenerator.ExoLongIDMapper
java.lang.Object
org.exoplatform.services.database.table.IDGenerator.ExoLongIDMapper
- All Implemented Interfaces:
DBObjectMapper<ExoLongID>
- Enclosing class:
IDGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmapResultSet(ResultSet res, ExoLongID bean) voidmapUpdate(ExoLongID bean, PreparedStatement pstm) String[][]toParameters(ExoLongID bean)
-
Constructor Details
-
ExoLongIDMapper
public ExoLongIDMapper()
-
-
Method Details
-
toParameters
- Specified by:
toParametersin interfaceDBObjectMapper<ExoLongID>- Throws:
Exception
-
mapUpdate
- Specified by:
mapUpdatein interfaceDBObjectMapper<ExoLongID>- Throws:
Exception
-
mapResultSet
- Specified by:
mapResultSetin interfaceDBObjectMapper<ExoLongID>- Throws:
Exception
-