Class PolymorphicSub1

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

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

    • PolymorphicSub1

      public PolymorphicSub1()
  • Method Details

    • getRelation1

      public IntIdEntity getRelation1()
    • setRelation1

      public void setRelation1(IntIdEntity relation1)
    • getParent1

      public PolymorphicBase getParent1()
    • setParent1

      public void setParent1(PolymorphicBase parent1)
    • getEmbeddable1

      public NameObject getEmbeddable1()
    • setEmbeddable1

      public void setEmbeddable1(NameObject embeddable1)
    • getSub1Value

      public Integer getSub1Value()
    • setSub1Value

      public void setSub1Value(Integer sub1Value)