Class PersistedEntity
-
- org.apache.tapestry5.hibernate.web.internal.PersistedEntity
-
- All Implemented Interfaces:
,
SessionRestorable
@ImmutableSessionPersistedObject public class PersistedEntity extends implements SessionRestorable
Encapsulates a Hibernate entity name with an entity id.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description restoreWithSession(org.hibernate.Session session)
toString()
-
-
-
Method Detail
-
restoreWithSession
public restoreWithSession(org.hibernate.Session session)
- Specified by:
restoreWithSession
in interfaceSessionRestorable
-
toString
public toString()
- Overrides:
in class
-
-