H
hepower
Guest
I have a legacy DB which have a table A.
In table A it has a column named version with type String.
I want to define a member String version in a Domain class.
but seems the version member in domain class could not mapped with the version column in the legacy DB.
Any one know how to make it works?
Thank you.
In table A it has a column named version with type String.
I want to define a member String version in a Domain class.
but seems the version member in domain class could not mapped with the version column in the legacy DB.
Any one know how to make it works?
Thank you.