Class JpaAdminEventEntity

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

@Entity public class JpaAdminEventEntity extends MapAdminEventEntity.AbstractAdminEventEntity implements JpaRootVersionedEntity
JPA MapAdminEventEntity 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: