Class JpaAuthEventEntity

All Implemented Interfaces:
Serializable, AbstractEntity, ExpirableEntity, UpdatableEntity, MapAuthEventEntity, JpaRootEntity, JpaRootVersionedEntity

@Entity public class JpaAuthEventEntity extends MapAuthEventEntity.AbstractAuthEventEntity implements JpaRootVersionedEntity
JPA MapAuthEventEntity 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: