Class JpaUserConsentEntity

java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.storage.jpa.user.entity.JpaUserConsentEntity
All Implemented Interfaces:
Serializable, AbstractEntity, UpdatableEntity, JpaChildEntity<JpaUserEntity>, JpaRootEntity, MapUserConsentEntity

@Entity public class JpaUserConsentEntity extends UpdatableEntity.Impl implements MapUserConsentEntity, JpaRootEntity, JpaChildEntity<JpaUserEntity>
JPA MapUserConsentEntity implementation. Some fields are annotated with @Column(insertable = false, updatable = false) to indicate that they are automatically generated from json fields. As such, these fields are non-insertable and non-updatable.
Author:
Stefan Guilhen
See Also: