Package org.keycloak.models.jpa.entities
Class MigrationModelEntity
- java.lang.Object
-
- org.keycloak.models.jpa.entities.MigrationModelEntity
-
@Entity public class MigrationModelEntity extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description static String
SINGLETON_ID
protected long
updatedTime
protected String
version
-
Constructor Summary
Constructors Constructor Description MigrationModelEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
SINGLETON_ID
public static final String SINGLETON_ID
- See Also:
- Constant Field Values
-
version
protected String version
-
updatedTime
protected long updatedTime
-
-