接口 TypeDiscriminatorMetadata
-
public interface TypeDiscriminatorMetadataEssentially a wrapper around aDiscriminatorMetadataand the proper sql alias to use.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 TypegetResolutionType()Get the type used to resolve the actual discriminator value resulting fromgetSqlFragment()back into aClassreference.StringgetSqlFragment()Get the sql fragment that is used to determine the actual discriminator value for a row.
-
-
-
方法详细资料
-
getSqlFragment
String getSqlFragment()
Get the sql fragment that is used to determine the actual discriminator value for a row.- 返回:
- The fragment
-
getResolutionType
Type getResolutionType()
Get the type used to resolve the actual discriminator value resulting fromgetSqlFragment()back into aClassreference.- 返回:
- The resolution type.
-
-