Class JpaUserAttributeEntity
- java.lang.Object
-
- org.keycloak.models.map.storage.jpa.JpaAttributeEntity<E>
-
- org.keycloak.models.map.storage.jpa.JpaAttributeEntityWithHashValue<JpaUserEntity>
-
- org.keycloak.models.map.storage.jpa.user.entity.JpaUserAttributeEntity
-
- All Implemented Interfaces:
Serializable
,JpaChildEntity<JpaUserEntity>
@Entity public class JpaUserAttributeEntity extends JpaAttributeEntityWithHashValue<JpaUserEntity>
JPA implementation for user attributes. This entity represents a user attribute and has a many-to-one relationship with the user entity.- Author:
- Stefan Guilhen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaUserAttributeEntity()
JpaUserAttributeEntity(JpaUserEntity root, String name, String value)
-
-
-
Constructor Detail
-
JpaUserAttributeEntity
public JpaUserAttributeEntity()
-
JpaUserAttributeEntity
public JpaUserAttributeEntity(JpaUserEntity root, String name, String value)
-
-