接口 UnsupportedLogger
-
@MessageLogger(projectCode="HHH") @ValidIdRange(min=90002001, max=90003000) public interface UnsupportedLoggerClass to consolidate logging about usage of features which should never be used. Such features might have been introduced for practical reasons so that people who really know what they want can use them, with the understanding that they should find a better alternative.- 作者:
- Sanne Grinovero
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidusingLegacyClassnamesForProxies()
-
-
-
方法详细资料
-
usingLegacyClassnamesForProxies
@LogMessage(level=WARN) @Message(value="Global configuration option \'hibernate.bytecode.enforce_legacy_proxy_classnames\' was enabled. Generated proxies will use backwards compatible classnames. This option is unsupported and will be removed.", id=90002001) void usingLegacyClassnamesForProxies()
-
-