Class JpaSingleUseObjectEntity

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

@Entity public class JpaSingleUseObjectEntity extends MapSingleUseObjectEntity.AbstractSingleUseObjectEntity implements JpaRootVersionedEntity
JPA MapSingleUseObjectEntity 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: