Uses of Interface
org.keycloak.models.map.lock.MapLockEntity
Packages that use MapLockEntity
Package
Description
-
Uses of MapLockEntity in org.keycloak.models.map.lock
Classes in org.keycloak.models.map.lock that implement MapLockEntityModifier and TypeClassDescriptionstatic class
class
class
class
static class
Fields in org.keycloak.models.map.lock with type parameters of type MapLockEntityModifier and TypeFieldDescriptionstatic final SearchableModelField<MapLockEntity>
MapLockEntity.SearchableFields.NAME
Methods in org.keycloak.models.map.lock that return MapLockEntityModifier and TypeMethodDescriptionstatic 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 MapLockEntityModifier and TypeMethodDescriptionMapLockEntityDelegate.getDelegateProvider()
MapLockEntityFieldDelegate.getEntityFieldDelegate()
Methods in org.keycloak.models.map.lock with parameters of type MapLockEntityModifier and TypeMethodDescriptionstatic 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 MapLockEntityModifierConstructorDescriptionMapGlobalLockProvider
(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 MapLockEntityModifier and TypeMethodDescriptionprotected MapLockEntity
JpaLockMapStorage.mapToEntityDelegate
(JpaLockEntity original) Method parameters in org.keycloak.models.map.storage.jpa.lock with type arguments of type MapLockEntityModifier and TypeMethodDescriptionJpaLockModelCriteriaBuilder.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 MapLockEntityModifier and TypeMethodDescriptionJpaLockDelegateProvider.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 MapLockEntityModifier and TypeMethodDescriptionJpaLockDelegateProvider.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 MapLockEntityModifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
.class