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 MorphiaSessionDatastore. startSession()Starts a new session on the server.MorphiaSessionDatastore. 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 TMorphiaTransaction. execute(MorphiaSession session)Executes the transaction body
-