public class MigrationModelAdapter extends Object implements MigrationModel
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
LATEST_VERSION| Constructor and Description |
|---|
MigrationModelAdapter(javax.persistence.EntityManager em) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStoredVersion() |
void |
setStoredVersion(String version) |
public MigrationModelAdapter(javax.persistence.EntityManager em)
public String getStoredVersion()
getStoredVersion in interface MigrationModelpublic void setStoredVersion(String version)
setStoredVersion in interface MigrationModelCopyright © 2016 JBoss by Red Hat. All rights reserved.