Class PersistedEntity
- java.lang.Object
-
- org.apache.tapestry5.internal.jpa.PersistedEntity
-
- All Implemented Interfaces:
Serializable
@ImmutableSessionPersistedObject public class PersistedEntity extends Object implements Serializable
Encapsulates a JPA entity name with an entity id.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistedEntity(Class entityClass, Object id, String persistenceUnitName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
restore(EntityManagerManager entityManagerManager)
String
toString()
-