クラス ResultSetToByteBufferConverter

java.lang.ObjectSE
org.springframework.data.cassandra.core.cql.converter.AbstractResultSetConverter<ByteBufferSE>
org.springframework.data.cassandra.core.cql.converter.ResultSetToByteBufferConverter
実装されたすべてのインターフェース:
Converter<com.datastax.oss.driver.api.core.cql.ResultSet,ByteBufferSE>

public class ResultSetToByteBufferConverter extends AbstractResultSetConverter<ByteBufferSE>
Converter を ResultSet から単一の ByteBufferSE 値に変換します。
作成者:
Mark Paluch