Uses of Class
org.keycloak.models.map.storage.jpa.event.auth.entity.JpaAuthEventEntity
Packages that use JpaAuthEventEntity
Package
Description
-
Uses of JpaAuthEventEntity in org.keycloak.models.map.storage.jpa.event.auth
Methods in org.keycloak.models.map.storage.jpa.event.auth that return types with arguments of type JpaAuthEventEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<? extends JpaAuthEventEntity>JpaAuthEventMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaAuthEventEntity> root) Methods in org.keycloak.models.map.storage.jpa.event.auth with parameters of type JpaAuthEventEntityModifier and TypeMethodDescriptionprotected MapAuthEventEntityJpaAuthEventMapStorage.mapToEntityDelegate(JpaAuthEventEntity original) Method parameters in org.keycloak.models.map.storage.jpa.event.auth with type arguments of type JpaAuthEventEntityModifier and TypeMethodDescriptionprotected jakarta.persistence.criteria.Selection<? extends JpaAuthEventEntity>JpaAuthEventMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaAuthEventEntity> root) -
Uses of JpaAuthEventEntity in org.keycloak.models.map.storage.jpa.event.auth.entity
Constructors in org.keycloak.models.map.storage.jpa.event.auth.entity with parameters of type JpaAuthEventEntityModifierConstructorDescriptionJpaAuthEventDetailEntity(JpaAuthEventEntity root, String name, String value)