Uses of Interface
org.keycloak.models.map.lock.MapLockEntity
- 
- 
Uses of MapLockEntity in org.keycloak.models.map.lockClasses in org.keycloak.models.map.lock that implement MapLockEntity Modifier and Type Class Description static classMapLockEntity.AbstractLockEntityclassMapLockEntityDelegateclassMapLockEntityFieldDelegateclassMapLockEntityImplstatic classMapLockEntityImpl.EmptyFields in org.keycloak.models.map.lock with type parameters of type MapLockEntity Modifier and Type Field Description static SearchableModelField<MapLockEntity>MapLockEntity.SearchableFields. NAMEMethods in org.keycloak.models.map.lock that return MapLockEntity Modifier and Type Method Description static 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 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 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 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.lockMethods in org.keycloak.models.map.storage.jpa.lock that return MapLockEntity Modifier and Type Method Description protected MapLockEntityJpaLockMapStorage. mapToEntityDelegate(JpaLockEntity original)Method parameters in org.keycloak.models.map.storage.jpa.lock with type arguments of type MapLockEntity Modifier and Type Method Description JpaLockModelCriteriaBuilderJpaLockModelCriteriaBuilder. compare(SearchableModelField<? super MapLockEntity> modelField, ModelCriteriaBuilder.Operator op, Object... value)
- 
Uses of MapLockEntity in org.keycloak.models.map.storage.jpa.lock.delegateMethods in org.keycloak.models.map.storage.jpa.lock.delegate that return MapLockEntity Modifier and Type Method Description MapLockEntityJpaLockDelegateProvider. 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 MapLockEntityJpaLockDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapLockEntity>> field, Object... parameters)
- 
Uses of MapLockEntity in org.keycloak.models.map.storage.jpa.lock.entityClasses in org.keycloak.models.map.storage.jpa.lock.entity that implement MapLockEntity Modifier and Type Class Description classJpaLockEntityThere are some fields marked by@Column(insertable = false, updatable = false).classJpaLockMetadata
 
-