Interface DoubleVectorAttributeConverter<X>

Type Parameters:
X - The entity value type
All Superinterfaces:
AttributeConverter<DoubleVector, X>, DefinitionProvider, SqlColumnDefinitionProvider

@Indexed(DoubleVectorAttributeConverter.class) public interface DoubleVectorAttributeConverter<X> extends AttributeConverter<DoubleVector, X>, SqlColumnDefinitionProvider
The attribute converter is used for converting mapped entity value to the persisted value and back.
Since:
5.0.0
Author:
Nemanja Mikic