Class ArrayConverter<T,S,E,F>

java.lang.Object
org.hibernate.type.descriptor.converter.internal.ArrayConverter<T,S,E,F>
Type Parameters:
T - the unconverted array type
S - the converted array type
E - the unconverted element type
F - the converted element type
All Implemented Interfaces:
BasicValueConverter<T,S>

public class ArrayConverter<T,S,E,F> extends Object implements BasicValueConverter<T,S>
Given a BasicValueConverter for array elements, handles conversion to and from an array of the converted element type.