Uses of Interface
org.keycloak.models.map.lock.MapLockEntity
-
-
Uses of MapLockEntity in org.keycloak.models.map.lock
Classes in org.keycloak.models.map.lock that implement MapLockEntity Modifier and Type Class Description static class
MapLockEntity.AbstractLockEntity
class
MapLockEntityDelegate
class
MapLockEntityFieldDelegate
class
MapLockEntityImpl
static class
MapLockEntityImpl.Empty
Fields in org.keycloak.models.map.lock with type parameters of type MapLockEntity Modifier and Type Field Description static SearchableModelField<MapLockEntity>
MapLockEntity.SearchableFields. NAME
Methods in org.keycloak.models.map.lock that return MapLockEntity Modifier and Type Method Description static MapLockEntity
MapLockEntityCloner. deepClone(MapLockEntity original, MapLockEntity target)
static MapLockEntity
MapLockEntityCloner. deepCloneNoId(MapLockEntity original, MapLockEntity target)
Methods in org.keycloak.models.map.lock that return types with arguments of type MapLockEntity Modifier and Type Method Description DelegateProvider<MapLockEntity>
MapLockEntityDelegate. getDelegateProvider()
EntityFieldDelegate<MapLockEntity>
MapLockEntityFieldDelegate. getEntityFieldDelegate()
Methods in org.keycloak.models.map.lock with parameters of type MapLockEntity Modifier and Type Method Description static MapLockEntity
MapLockEntityCloner. deepClone(MapLockEntity original, MapLockEntity target)
static MapLockEntity
MapLockEntityCloner. deepCloneNoId(MapLockEntity original, MapLockEntity target)
default boolean
MapLockEntity. isLockUnchanged(MapLockEntity otherMapLock)
Constructor parameters in org.keycloak.models.map.lock with type arguments of type MapLockEntity Constructor Description MapGlobalLockProvider(KeycloakSession session, long defaultTimeoutMilliseconds, Supplier<MapStorage<MapLockEntity,MapLockEntity>> lockStoreSupplier)
MapGlobalLockProvider(KeycloakSession session, long defaultTimeoutMilliseconds, Supplier<MapStorage<MapLockEntity,MapLockEntity>> lockStoreSupplier)
MapLockEntityDelegate(DelegateProvider<MapLockEntity> delegateProvider)
MapLockEntityFieldDelegate(EntityFieldDelegate<MapLockEntity> entityFieldDelegate)
-
Uses of MapLockEntity in org.keycloak.models.map.storage.jpa.lock
Methods in org.keycloak.models.map.storage.jpa.lock that return MapLockEntity Modifier and Type Method Description protected MapLockEntity
JpaLockMapStorage. mapToEntityDelegate(JpaLockEntity original)
Method parameters in org.keycloak.models.map.storage.jpa.lock with type arguments of type MapLockEntity Modifier and Type Method Description JpaLockModelCriteriaBuilder
JpaLockModelCriteriaBuilder. compare(SearchableModelField<? super MapLockEntity> modelField, ModelCriteriaBuilder.Operator op, Object... value)
-
Uses of MapLockEntity in org.keycloak.models.map.storage.jpa.lock.delegate
Methods in org.keycloak.models.map.storage.jpa.lock.delegate that return MapLockEntity Modifier and Type Method Description MapLockEntity
JpaLockDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapLockEntity>> field, Object... parameters)
Method parameters in org.keycloak.models.map.storage.jpa.lock.delegate with type arguments of type MapLockEntity Modifier and Type Method Description MapLockEntity
JpaLockDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapLockEntity>> field, Object... parameters)
-
Uses of MapLockEntity in org.keycloak.models.map.storage.jpa.lock.entity
Classes in org.keycloak.models.map.storage.jpa.lock.entity that implement MapLockEntity Modifier and Type Class Description class
JpaLockEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaLockMetadata
-