All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ebuddy.cassandra.dao.mapper.ColumnMapperWithTimestamps Maven / Gradle / Ivy

There is a newer version: 2.4.2
Show newest version
package com.ebuddy.cassandra.dao.mapper;

/**
 * Maps columns into a parameterized type.
 *
 * @param  The result type.
 * @param  The type of a column name.
 * @param  The type of a column value.
 * @author Eric Zoerner [email protected]
 */
public interface ColumnMapperWithTimestamps {

    T mapColumn(N columnName, V columnValue, long timestamp);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy