@Entity public class MigrationModelEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SINGLETON_ID |
protected long |
updatedTime |
protected String |
version |
| Constructor and Description |
|---|
MigrationModelEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
long |
getUpdateTime() |
String |
getVersion() |
int |
hashCode() |
void |
setId(String id) |
void |
setUpdatedTime(long updatedTime) |
void |
setVersion(String version) |
public static final String SINGLETON_ID
protected String version
protected long updatedTime
Copyright © 2021 JBoss by Red Hat. All rights reserved.