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