All Implemented Interfaces:
Serializable, AbstractEntity, EntityWithAttributes, UpdatableEntity, JpaRootEntity, JpaRootVersionedEntity, MapUserEntity

@Entity public class JpaUserEntity extends MapUserEntity.AbstractUserEntity implements JpaRootVersionedEntity
JPA MapUserEntity 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: