Class JpaLockMetadata
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.lock.MapLockEntity.AbstractLockEntity
- 
- org.keycloak.models.map.lock.MapLockEntityImpl
- 
- org.keycloak.models.map.storage.jpa.lock.entity.JpaLockMetadata
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- AbstractEntity,- UpdatableEntity,- MapLockEntity
 
 public class JpaLockMetadata extends MapLockEntityImpl implements Serializable - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.keycloak.models.map.lock.MapLockEntityImplMapLockEntityImpl.Empty
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.lock.MapLockEntityMapLockEntity.AbstractLockEntity, MapLockEntity.SearchableFields
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description JpaLockMetadata()JpaLockMetadata(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetEntityVersion()voidsetEntityVersion(Integer entityVersion)- 
Methods inherited from class org.keycloak.models.map.lock.MapLockEntityImplequals, getKeycloakInstanceIdentifier, getName, getTimeAcquired, hashCode, setKeycloakInstanceIdentifier, setName, setTimeAcquired, toString
 - 
Methods inherited from class org.keycloak.models.map.lock.MapLockEntity.AbstractLockEntitygetId, setId
 - 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.lock.MapLockEntityisLockUnchanged
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
JpaLockMetadatapublic JpaLockMetadata(DeepCloner cloner) 
 - 
JpaLockMetadatapublic JpaLockMetadata() 
 
- 
 
-