Class UnversionedDbentity<T>

    • Constructor Detail

      • UnversionedDbentity

        public UnversionedDbentity()
    • Method Detail

      • setId

        public void setId​(Long val)
        Parameters:
        val -
      • getId

        public Long getId()
        Returns:
        Long id
      • unsaved

        public boolean unsaved()
        Returns:
        true if this entity is not saved.
      • toStringSegment

        protected void toStringSegment​(StringBuilder sb)
        Add our stuff to the StringBuilder
        Parameters:
        sb - StringBuilder for result
      • clone

        public Object clone()
        Make visible
        Overrides:
        clone in class Object
        Returns:
        Object of class T
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object