Class PolymorphicSub2

java.lang.Object
com.blazebit.persistence.testsuite.entity.PolymorphicBase
com.blazebit.persistence.testsuite.entity.PolymorphicSub2
All Implemented Interfaces:
Serializable

@Entity public class PolymorphicSub2 extends PolymorphicBase
Since:
1.0.0
Author:
Christian Beikov
See Also:
  • Constructor Details

    • PolymorphicSub2

      public PolymorphicSub2()
  • Method Details

    • getRelation2

      public IntIdEntity getRelation2()
    • setRelation2

      public void setRelation2(IntIdEntity relation2)
    • getParent2

      public PolymorphicBase getParent2()
    • setParent2

      public void setParent2(PolymorphicBase parent1)
    • getEmbeddable2

      public NameObject getEmbeddable2()
    • setEmbeddable2

      public void setEmbeddable2(NameObject embeddable1)
    • getSub2Value

      public Integer getSub2Value()
    • setSub2Value

      public void setSub2Value(Integer sub2Value)