Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.10
-
None
Description
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.