Uses of Class
com.avoka.core.cayenne.ExecutionContext
-
Packages that use ExecutionContext Package Description com.avoka.core.cayenne Provides Database Monitor and Other Cayenne utility classes for the application. -
-
Uses of ExecutionContext in com.avoka.core.cayenne
Methods in com.avoka.core.cayenne that return ExecutionContext Modifier and Type Method Description static ExecutionContext
ExecutionContext. getThreadExecutionContext()
Returns the thread execution context.Methods in com.avoka.core.cayenne with parameters of type ExecutionContext Modifier and Type Method Description static void
ExecutionContext. setThreadExecutionContext(ExecutionContext executionContext)
Sets the thread execution context.
-