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 ObjectrestoreWithSession(org.hibernate.Session session)StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
PersistedEntity
public PersistedEntity(String entityName, Serializable id)
 
 - 
 
- 
Method Detail
- 
restoreWithSession
public Object restoreWithSession(org.hibernate.Session session)
- Specified by:
 restoreWithSessionin interfaceSessionRestorable
 
 - 
 
 -