- Type Parameters:
T - the class of the entity attributeF - the class of the associated graph property
- All Known Implementing Classes:
- ByteArrayBase64Converter, ByteArrayWrapperBase64Converter, Convert.Unset, DateArrayStringConverter, DateCollectionStringConverter, DateLongConverter, DateStringConverter, EnumArrayStringConverter, EnumCollectionStringConverter, EnumStringConverter, NumberArrayStringConverter, NumberCollectionStringConverter, NumberStringConverter, ProxyAttributeConverter
public interface AttributeConverter<T,F>
based on JPA AttributeConverter, but with methods
appropriate for property graphs, rather than
column stores/RDBMS.
- Author:
- Vince Bickers