Uses of Interface
org.apache.cayenne.configuration.web.RequestHandler

Packages that use RequestHandler
org.apache.cayenne.configuration.web   
 

Uses of RequestHandler in org.apache.cayenne.configuration.web
 

Classes in org.apache.cayenne.configuration.web that implement RequestHandler
 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-2013 Apache Cayenne. All Rights Reserved.