Uses of Class
org.keycloak.models.map.storage.jpa.role.entity.JpaRoleEntity
Packages that use JpaRoleEntity
Package
Description
-
Uses of JpaRoleEntity in org.keycloak.models.map.storage.jpa.role
Methods in org.keycloak.models.map.storage.jpa.role that return types with arguments of type JpaRoleEntityModifier and TypeMethodDescriptionjakarta.persistence.criteria.Selection<JpaRoleEntity>JpaRoleMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaRoleEntity> root) Methods in org.keycloak.models.map.storage.jpa.role with parameters of type JpaRoleEntityModifier and TypeMethodDescriptionprotected MapRoleEntityJpaRoleMapStorage.mapToEntityDelegate(JpaRoleEntity original) Method parameters in org.keycloak.models.map.storage.jpa.role with type arguments of type JpaRoleEntityModifier and TypeMethodDescriptionjakarta.persistence.criteria.Selection<JpaRoleEntity>JpaRoleMapStorage.selectCbConstruct(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<JpaRoleEntity> root) -
Uses of JpaRoleEntity in org.keycloak.models.map.storage.jpa.role.delegate
Methods in org.keycloak.models.map.storage.jpa.role.delegate that return JpaRoleEntityModifier and TypeMethodDescriptionJpaRoleDelegateProvider.getDelegate(boolean isRead, Enum<? extends EntityField<MapRoleEntity>> field, Object... parameters) Constructors in org.keycloak.models.map.storage.jpa.role.delegate with parameters of type JpaRoleEntityModifierConstructorDescriptionJpaMapRoleEntityDelegate(JpaRoleEntity original, jakarta.persistence.EntityManager em) JpaRoleDelegateProvider(JpaRoleEntity delegate, jakarta.persistence.EntityManager em) -
Uses of JpaRoleEntity in org.keycloak.models.map.storage.jpa.role.entity
Constructors in org.keycloak.models.map.storage.jpa.role.entity with parameters of type JpaRoleEntityModifierConstructorDescriptionJpaRoleAttributeEntity(JpaRoleEntity root, String name, String value)