|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
converting from a String
.
JdbcTemplate
class.class loader
; that is, the class loader used by the
present bean factory to load bean classes.BeanDefinitions
using the builder pattern.DefaultBeanDefinitionDocumentReader
to handle custom, nested (directly under a <bean>
) tags.BeanDefinition
property defaults.DefaultBeanDefinitionDocumentReader
to
handle custom, top-level (directly under <beans>
) tags.XmlReaderContext
.
BeanDefinition
objects, in particular
the property values and constructor argument values contained in them,
resolving bean metadata values.ParseState
entry representing a bean definition.BeanEntry
class.
BeanFactory
.BeanFactory
.DataSourceLookup
implementation based on a Spring BeanFactory
.BeanFactoryDataSourceLookup
class.
BeanFactoryDataSourceLookup
class.
DestinationResolver
implementation based on a Spring BeanFactory
.BeanFactoryDestinationResolver
class.
BeanFactoryDestinationResolver
class.
BeanFactory
,
or a BeanFactory
subclass such as an
ApplicationContext
.BeanFactory
obtained through
a BeanFactoryLocator
.TransactionAttributeSource
, used to include
a transaction advice bean for methods that are transactional.ListableBeanFactory
interface.AttributeAccessorSupport
,
holding attributes as BeanMetadataAttribute
objects in order
to keep track of the definition source.HandlerMapping
interface that map from URLs to beans with names that start with a slash ("/"),
similar to how Struts maps URLs to action names.Errors
and BindingResult
interfaces, for the registration and evaluation of binding errors on
JavaBean objects.BeanPropertyBindingResult
class.
RowMapper
implementation that converts a row into a new instance
of the specified mapped target class.SqlParameterSource
implementation that obtains parameter values
from bean properties of a given JavaBean object.BeanWrapper
implementation that should be sufficient
for all typical use cases.MethodBeforeAdvice
.beforeCompletion
callback: just invoked before commit.
beforeDelivery
implementation starts a transaction,
if necessary, and exposes the endpoint ClassLoader as current
thread context ClassLoader.
DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE
in the supplied
test context
has a value of Boolean.TRUE
,
this method will have the same effect as
prepareTestInstance()
;
otherwise, this method will have no effect.
test method
, for example for setting up test
fixtures, starting a transaction, etc.
test method
in the supplied
test context
, for example for setting up test
fixtures.
test context
is
configured to run within a transaction, this method will run
@BeforeTransaction methods
and start a new
transaction.
public void
method should be executed before a transaction is started for test
methods configured to run within a transaction via the
@Transactional
annotation.Transaction.begin
method.
Transaction.begin
method.
ExtendedModelMap
that
automatically removes a BindingResult
object if the corresponding target attribute gets replaced.DataBinder
's missing field errors,
and for translating a PropertyAccessException
to a
FieldError
.null
).
null
).
null
).
ResourceAdapterApplicationContext
) that it runs in.bridge Methods
to the
Method
being bridged.ScriptFactory
implementation
for a BeanShell script.field
to the supplied field list.
String
for the given SQLException
.
HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE
before executing the handler.
MethodInterceptor
for accessing a Burlap service.PropertyEditor
for converting
MultipartFiles
to byte arrays.Resource
implementation for a given byte array.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |