clear

inline fun <T : Any> CurrentSession.clear()
fun <T : Any> CurrentSession.clear(klass: KClass<T>)

Clears a session instance with the type T.

Report a problem

Throws

if no session provider is registered for the type T