Uses of Interface
org.apache.cayenne.configuration.web.RequestHandler
-
-
Uses of RequestHandler in org.apache.cayenne.configuration.web
Classes in org.apache.cayenne.configuration.web that implement RequestHandler Modifier and Type Class Description classSessionContextRequestHandlerDefault implementation of theRequestHandlerthat stores per-userObjectContextin a web session and binds it to request thread.classStatelessContextRequestHandlerStateless implementation ofRequestHandlerthat creates a newObjectContextfor each request and binds it to the request thread.
-