Uses of Class
org.keycloak.models.map.storage.jpa.userSession.entity.JpaUserSessionEntity
-
Packages that use JpaUserSessionEntity Package Description org.keycloak.models.map.storage.jpa.userSession org.keycloak.models.map.storage.jpa.userSession.entity -
-
Uses of JpaUserSessionEntity in org.keycloak.models.map.storage.jpa.userSession
Methods in org.keycloak.models.map.storage.jpa.userSession that return types with arguments of type JpaUserSessionEntity Modifier and Type Method Description protected javax.persistence.criteria.Selection<? extends JpaUserSessionEntity>JpaUserSessionMapKeycloakTransaction. selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaUserSessionEntity> root)Methods in org.keycloak.models.map.storage.jpa.userSession with parameters of type JpaUserSessionEntity Modifier and Type Method Description protected MapUserSessionEntityJpaUserSessionMapKeycloakTransaction. mapToEntityDelegate(JpaUserSessionEntity original)Method parameters in org.keycloak.models.map.storage.jpa.userSession with type arguments of type JpaUserSessionEntity Modifier and Type Method Description protected javax.persistence.criteria.Selection<? extends JpaUserSessionEntity>JpaUserSessionMapKeycloakTransaction. selectCbConstruct(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.Root<JpaUserSessionEntity> root) -
Uses of JpaUserSessionEntity in org.keycloak.models.map.storage.jpa.userSession.entity
Methods in org.keycloak.models.map.storage.jpa.userSession.entity that return JpaUserSessionEntity Modifier and Type Method Description JpaUserSessionEntityJpaClientSessionEntity. getParent()Methods in org.keycloak.models.map.storage.jpa.userSession.entity with parameters of type JpaUserSessionEntity Modifier and Type Method Description voidJpaClientSessionEntity. setParent(JpaUserSessionEntity root)Constructors in org.keycloak.models.map.storage.jpa.userSession.entity with parameters of type JpaUserSessionEntity Constructor Description JpaUserSessionNoteEntity(JpaUserSessionEntity root, String name, String value)
-