A B C D E F G H I J K L M N O P Q R S T U V W X

U

UiApplicationContextUtils - Class in org.springframework.ui.context.support
Utility class for UI application context implementations.
UiApplicationContextUtils() - Constructor for class org.springframework.ui.context.support.UiApplicationContextUtils
 
UnableToRegisterMBeanException - Exception in org.springframework.jmx.export
Exception thrown when we are unable to register an MBean, for example because of a naming conflict.
UnableToRegisterMBeanException(String) - Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
Create a new UnableToRegisterMBeanException with the specified error message.
UnableToRegisterMBeanException(String, Throwable) - Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
Create a new UnableToRegisterMBeanException with the specified error message and root cause.
UnableToSendNotificationException - Exception in org.springframework.jmx.export.notification
Thrown when a JMX Notification is unable to be sent.
UnableToSendNotificationException(String) - Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
Create a new instance of the UnableToSendNotificationException class with the specified error message.
UnableToSendNotificationException(String, Throwable) - Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
Create a new instance of the UnableToSendNotificationException with the specified error message and root cause.
unbind(String) - Method in class org.springframework.jndi.JndiTemplate
Remove the binding for the given name from the current JNDI context.
unbind(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
unbind(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
 
unbindResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Unbind a resource for the given key from the current thread.
unbindResourceIfPossible(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
Unbind a resource for the given key from the current thread.
unbound() - Method in interface org.springframework.transaction.support.ResourceHolder
Notify this holder that it has been unbound from transaction synchronization.
unbound() - Method in class org.springframework.transaction.support.ResourceHolderSupport
 
UNBOUNDED_CONCURRENCY - Static variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
Permit any number of concurrent invocations: that is, don't throttle concurrency.
UNBOUNDED_CONCURRENCY - Static variable in class org.springframework.util.ConcurrencyThrottleSupport
Permit any number of concurrent invocations: that is, don't throttle concurrency.
uncapitalize(String) - Static method in class org.springframework.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
UncategorizedDataAccessException - Exception in org.springframework.dao
Normal superclass when we can't distinguish anything more specific than "something went wrong with the underlying resource": for example, a SQLException from JDBC we can't pinpoint more precisely.
UncategorizedDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.UncategorizedDataAccessException
Constructor for UncategorizedDataAccessException.
UncategorizedJmsException - Exception in org.springframework.jms
JmsException to be thrown when no other matching subclass found.
UncategorizedJmsException(String) - Constructor for exception org.springframework.jms.UncategorizedJmsException
Constructor that takes a message.
UncategorizedJmsException(String, Throwable) - Constructor for exception org.springframework.jms.UncategorizedJmsException
Constructor that takes a message and a root cause.
UncategorizedJmsException(Throwable) - Constructor for exception org.springframework.jms.UncategorizedJmsException
Constructor that takes a root cause only.
UncategorizedSQLException - Exception in org.springframework.jdbc
Exception thrown when we can't classify a SQLException into one of our generic data access exceptions.
UncategorizedSQLException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.UncategorizedSQLException
Constructor for UncategorizedSQLException.
under(Class) - Method in interface org.springframework.core.ControlFlow
Detect whether we're under the given class, according to the current stack trace.
under(Class, String) - Method in interface org.springframework.core.ControlFlow
Detect whether we're under the given class and method, according to the current stack trace.
underToken(String) - Method in interface org.springframework.core.ControlFlow
Detect whether the current stack trace contains the given token.
unescape(String) - Method in class org.springframework.util.DefaultPropertiesPersister
 
UnexpectedRollbackException - Exception in org.springframework.transaction
Thrown when an attempt to commit a transaction resulted in an unexpected rollback.
UnexpectedRollbackException(String) - Constructor for exception org.springframework.transaction.UnexpectedRollbackException
Constructor for UnexpectedRollbackException.
UnexpectedRollbackException(String, Throwable) - Constructor for exception org.springframework.transaction.UnexpectedRollbackException
Constructor for UnexpectedRollbackException.
union(ClassFilter, ClassFilter) - Static method in class org.springframework.aop.support.ClassFilters
Match all classes that either (or both) of the given ClassFilters matches.
union(ClassFilter[]) - Static method in class org.springframework.aop.support.ClassFilters
Match all classes that either (or all) of the given ClassFilters matches.
union(ClassFilter) - Method in class org.springframework.aop.support.ComposablePointcut
Apply a union with the given ClassFilter.
union(MethodMatcher) - Method in class org.springframework.aop.support.ComposablePointcut
Apply a union with the given MethodMatcher.
union(Pointcut) - Method in class org.springframework.aop.support.ComposablePointcut
Apply a union with the given Pointcut.
union(MethodMatcher, MethodMatcher) - Static method in class org.springframework.aop.support.MethodMatchers
Match all methods that either (or both) of the given MethodMatchers matches.
union(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
Match all methods that either (or both) of the given pointcuts matches.
uniqueResult(Collection) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a unique result object from the given Collection.
UnitOfWorkCallback - Class in org.springframework.orm.toplink
Convenient abstract implementation of the TopLinkCallback interface, exposing a UnitOfWork to perform write operations on.
UnitOfWorkCallback() - Constructor for class org.springframework.orm.toplink.UnitOfWorkCallback
 
UnknownAdviceTypeException - Exception in org.springframework.aop.framework.adapter
Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
UnknownAdviceTypeException(Object) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
Create a new UnknownAdviceTypeException for the given advice object.
UnknownAdviceTypeException(String) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
Create a new UnknownAdviceTypeException with the given message.
unloadBeanFactory() - Method in class org.springframework.ejb.support.AbstractStatefulSessionBean
Unload the Spring BeanFactory instance.
unqualify(String) - Static method in class org.springframework.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - Static method in class org.springframework.util.StringUtils
Unqualify a string qualified by a separator character.
unregisterBeans() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
Unregisters all beans that have been registered by an instance of this class.
UNRESOLVED - Static variable in interface org.springframework.web.bind.support.WebArgumentResolver
Marker to be returned when the resolver does not know how to handle the given method parameter.
UnsatisfiedDependencyException - Exception in org.springframework.beans.factory
Exception thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled.
UnsatisfiedDependencyException(String, String, String, String) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
UnsatisfiedDependencyException(String, String, String, BeansException) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
UnsatisfiedDependencyException(String, String, int, Class, String) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
UnsatisfiedDependencyException(String, String, int, Class, BeansException) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
unsatisfiedNonSimpleProperties(AbstractBeanDefinition, BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return an array of non-simple bean properties that are unsatisfied.
unwrap(Class) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
 
unwrap(Class) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
 
UpdatableSqlQuery - Class in org.springframework.jdbc.object
Reusable RDBMS query in which concrete subclasses must implement the abstract updateRow(ResultSet, int, context) method to update each row of the JDBC ResultSet and optionally map contents into an object.
UpdatableSqlQuery() - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
Constructor to allow use as a JavaBean
UpdatableSqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery
Convenient constructor with DataSource and SQL string.
UpdatableSqlQuery.RowMapperImpl - Class in org.springframework.jdbc.object
Implementation of RowMapper that calls the enclosing class's updateRow() method for each row.
UpdatableSqlQuery.RowMapperImpl(Map) - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
 
update(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement).
update(PreparedStatementCreator) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) using a PreparedStatementCreator to provide SQL and any required parameters.
update(PreparedStatementCreator, KeyHolder) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue an update statement using a PreparedStatementCreator to provide SQL and any required parameters.
update(String, PreparedStatementSetter) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue an update statement using a PreparedStatementSetter to set bind parameters, with given SQL.
update(String, Object[], int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
update(String, Object[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
update(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator, PreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator, KeyHolder) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, PreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 
update(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments.
update(String, Map) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments.
update(String, SqlParameterSource, KeyHolder) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments, returning generated keys.
update(String, SqlParameterSource, KeyHolder, String[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments, returning generated keys.
update(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, Map) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, SqlParameterSource, KeyHolder) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, SqlParameterSource, KeyHolder, String[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, Map) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Execute the supplied SQL statement with (optional) supplied arguments.
update(String, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Execute the supplied SQL statement with supplied arguments.
update(String, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcOperations
Execute the supplied SQL statement with supplied arguments.
update(String, Map) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
 
update(String, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
 
update(String, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
 
update(Object[]) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
Overridden version of update that adds the given statement parameters to the queue rather than executing them immediately.
update(Object[]) - Method in class org.springframework.jdbc.object.SqlUpdate
Generic method to execute the update given parameters.
update(Object[], KeyHolder) - Method in class org.springframework.jdbc.object.SqlUpdate
Method to execute the update given arguments and retrieve the generated keys using a KeyHolder.
update() - Method in class org.springframework.jdbc.object.SqlUpdate
Convenience method to execute an update with no parameters.
update(int) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one int arg.
update(int, int) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two int args.
update(long) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one long arg.
update(long, long) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two long args.
update(String) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one String arg.
update(String, String) - Method in class org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two String args.
update(Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object, LockMode) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(String, Object, LockMode) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
 
update(String) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
update(String, Object) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
 
update(String, Object, int) - Method in interface org.springframework.orm.ibatis.SqlMapClientOperations
Convenience method provided by Spring: execute an update operation with an automatic check that the update affected the given required number of rows.
update(String) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
update(String, Object) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
update(String, Object, int) - Method in class org.springframework.orm.ibatis.SqlMapClientTemplate
 
updateAccessedSessionAttributes() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
Update all session attributes that have been accessed during request processing, to expose their potentially updated state to the underlying session manager.
updateAccessedSessionAttributes() - Method in class org.springframework.web.context.request.ServletRequestAttributes
Update all accessed session attributes through session.setAttribute calls, explicitly indicating to the container that they might have been modified.
updateAccessedSessionAttributes() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Update all accessed session attributes through session.setAttribute calls, explicitly indicating to the container that they might have been modified.
updateAdvisorArray() - Method in class org.springframework.aop.framework.AdvisedSupport
Bring the array up to date with the list.
updateByNamedParam(Map) - Method in class org.springframework.jdbc.object.SqlUpdate
Generic method to execute the update given named parameters.
updateByNamedParam(Map, KeyHolder) - Method in class org.springframework.jdbc.object.SqlUpdate
Method to execute the update given arguments and retrieve the generated keys using a KeyHolder.
updateDatabaseSchema() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Execute schema update script, determined by the Configuration object used for creating the SessionFactory.
updateModelAttributes(Object, Map, ExtendedModelMap, NativeWebRequest) - Method in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
updateRow(ResultSet, int, Map) - Method in class org.springframework.jdbc.object.UpdatableSqlQuery
Subclasses must implement this method to update each row of the ResultSet and optionally create object of the result type.
URIEditor - Class in org.springframework.beans.propertyeditors
Editor for java.net.URI, to directly populate a URI property instead of using a String property as bridge.
URIEditor() - Constructor for class org.springframework.beans.propertyeditors.URIEditor
Create a new URIEditor, converting "classpath:" locations into standard URIs (not trying to resolve them into physical resources).
URIEditor(ClassLoader) - Constructor for class org.springframework.beans.propertyeditors.URIEditor
Create a new URIEditor, using the given ClassLoader to resolve "classpath:" locations into physical resource URLs.
URL_PROTOCOL_CODE_SOURCE - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from an OC4J jar file: "code-source"
URL_PROTOCOL_FILE - Static variable in class org.springframework.util.ResourceUtils
URL protocol for a file in the file system: "file"
URL_PROTOCOL_JAR - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a jar file: "jar"
URL_PROTOCOL_VFSZIP - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a JBoss jar file: "vfszip"
URL_PROTOCOL_WSJAR - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a WebSphere jar file: "wsjar"
URL_PROTOCOL_ZIP - Static variable in class org.springframework.util.ResourceUtils
URL protocol for an entry from a zip file: "zip"
URL_TYPE_ACTION - Static variable in class org.springframework.mock.web.portlet.MockPortletURL
 
URL_TYPE_RENDER - Static variable in class org.springframework.mock.web.portlet.MockPortletURL
 
UrlBasedRemoteAccessor - Class in org.springframework.remoting.support
Abstract base class for classes that access remote services via URLs.
UrlBasedRemoteAccessor() - Constructor for class org.springframework.remoting.support.UrlBasedRemoteAccessor
 
UrlBasedViewResolver - Class in org.springframework.web.servlet.view
Simple implementation of the ViewResolver interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definition.
UrlBasedViewResolver() - Constructor for class org.springframework.web.servlet.view.UrlBasedViewResolver
 
URLEditor - Class in org.springframework.beans.propertyeditors
Editor for java.net.URL, to directly populate a URL property instead of using a String property as bridge.
URLEditor() - Constructor for class org.springframework.beans.propertyeditors.URLEditor
Create a new URLEditor, using the default ResourceEditor underneath.
URLEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.URLEditor
Create a new URLEditor, using the given ResourceEditor underneath.
urlEncode(String, String) - Method in class org.springframework.web.servlet.view.RedirectView
URL-encode the given input String with the given encoding scheme.
UrlFilenameViewController - Class in org.springframework.web.servlet.mvc
Simple Controller implementation that transforms the virtual path of a URL into a view name and returns that view.
UrlFilenameViewController() - Constructor for class org.springframework.web.servlet.mvc.UrlFilenameViewController
 
UrlPathHelper - Class in org.springframework.web.util
Helper class for URL path matching.
UrlPathHelper() - Constructor for class org.springframework.web.util.UrlPathHelper
 
UrlResource - Class in org.springframework.core.io
Resource implementation for java.net.URL locators.
UrlResource(URL) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource.
UrlResource(URI) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource.
UrlResource(String) - Constructor for class org.springframework.core.io.UrlResource
Create a new UrlResource.
useBeanFactory(String) - Method in interface org.springframework.beans.factory.access.BeanFactoryLocator
Use the BeanFactory (or derived interface such as ApplicationContext) specified by the factoryKey parameter.
useBeanFactory(String) - Method in class org.springframework.beans.factory.access.SingletonBeanFactoryLocator
 
useBeanFactory(String) - Method in class org.springframework.context.access.ContextJndiBeanFactoryLocator
Load/use a bean factory, as specified by a factory key which is a JNDI address, of the form java:comp/env/ejb/BeanFactoryPath.
useConfigValueEditors() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
Activate config value editors which are only intended for configuration purposes, such as StringArrayPropertyEditor.
useDirectFieldAccess() - Method in class org.springframework.web.portlet.mvc.BaseCommandController
Determine whether to use direct field access instead of bean property access.
useDirectFieldAccess() - Method in class org.springframework.web.servlet.mvc.BaseCommandController
Determine whether to use direct field access instead of bean property access.
useInclude(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
Determine whether to use RequestDispatcher's include or forward method.
useInclude(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
Determine whether to use RequestDispatcher's include or forward method.
useInParameterNames(String...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
 
useInParameterNames(String...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Not used yet
UserCredentialsConnectionFactoryAdapter - Class in org.springframework.jms.connection
An adapter for a target JMS ConnectionFactory, applying the given user credentials to every standard createConnection() call, that is, implicitly invoking createConnection(username, password) on the target.
UserCredentialsConnectionFactoryAdapter() - Constructor for class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
UserCredentialsDataSourceAdapter - Class in org.springframework.jdbc.datasource
An adapter for a target JDBC DataSource, applying the specified user credentials to every standard getConnection() call, implicitly invoking getConnection(username, password) on the target.
UserCredentialsDataSourceAdapter() - Constructor for class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
 
UserRoleAuthorizationInterceptor - Class in org.springframework.web.portlet.handler
Interceptor that checks the authorization of the current user via the user's roles, as evaluated by PortletRequest's isUserInRole method.
UserRoleAuthorizationInterceptor() - Constructor for class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
 
UserRoleAuthorizationInterceptor - Class in org.springframework.web.servlet.handler
Interceptor that checks the authorization of the current user via the user's roles, as evaluated by HttpServletRequest's isUserInRole method.
UserRoleAuthorizationInterceptor() - Constructor for class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
UserTransactionAdapter - Class in org.springframework.transaction.jta
Adapter for a JTA UserTransaction handle, taking a JTA TransactionManager reference and creating a JTA UserTransaction handle for it.
UserTransactionAdapter(TransactionManager) - Constructor for class org.springframework.transaction.jta.UserTransactionAdapter
Create a new UserTransactionAdapter for the given TransactionManager.
useSavepointForNestedTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
This implementation returns false to cause a further invocation of doBegin despite an already existing transaction.
useSavepointForNestedTransaction() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to use a savepoint for a nested transaction.
useWeakValue(Object, Object) - Method in class org.springframework.util.CachingMapDecorator
Decide whether use a weak reference for the value of the given key-value pair.
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsSingleFormatView
Return whether to use a java.io.Writer to write text content to the HTTP response.
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
Indicates how the JRExporter should render its data.
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsCsvView
 
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsHtmlView
 
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView
 
useWriter() - Method in class org.springframework.web.servlet.view.jasperreports.JasperReportsXlsView
 
useWriter() - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Return whether to use a java.io.Writer to write text content to the HTTP response.
usingColumns(String...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
usingColumns(String...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the column names that the insert statement should be limited to use.
usingGeneratedKeyColumns(String...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
usingGeneratedKeyColumns(String...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the name sof any columns that have auto generated keys.
UtilNamespaceHandler - Class in org.springframework.beans.factory.xml
NamespaceHandler for the util namespace.
UtilNamespaceHandler() - Constructor for class org.springframework.beans.factory.xml.UtilNamespaceHandler
 

A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright © 2002-2008 The Spring Framework.