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