Package org.kawanfw.sql.api.server.connectionstore
Provides classes to manage the JDBC Connections stored in memory on server side.
-
Class Summary Class Description ConnectionKey Defines a key for the Connection Store that keeps connections in memory.ConnectionStoreManager Class that allows to manage the server Connection Store that stores in memory the JDBC Connections of the client users during their session.