Class JpaRealmMetadata

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

public class JpaRealmMetadata extends MapRealmEntityImpl implements Serializable
Class that contains all the realm metadata that is written as JSON into the database.
Author:
Stefan Guilhen
See Also:
  • Constructor Details

    • JpaRealmMetadata

      public JpaRealmMetadata()
    • JpaRealmMetadata

      public JpaRealmMetadata(DeepCloner cloner)
  • Method Details

    • getEntityVersion

      public Integer getEntityVersion()
    • setEntityVersion

      public void setEntityVersion(Integer entityVersion)