Class IntValueEmbeddable

java.lang.Object
com.blazebit.persistence.testsuite.treat.entity.IntValueEmbeddable
All Implemented Interfaces:
Serializable

@Embeddable public class IntValueEmbeddable extends Object implements Serializable
See Also:
  • Constructor Details

    • IntValueEmbeddable

      public IntValueEmbeddable()
    • IntValueEmbeddable

      public IntValueEmbeddable(Integer someValue)
  • Method Details

    • getSomeValue

      public Integer getSomeValue()
    • setSomeValue

      public void setSomeValue(Integer someValue)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object