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()
Deprecated.
|
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
@Deprecated public String getResourcesTag()
getResourcesTag
in interface MigrationModel
public void setStoredVersion(String version)
setStoredVersion
in interface MigrationModel
Copyright © 2021 JBoss by Red Hat. All rights reserved.