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 SummaryConstructors Constructor Description JpaUserAttributeEntity()JpaUserAttributeEntity(JpaUserEntity root, String name, String value)
 
- 
- 
- 
Constructor Detail- 
JpaUserAttributeEntitypublic JpaUserAttributeEntity() 
 - 
JpaUserAttributeEntitypublic JpaUserAttributeEntity(JpaUserEntity root, String name, String value) 
 
- 
 
-