Spring Roo 1.1 introduces several new persistence features including incremental database reverse engineering, integration with Apache Solr/Lucene for search, and support for alternative persistence technologies through add-ons. It allows generating JPA entity classes from live databases and automatically updating them as the schema changes. Entities can be made searchable with Solr with just one command. The Hades add-on also provides an alternative data access layer option with a repository pattern.