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 SummaryFields Modifier and Type Field Description static StringSINGLETON_IDprotected longupdatedTimeprotected Stringversion
 - 
Constructor SummaryConstructors Constructor Description MigrationModelEntity()
 - 
Method SummaryAll 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_IDpublic static final String SINGLETON_ID - See Also:
- Constant Field Values
 
 - 
versionprotected String version 
 - 
updatedTimeprotected long updatedTime 
 
- 
 
-