Interface SqlMapSession

All Superinterfaces:
SqlMapExecutor, SqlMapTransactionManager
All Known Implementing Classes:
SqlMapSessionImpl

public interface SqlMapSession extends SqlMapExecutor, SqlMapTransactionManager
A single threaded session for working with your SQL Maps. This interface inherits transaction control and execution methods from the SqlMapTransactionManager and SqlMapExecutor interfaces.
See Also:
  • Method Details

    • close

      void close()
      Closes the session.