Interface ProcedureParameterExtractionAware<T>

All Superinterfaces:
BindableType<T>, OutputableType<T>
All Known Implementing Classes:
AbstractSingleColumnStandardBasicType, AbstractStandardBasicType, BasicArrayType, BasicCollectionType, BasicTypeImpl, BottomType, ComponentType, ConvertedBasicArrayType, ConvertedBasicCollectionType, ConvertedBasicTypeImpl, CustomMutabilityConvertedBasicTypeImpl, CustomMutabilityConvertedPrimitiveBasicTypeImpl, CustomType, DiscriminatorTypeImpl, EmbeddedComponentType, ImmutableNamedBasicTypeImpl, JavaObjectType, NamedBasicTypeImpl, NullType, QueryParameterJavaObjectType, SerializableToBlobType, SerializableType, StandardBasicTypeTemplate, UserComponentType

public interface ProcedureParameterExtractionAware<T> extends OutputableType<T>
Optional Type contract for implementations that are aware of how to extract values from store procedure OUT/INOUT parameters.