Class JpaAttributeEntityWithHashValue<E>
- java.lang.Object
-
- org.keycloak.models.map.storage.jpa.JpaAttributeEntity<E>
-
- org.keycloak.models.map.storage.jpa.JpaAttributeEntityWithHashValue<E>
-
- All Implemented Interfaces:
Serializable
,JpaChildEntity<E>
- Direct Known Subclasses:
JpaAuthEventDetailEntity
,JpaClientAttributeEntity
,JpaClientScopeAttributeEntity
,JpaGroupAttributeEntity
,JpaRealmAttributeEntity
,JpaRoleAttributeEntity
,JpaUserAttributeEntity
@MappedSuperclass public abstract class JpaAttributeEntityWithHashValue<E> extends JpaAttributeEntity<E>
EnhancesJpaAttributeEntity
with value_hash column.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaAttributeEntityWithHashValue()
JpaAttributeEntityWithHashValue(E root, String name, String value)
-