OctaviusSessionKey

internal data class OctaviusSessionKey(val dataSource: DataSource)

What an OctaviusSession is bound to the current transaction under.

A data class so that two OctaviusTemplate instances over the same DataSource look up the same session rather than opening one each over the connection they share.

Constructors

Link copied to clipboard
constructor(dataSource: DataSource)

Properties

Link copied to clipboard