Package org.dellroad.stuff.spring

Spring related classes.

See:
          Description

Class Summary
AbstractBeanDefinitionParser Support superclass for BeanDefinitionParser implementations.
BeanNameComparator A Comparator that orders Spring bean names in the same order as the corresponding beans appear in a ListableBeanFactory.
DellRoadStuffNamespaceHandler Spring NamespaceHandler for the dellroad-stuff XML namespace.
ResourceReaderFactoryBean Spring factory bean that reads in a Spring Resource and converts it to a String.
 

Package org.dellroad.stuff.spring Description

Spring related classes.

This package also implements the <dellroad-stuff:sql> and <dellroad-stuff:sql-update> custom Spring XML elements; these define beans of type SQLCommandList and SpringSQLSchemaUpdate, respectively.

See Also:
SQLCommandList, SpringSQLSchemaUpdate, Spring Framework