generate

fun generate(propName: String, propertyClassName: String, targetEntityName: String?, mappingInfo: MappingInfo?): String

Generate expression based on the property name, property type, target entity name, and mapping information.

Return

The code expression for the function.

Parameters

propName

The name of the property.

propertyClassName

The name of property class

targetEntityName

The name of the target class.

mappingInfo

The mapping information.