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 SummaryConstructors Constructor Description JpaGroupAttributeEntity()JpaGroupAttributeEntity(JpaGroupEntity root, String name, String value)
 
- 
- 
- 
Constructor Detail- 
JpaGroupAttributeEntitypublic JpaGroupAttributeEntity() 
 - 
JpaGroupAttributeEntitypublic JpaGroupAttributeEntity(JpaGroupEntity root, String name, String value) 
 
- 
 
-