Releases: qualified-cactus/SqlObjectMapper
3.1.0
-
Added several overloaded methods for
Connection.prepareNpCall
andConnection.prepareNpStatement
to match itsConnection.prepareStatement
andConnection.prepareCall
equivalent. -
Added and
DeclaredGeneratedKeys
,NpStatement.executeUpdateWithGeneratedKeys
andNpStatement.getGeneratedKeysList
to support getting generated key(s) from insert statement. -
Added
ResultSet.toScalarList
(orResultSetParser.parseToScalarList
for java users)
to support getting a list of values from a single columns.
3.0.0
Breaking Change
Changed the signature of RsValueConverter.convert
from convert(value)
to convert(value, propertyType)
so that you can reuse a converter to convert to different types.
Additional feature
Added RsStringToEnumConverter
and ParamEnumToStringConverter
to be used with enum values.
2.0.1
Rewrote code and improved performance.
1.1.0
Added a way to specify default class mapping provider globally
1.0.0
Full release, tested and benchmarked.