Class CollectionValueHandler<TElementType,TCollectionType extends Collection<TElementType>>

java.lang.Object
de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler<TCollectionType>
de.bytefish.pgbulkinsert.pgsql.handlers.CollectionValueHandler<TElementType,TCollectionType>
All Implemented Interfaces:
IValueHandler<TCollectionType>, ValueHandler

public class CollectionValueHandler<TElementType,TCollectionType extends Collection<TElementType>> extends BaseValueHandler<TCollectionType>