Uses of Class
org.keycloak.models.map.storage.jpa.authSession.entity.JpaRootAuthenticationSessionEntity
Packages that use JpaRootAuthenticationSessionEntity
Package
Description
-
Uses of JpaRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession
Methods in org.keycloak.models.map.storage.jpa.authSession that return types with arguments of type JpaRootAuthenticationSessionEntityModifier and TypeMethodDescriptionjakarta.persistence.criteria.Selection<JpaRootAuthenticationSessionEntity>JpaRootAuthenticationSessionMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaRootAuthenticationSessionEntity> root) Methods in org.keycloak.models.map.storage.jpa.authSession with parameters of type JpaRootAuthenticationSessionEntityModifier and TypeMethodDescriptionprotected MapRootAuthenticationSessionEntityJpaRootAuthenticationSessionMapStorage.mapToEntityDelegate(JpaRootAuthenticationSessionEntity original) Method parameters in org.keycloak.models.map.storage.jpa.authSession with type arguments of type JpaRootAuthenticationSessionEntityModifier and TypeMethodDescriptionjakarta.persistence.criteria.Selection<JpaRootAuthenticationSessionEntity>JpaRootAuthenticationSessionMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaRootAuthenticationSessionEntity> root) -
Uses of JpaRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession.delegate
Constructors in org.keycloak.models.map.storage.jpa.authSession.delegate with parameters of type JpaRootAuthenticationSessionEntityModifierConstructorDescriptionJpaRootAuthenticationSessionDelegateProvider(JpaRootAuthenticationSessionEntity delegate, jakarta.persistence.EntityManager em) -
Uses of JpaRootAuthenticationSessionEntity in org.keycloak.models.map.storage.jpa.authSession.entity
Methods in org.keycloak.models.map.storage.jpa.authSession.entity that return JpaRootAuthenticationSessionEntityMethods in org.keycloak.models.map.storage.jpa.authSession.entity with parameters of type JpaRootAuthenticationSessionEntityModifier and TypeMethodDescriptionvoidJpaAuthenticationSessionEntity.setParent(JpaRootAuthenticationSessionEntity root)