This is cool! I have a question, is this can be used with JPA or other ORM framework?
Thanks Yunhua On Sat, Mar 8, 2008 at 8:29 PM, Dan Adams (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/TAPESTRY-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Dan Adams closed TAPESTRY-2246. > ------------------------------- > > Resolution: Fixed > Fix Version/s: 5.0.11 > > > 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 > > Fix For: 5.0.11 > > > > > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
