接口 JoinDefinedByMetadata
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetJoinedPropertyName()Obtain the name of the property that defines the join, relative to the PropertyMapping (QuerySpace.toAliasedColumns(String, String)) of the left-hand-side (Join.getLeftHandSide()) of the joinTypegetJoinedPropertyType()Get the property type of the joined property.-
从接口继承的方法 org.hibernate.loader.plan.spi.Join
getAnyAdditionalJoinConditions, getLeftHandSide, getRightHandSide, isRightHandSideRequired, resolveAliasedLeftHandSideJoinConditionColumns, resolveNonAliasedRightHandSideJoinConditionColumns
-
-
-
-
方法详细资料
-
getJoinedPropertyName
String getJoinedPropertyName()
Obtain the name of the property that defines the join, relative to the PropertyMapping (QuerySpace.toAliasedColumns(String, String)) of the left-hand-side (Join.getLeftHandSide()) of the join- 返回:
- The property name
-
getJoinedPropertyType
Type getJoinedPropertyType()
Get the property type of the joined property.- 返回:
- The property type.
-
-