Uses of Class
org.datanucleus.store.rdbms.SQLController.ConnectionStatementState
Packages that use SQLController.ConnectionStatementState
Package
Description
Package providing management of the persistence to RDBMS datastores.
-
Uses of SQLController.ConnectionStatementState in org.datanucleus.store.rdbms
Fields in org.datanucleus.store.rdbms with type parameters of type SQLController.ConnectionStatementStateModifier and TypeFieldDescription(package private) Map
<org.datanucleus.store.connection.ManagedConnection, SQLController.ConnectionStatementState> SQLController.connectionStatements
Map of the ConnectionStatementState keyed by the ConnectionMethods in org.datanucleus.store.rdbms that return SQLController.ConnectionStatementStateModifier and TypeMethodDescriptionprotected SQLController.ConnectionStatementState
SQLController.getConnectionStatementState
(org.datanucleus.store.connection.ManagedConnection conn) Convenience method to get the state for this connection.Methods in org.datanucleus.store.rdbms with parameters of type SQLController.ConnectionStatementStateModifier and TypeMethodDescriptionprotected void
SQLController.setConnectionStatementState
(org.datanucleus.store.connection.ManagedConnection conn, SQLController.ConnectionStatementState state) Convenience method to set the state for this connection.