public interface JpaMigrateCommand
| Modifier and Type | Method and Description |
|---|---|
void |
migrate(javax.persistence.EntityManager em)
Executes the needed SQL commands on the database via the provided JPA entity manager.
|
void migrate(javax.persistence.EntityManager em)
throws JpaMigrateException
em - the provided Entity ManagerJpaMigrateExceptionCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.