Add @Persist strategy for Hibernate entities
--------------------------------------------

                 Key: TAPESTRY-2246
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2246
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-hibernate
    Affects Versions: 5.0.10
            Reporter: Dan Adams
            Assignee: Dan Adams


Allow using something like

@Persist("entity")
private SomeEntity _entity;

to persist Hibernate entities using the id of the entity rather than storing 
the whole thing in the session. Came out of TAPESTRY-1318.

-- 
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