Pattern in prefix between column and property names
Posted: Fri 03 Jun 2011 10:46
Is it possible to use a pattern toi define the prefix in the mapping between names during update process?
I hope to map column of table to property of entity like this:
Table = customer
Entity = Customer
Columns / properties mappings:
cust_id ==> Id
cust_name ==> Name
And for another table/entity:
Table = invoice
Entity = Invoice
Columns / properties mappings:
inv_id ==> Id
inv_date_send ==> DateSend
I found the options to capitalize first letter, to suppress underscore, but not to suppress the first part of the column name.
I'm using the free version for now.
Thanks
Bruno
I hope to map column of table to property of entity like this:
Table = customer
Entity = Customer
Columns / properties mappings:
cust_id ==> Id
cust_name ==> Name
And for another table/entity:
Table = invoice
Entity = Invoice
Columns / properties mappings:
inv_id ==> Id
inv_date_send ==> DateSend
I found the options to capitalize first letter, to suppress underscore, but not to suppress the first part of the column name.
I'm using the free version for now.
Thanks
Bruno