Class ConvertedBasicArrayType<T,S,E>

Type Parameters:
E - the unconverted element type
T - the unconverted array type
S - the converted array type
All Implemented Interfaces:
BasicType<T>, Type<T>, Serializable, BasicValuedMapping, Bindable, JdbcMapping, JdbcMappingContainer, MappingModelExpressible, MappingType, SqlExpressible, ValueMapping, BasicDomainType<T>, DomainType<T>, SimpleDomainType<T>, BindableType<T>, OutputableType<T>, ReturnableType<T>, SqmExpressible<T>, AdjustableBasicType<T>, BasicPluralType<T,E>, BasicType<T>, JavaTypedExpressible, ProcedureParameterExtractionAware<T>, ProcedureParameterNamedBinder<T>, Type

public class ConvertedBasicArrayType<T,S,E> extends AbstractSingleColumnStandardBasicType<T> implements AdjustableBasicType<T>, BasicPluralType<T,E>
Given a BasicValueConverter for an array type,
See Also: