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> EnhancesJpaAttributeEntitywith value_hash column.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description JpaAttributeEntityWithHashValue()JpaAttributeEntityWithHashValue(E root, String name, String value)
 
-