osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

DataMapper - it shall copy reference for transient fields #211

Closed greenlaw110 closed 5 years ago

greenlaw110 commented 5 years ago

for fields marked as transient, it shall be assigned to target object direct by reference, instead of copy the internal structure, otherwise it will make copy actframework Model class fail