org.openejb.core.entity
Class EntityInstanceManager.Key

java.lang.Object
  extended byorg.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()

equals

public boolean equals(Object other)


Copyright © 1999-2007 OpenEJB. All Rights Reserved.