Class JpaAttributeEntity<E>

    • Constructor Detail

      • JpaAttributeEntity

        public JpaAttributeEntity()
      • JpaAttributeEntity

        public JpaAttributeEntity​(E root,
                                  String name,
                                  String value)
    • Method Detail

      • getId

        public UUID getId()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getParent

        public E getParent()
        Description copied from interface: JpaChildEntity
        Parent entity that should get its optimistic locking version updated upon changes in the child
        Specified by:
        getParent in interface JpaChildEntity<E>
      • setParent

        public void setParent​(E root)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object