EntityPersistentFieldStrategy converts entity PKs to strings and back 
unnecessarily
-----------------------------------------------------------------------------------

                 Key: TAPESTRY-2630
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2630
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-hibernate
    Affects Versions: 5.0.14
            Reporter: Howard M. Lewis Ship
            Priority: Minor


Rather than convert the entity name, primary key, etc. to a string, create an 
immutable & serializable data object that is structured to store the entity 
name and PK (as Serializable). This would also eliminate the need to store the 
class of the PK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to