Interface SparseByteVectorAttributeConverter<X>
- Type Parameters:
X- persisted database/driver type
- All Superinterfaces:
AttributeConverter<SparseByteVector, X>, DefinitionProvider, SqlColumnDefinitionProvider
@Indexed(SparseByteVectorAttributeConverter.class)
public interface SparseByteVectorAttributeConverter<X>
extends AttributeConverter<SparseByteVector, X>, SqlColumnDefinitionProvider
Converter contract for mapping
SparseByteVector attributes to vendor-specific persisted values.- Since:
- 5.0.0
-
Method Summary
Methods inherited from interface AttributeConverter
convertToEntityValue, convertToPersistedValueMethods inherited from interface SqlColumnDefinitionProvider
getColumnDefinition, supports