get Inverse Attribute
fun getInverseAttribute(sourceEntityType: EntityType<*>, sourceAttribute: Attribute<*, *>, targetEntityType: EntityType<*>): Attribute<*, *>(source)
Returns the inverse attribute for a given source attribute in a target entity.
Return
The inverse Attribute in the target entity.
Parameters
source Entity Type
The EntityType of the source entity.
source Attribute
The source Attribute.
target Entity Type
The EntityType of the target entity.
Throws
if the inverse attribute cannot be found.