|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.jdo.JDOConnectionImpl
public final class JDOConnectionImpl
Implementation of a generic JDO connection for non-RDBMS datastores. Takes the NucleusConnection as input, providing all behaviour and closure of underlying connections.
| Constructor Summary | |
|---|---|
JDOConnectionImpl(NucleusConnection nconn)
Constructor taking the underlying NucleusConnection that provides the datastore access. |
|
| Method Summary | |
|---|---|
void |
close()
Method to close the connection. |
java.lang.Object |
getNativeConnection()
Accessor for the native connection for this datastore. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDOConnectionImpl(NucleusConnection nconn)
nconn - Underlying connection| Method Detail |
|---|
public void close()
close in interface javax.jdo.datastore.JDOConnectionclose in interface NucleusConnectionpublic java.lang.Object getNativeConnection()
getNativeConnection in interface javax.jdo.datastore.JDOConnectiongetNativeConnection in interface NucleusConnection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||