Class CollectionConverter<X extends Collection<Object>,Y>

java.lang.Object
org.hibernate.type.descriptor.converter.internal.CollectionConverter<X,Y>
All Implemented Interfaces:
BasicValueConverter<X,Y>

public class CollectionConverter<X extends Collection<Object>,Y> extends Object implements BasicValueConverter<X,Y>
Handles conversion to/from a collection of a converted element type.