- All Implemented Interfaces:
- org.springframework.core.Ordered
public class AutoImportSql
extends Object
implements org.springframework.core.Ordered
Allows a module to specify a sql file and some ordering information to use during Hibernate auto import. This information
is traditionally set via the 'hibernate.hbm2ddl.auto' property. However, that method is flat and does not allow
easy individual module contribution and special ordering. By using this bean, a module can identify a sql file to
import and specify the order it should appear in the cumulative list of all module contributions.
- Author:
- Jeff Fischer