Package org.hibernate.type.descriptor
Interface WrapperOptionsContext
-
- All Superinterfaces:
WrapperOptions
@Deprecated public interface WrapperOptionsContext extends WrapperOptions
Deprecated.(since 5.2) Just directly implement WrapperOptionsDefines the context forWrapperOptions
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default WrapperOptions
getWrapperOptions()
Deprecated.(since 5.2) Just directly implement WrapperOptions-
Methods inherited from interface org.hibernate.type.descriptor.WrapperOptions
getJdbcTimeZone, getLobCreator, remapSqlTypeDescriptor, useStreamForLobBinding
-
-
-
-
Method Detail
-
getWrapperOptions
@Deprecated default WrapperOptions getWrapperOptions()
Deprecated.(since 5.2) Just directly implement WrapperOptionsObtain the WrapperOptions for this context.- Returns:
- The WrapperOptions
-
-