Class LongMapper
- java.lang.Object
-
- io.apicurio.registry.storage.impl.sql.mappers.LongMapper
-
-
Field Summary
Fields Modifier and Type Field Description static LongMapperinstance
-
-
-
Field Detail
-
instance
public static final LongMapper instance
-
-
Method Detail
-
map
public Long map(ResultSet rs) throws SQLException
- Specified by:
mapin interfaceRowMapper<Long>- Throws:
SQLException- See Also:
RowMapper.map(java.sql.ResultSet)
-
-