Uses of Interface
dev.morphia.transactions.MorphiaSession
-
Packages that use MorphiaSession Package Description dev.morphia dev.morphia.transactions -
-
Uses of MorphiaSession in dev.morphia
Methods in dev.morphia that return MorphiaSession Modifier and Type Method Description MorphiaSession
Datastore. startSession()
Starts a new session on the server.MorphiaSession
Datastore. startSession(ClientSessionOptions options)
Starts a new session on the server. -
Uses of MorphiaSession in dev.morphia.transactions
Methods in dev.morphia.transactions with parameters of type MorphiaSession Modifier and Type Method Description T
MorphiaTransaction. execute(MorphiaSession session)
Executes the transaction body
-