Class JpaRootAuthenticationSessionMapStorage
java.lang.Object
org.keycloak.models.map.storage.jpa.JpaMapStorage<JpaRootAuthenticationSessionEntity,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>
org.keycloak.models.map.storage.jpa.authSession.JpaRootAuthenticationSessionMapStorage
- All Implemented Interfaces:
MapStorage<MapRootAuthenticationSessionEntity,
RootAuthenticationSessionModel>
public class JpaRootAuthenticationSessionMapStorage
extends JpaMapStorage<JpaRootAuthenticationSessionEntity,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>
-
Field Summary
Fields inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorage
em
-
Constructor Summary
ConstructorDescriptionJpaRootAuthenticationSessionMapStorage
(KeycloakSession session, jakarta.persistence.EntityManager em) -
Method Summary
Modifier and TypeMethodDescriptionprotected MapRootAuthenticationSessionEntity
jakarta.persistence.criteria.Selection<JpaRootAuthenticationSessionEntity>
selectCbConstruct
(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaRootAuthenticationSessionEntity> root) void
setEntityVersion
(JpaRootEntity entity) Methods inherited from class org.keycloak.models.map.storage.jpa.JpaMapStorage
clearQueryCache, create, delete, delete, getCount, mapToEntityDelegateUnique, read, read, removeFromCache
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.storage.MapStorage
exists, exists
-
Constructor Details
-
JpaRootAuthenticationSessionMapStorage
public JpaRootAuthenticationSessionMapStorage(KeycloakSession session, jakarta.persistence.EntityManager em)
-
-
Method Details
-
selectCbConstruct
public jakarta.persistence.criteria.Selection<JpaRootAuthenticationSessionEntity> selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaRootAuthenticationSessionEntity> root) -
setEntityVersion
-
createJpaModelCriteriaBuilder
-
mapToEntityDelegate
protected MapRootAuthenticationSessionEntity mapToEntityDelegate(JpaRootAuthenticationSessionEntity original)
-