Class EntityDTO

    • Constructor Detail

      • EntityDTO

        public EntityDTO()
    • Method Detail

      • getVersion

        public Integer getVersion()
      • isPersistent

        public boolean isPersistent()
        Checks if this entity DTO has a non-null identifier
      • isTransient

        public boolean isTransient()
        Checks if this entity DTO has a null identifier
      • setVersion

        public void setVersion​(Integer version)