Class JpaGroupAttributeEntity
- java.lang.Object
-
- org.keycloak.models.map.storage.jpa.JpaAttributeEntity<E>
-
- org.keycloak.models.map.storage.jpa.JpaAttributeEntityWithHashValue<JpaGroupEntity>
-
- org.keycloak.models.map.storage.jpa.group.entity.JpaGroupAttributeEntity
-
- All Implemented Interfaces:
Serializable
,JpaChildEntity<JpaGroupEntity>
@Entity public class JpaGroupAttributeEntity extends JpaAttributeEntityWithHashValue<JpaGroupEntity>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaGroupAttributeEntity()
JpaGroupAttributeEntity(JpaGroupEntity root, String name, String value)
-
-
-
Constructor Detail
-
JpaGroupAttributeEntity
public JpaGroupAttributeEntity()
-
JpaGroupAttributeEntity
public JpaGroupAttributeEntity(JpaGroupEntity root, String name, String value)
-
-