Package | Description |
---|---|
org.apache.cayenne.configuration.web |
Modifier and Type | Class and Description |
---|---|
class |
SessionContextRequestHandler
Default implementation of the
RequestHandler that stores per-user
ObjectContext in a web session and binds it to request thread. |
class |
StatelessContextRequestHandler
Stateless implementation of
RequestHandler that creates a new
ObjectContext for each request and binds it to the request thread. |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.