-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.10
-
Fix Version/s: 5.0.11
-
Component/s: tapestry-hibernate
-
Labels:None
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.