Interface ProcedureParameterExtractionAware<T>
- All Superinterfaces:
BindableType<T>, OutputableType<T>, Type<T>
- All Known Implementing Classes:
AbstractSingleColumnStandardBasicType, AbstractStandardBasicType, BasicArrayType, BasicCollectionType, BottomType, ComponentType, ConvertedBasicArrayType, ConvertedBasicCollectionType, CustomType, EmbeddedComponentType, JavaObjectType, NullType, QueryParameterJavaObjectType, SerializableType, StandardBasicTypeTemplate, UserComponentType
Optional
Type contract for implementations that are aware of
how to extract values from stored procedure OUT/INOUT parameters.-
Nested Class Summary
Nested classes/interfaces inherited from interface Type
Type.PersistenceType -
Method Summary
Methods inherited from interface BindableType
resolveExpressibleMethods inherited from interface OutputableType
canDoExtraction, extract, extract, getJdbcTypeMethods inherited from interface Type
getJavaType, getPersistenceType