接口 WrapperOptionsContext
-
- 所有超级接口:
WrapperOptions
@Deprecated public interface WrapperOptionsContext extends WrapperOptions
已过时。(since 5.2) Just directly implement WrapperOptionsDefines the context forWrapperOptions- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 默认方法 已过时的方法 修饰符和类型 方法 说明 default WrapperOptionsgetWrapperOptions()已过时。(since 5.2) Just directly implement WrapperOptions-
从接口继承的方法 org.hibernate.type.descriptor.WrapperOptions
getJdbcTimeZone, getLobCreator, remapSqlTypeDescriptor, useStreamForLobBinding
-
-
-
-
方法详细资料
-
getWrapperOptions
@Deprecated default WrapperOptions getWrapperOptions()
已过时。(since 5.2) Just directly implement WrapperOptionsObtain the WrapperOptions for this context.- 返回:
- The WrapperOptions
-
-