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 classclassclassclassstatic classFields in org.keycloak.models.map.lock with type parameters of type MapLockEntityModifier and TypeFieldDescriptionstatic final SearchableModelField<MapLockEntity>MapLockEntity.SearchableFields.NAMEMethods in org.keycloak.models.map.lock that return MapLockEntityModifier and TypeMethodDescriptionstatic MapLockEntityMapLockEntityCloner.deepClone(MapLockEntity original, MapLockEntity target) static MapLockEntityMapLockEntityCloner.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 MapLockEntityMapLockEntityCloner.deepClone(MapLockEntity original, MapLockEntity target) static MapLockEntityMapLockEntityCloner.deepCloneNoId(MapLockEntity original, MapLockEntity target) default booleanMapLockEntity.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 MapLockEntityJpaLockMapStorage.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 TypeClassDescriptionclassThere are some fields marked by@Column(insertable = false, updatable = false).class