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