Class JpaRealmEntity

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

@Entity public class JpaRealmEntity extends MapRealmEntity.AbstractRealmEntity implements JpaRootVersionedEntity
JPA MapRealmEntity 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: