org.openejb.core.entity
Class EntityInstanceManager.Key

java.lang.Object
  extended by org.openejb.core.entity.EntityInstanceManager.Key
Enclosing class:
EntityInstanceManager

public static class EntityInstanceManager.Key
extends Object


Constructor Summary
EntityInstanceManager.Key(Transaction tx, Object depID, Object prKey)
           
 
Method Summary
 boolean equals(Object other)
           
 Object getPK()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityInstanceManager.Key

public EntityInstanceManager.Key(Transaction tx,
                                 Object depID,
                                 Object prKey)
Method Detail

getPK

public Object getPK()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object


Copyright © 1999-2010 OpenEJB. All Rights Reserved.