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
prop Name
The name of the property.
property Class Name
The name of property class
target Entity Name
The name of the target class.
mapping Info
The mapping information.