org.apache.openjpa.jdbc.kernel
Class ConnectionInfo

java.lang.Object
  extended by org.apache.openjpa.jdbc.kernel.ConnectionInfo

public class ConnectionInfo
extends Object

Struct to hold data about the current connection state.

Author:
Abe White

Field Summary
 ClassMapping mapping
           
 Result result
           
 OpenJPAStateManager sm
           
 
Constructor Summary
ConnectionInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public Result result

sm

public OpenJPAStateManager sm

mapping

public ClassMapping mapping
Constructor Detail

ConnectionInfo

public ConnectionInfo()


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