org.tynamo.jpa.internal
Class PersistedEntity

java.lang.Object
  extended by org.tynamo.jpa.internal.PersistedEntity
All Implemented Interfaces:
Serializable

@ImmutableSessionPersistedObject
public class PersistedEntity
extends Object
implements Serializable

Encapsulates a JPA entity class with an entity id.

See Also:
Serialized Form

Constructor Summary
PersistedEntity(Class entityName, Serializable id)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistedEntity

public PersistedEntity(Class entityName,
                       Serializable id)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2010. All Rights Reserved.