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 java.lang.Object


Constructor Summary
EntityInstanceManager.Key(javax.transaction.Transaction tx, java.lang.Object depID, java.lang.Object prKey)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.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(javax.transaction.Transaction tx,
                                 java.lang.Object depID,
                                 java.lang.Object prKey)
Method Detail

getPK

public java.lang.Object getPK()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object


Copyright © 1999-2011 OpenEJB. All Rights Reserved.