Uses of Class
org.springframework.data.cassandra.core.cql.SingleColumnRowMapper
Packages that use SingleColumnRowMapper
-
Uses of SingleColumnRowMapper in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql that return SingleColumnRowMapperModifier and TypeMethodDescriptionstatic <T> SingleColumnRowMapper<T>
SingleColumnRowMapper.newInstance
(Class<T> requiredType) Static factory method to create a newSingleColumnRowMapper
(with the required type specified only once).