org.apache.openjpa.jdbc.kernel
Class JDBCStoreManager.SelectKey

java.lang.Object
  extended by org.apache.openjpa.jdbc.kernel.JDBCStoreManager.SelectKey
Enclosing class:
JDBCStoreManager

public static class JDBCStoreManager.SelectKey
extends Object


Field Summary
 JDBCFetchConfiguration fetch
           
 FieldMapping fm
           
 ClassMapping mapping
           
 
Constructor Summary
JDBCStoreManager.SelectKey(ClassMapping mapping, FieldMapping fm, JDBCFetchConfiguration fetch)
           
 
Method Summary
 boolean equals(JDBCFetchConfiguration fetch1, JDBCFetchConfiguration fetch2)
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapping

public ClassMapping mapping

fm

public FieldMapping fm

fetch

public JDBCFetchConfiguration fetch
Constructor Detail

JDBCStoreManager.SelectKey

public JDBCStoreManager.SelectKey(ClassMapping mapping,
                                  FieldMapping fm,
                                  JDBCFetchConfiguration fetch)
Method Detail

equals

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

equals

public boolean equals(JDBCFetchConfiguration fetch1,
                      JDBCFetchConfiguration fetch2)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.