public class IMAP172JpaMigrateCommand extends Object implements JpaMigrateCommand
| Constructor and Description |
|---|
IMAP172JpaMigrateCommand() |
| 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.
|
public void migrate(javax.persistence.EntityManager em)
throws JpaMigrateException
JpaMigrateCommandmigrate in interface JpaMigrateCommandem - the provided Entity ManagerJpaMigrateExceptionorg.apache.james.mailbox.jpa.migrator.commandCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.