Module org.simpleflatmapper.jdbc
Package org.simpleflatmapper.jdbc
Interface MultiIndexFieldMapper<T>
- All Known Implementing Classes:
CollectionIndexFieldMapper,SingleIndexFieldMapper
public interface MultiIndexFieldMapper<T>
-
Method Summary
Modifier and TypeMethodDescriptionintintmap(PreparedStatement ps, T value, int columnIndex, org.simpleflatmapper.converter.Context context)
-
Method Details
-
map
int map(PreparedStatement ps, T value, int columnIndex, org.simpleflatmapper.converter.Context context) throws Exception - Throws:
Exception
-
getSize
-