Package | Description |
---|---|
org.springframework.orm.hibernate3.support |
Classes supporting the
org.springframework.orm.hibernate3 package. |
org.springframework.orm.jdo.support |
Classes supporting the
org.springframework.orm.jdo package. |
org.springframework.orm.jpa.support |
Classes supporting the
org.springframework.orm.jpa package. |
org.springframework.web.context.request |
Support for generic request context holding, in particular for
scoping of application objects per HTTP request or HTTP session.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenSessionInViewInterceptor
Spring web request interceptor that binds a Hibernate
Session to the
thread for the entire processing of the request. |
Modifier and Type | Class and Description |
---|---|
class |
OpenPersistenceManagerInViewInterceptor
Spring web request interceptor that binds a JDO PersistenceManager to the
thread for the entire processing of the request.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenEntityManagerInViewInterceptor
Spring web request interceptor that binds a JPA EntityManager to the
thread for the entire processing of the request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncWebRequestInterceptor
Extends
WebRequestInterceptor with a callback method invoked during
asynchronous request handling. |
Modifier and Type | Class and Description |
---|---|
class |
Log4jNestedDiagnosticContextInterceptor
Request logging interceptor that adds a request context message to the
Log4J nested diagnostic context (NDC) before the request is processed,
removing it again after the request is processed.
|
Copyright © 2024. All rights reserved.