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