clear

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

Clears a session instance with the type T.

Report a problem

Throws

if no session provider is registered for the type T