Class ConverterBasedCollectionConverter<T,F>

java.lang.Object
org.neo4j.ogm.typeconversion.ConverterBasedCollectionConverter<T,F>
All Implemented Interfaces:
AttributeConverter<Collection<T>,F[]>

public class ConverterBasedCollectionConverter<T,F> extends Object implements AttributeConverter<Collection<T>,F[]>
Author:
Frantisek Hartman