Package org.keycloak.models.map.lock
Class MapLockEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.lock.MapLockEntity.AbstractLockEntity
org.keycloak.models.map.lock.MapLockEntityImpl
- All Implemented Interfaces:
AbstractEntity,UpdatableEntity,MapLockEntity
- Direct Known Subclasses:
JpaLockMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapLockEntityImpl
extends MapLockEntity.AbstractLockEntity
implements MapLockEntity
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.keycloak.models.map.lock.MapLockEntity
MapLockEntity.AbstractLockEntity, MapLockEntity.SearchableFieldsNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()voidvoidvoidsetTimeAcquired(Long p0) toString()Methods inherited from class org.keycloak.models.map.lock.MapLockEntity.AbstractLockEntity
getId, setIdMethods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlagMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setIdMethods inherited from interface org.keycloak.models.map.lock.MapLockEntity
isLockUnchangedMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
MapLockEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getKeycloakInstanceIdentifier
- Specified by:
getKeycloakInstanceIdentifierin interfaceMapLockEntity
-
setKeycloakInstanceIdentifier
- Specified by:
setKeycloakInstanceIdentifierin interfaceMapLockEntity
-
getName
- Specified by:
getNamein interfaceMapLockEntity
-
setName
- Specified by:
setNamein interfaceMapLockEntity
-
setTimeAcquired
- Specified by:
setTimeAcquiredin interfaceMapLockEntity
-
getTimeAcquired
- Specified by:
getTimeAcquiredin interfaceMapLockEntity
-