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 StringSINGLETON_IDprotected longupdatedTimeprotected Stringversion
-
Constructor Summary
Constructors Constructor Description MigrationModelEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()longgetUpdateTime()StringgetVersion()inthashCode()voidsetId(String id)voidsetUpdatedTime(long updatedTime)voidsetVersion(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
-
-