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>
Enhances JpaAttributeEntity with value_hash column.
See Also:
  • Constructor Details

    • JpaAttributeEntityWithHashValue

      public JpaAttributeEntityWithHashValue()
    • JpaAttributeEntityWithHashValue

      public JpaAttributeEntityWithHashValue(E root, String name, String value)