Class PersistedTransientEntity
- java.lang.Object
-
- org.apache.tapestry5.hibernate.web.internal.PersistedTransientEntity
-
- All Implemented Interfaces:
Serializable
,SessionRestorable
public class PersistedTransientEntity extends Object implements SessionRestorable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistedTransientEntity(Object transientEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
restoreWithSession(org.hibernate.Session session)
String
toString()
-
-
-
Constructor Detail
-
PersistedTransientEntity
public PersistedTransientEntity(Object transientEntity)
-
-
Method Detail
-
restoreWithSession
public Object restoreWithSession(org.hibernate.Session session)
- Specified by:
restoreWithSession
in interfaceSessionRestorable
-
-