Class JoinedSub1
java.lang.Object
com.blazebit.persistence.testsuite.treat.entity.JoinedBase
com.blazebit.persistence.testsuite.treat.entity.JoinedSub1
- All Implemented Interfaces:
Base<JoinedBase,,JoinedEmbeddable> Sub1<JoinedBase,,JoinedEmbeddable, JoinedEmbeddableSub1> Serializable
@Entity
public class JoinedSub1
extends JoinedBase
implements Sub1<JoinedBase,JoinedEmbeddable,JoinedEmbeddableSub1>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList1()getMap1()voidsetChildren1(Set<? extends JoinedBase> children1) voidsetEmbeddable1(JoinedEmbeddableSub1 embeddable1) voidsetList1(List<? extends JoinedBase> list1) voidsetMap1(Map<? extends JoinedBase, ? extends JoinedBase> map1) voidsetParent1(JoinedBase parent1) voidsetRelation1(IntIdEntity relation1) voidsetSub1Embeddable(IntValueEmbeddable sub1Embeddable) voidsetSub1Value(Integer sub1Value) Methods inherited from class com.blazebit.persistence.testsuite.treat.entity.JoinedBase
getChildren, getEmbeddable, getId, getList, getMap, getName, getParent, getValue, setChildren, setEmbeddable, setId, setList, setMap, setName, setParent, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.testsuite.treat.entity.Base
getChildren, getEmbeddable, getId, getList, getMap, getName, getParent, getValue, setChildren, setEmbeddable, setId, setList, setMap, setName, setParent, setValue
-
Constructor Details
-
JoinedSub1
public JoinedSub1() -
JoinedSub1
-
-
Method Details
-
getRelation1
- Specified by:
getRelation1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
setRelation1
- Specified by:
setRelation1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
getParent1
- Specified by:
getParent1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
setParent1
- Specified by:
setParent1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
getSub1Value
- Specified by:
getSub1Valuein interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
setSub1Value
- Specified by:
setSub1Valuein interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
getSub1Embeddable
- Specified by:
getSub1Embeddablein interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
setSub1Embeddable
- Specified by:
setSub1Embeddablein interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
getEmbeddable1
- Specified by:
getEmbeddable1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
setEmbeddable1
- Specified by:
setEmbeddable1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
getList1
- Specified by:
getList1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
setList1
- Specified by:
setList1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
getChildren1
- Specified by:
getChildren1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
setChildren1
- Specified by:
setChildren1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
getMap1
- Specified by:
getMap1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-
setMap1
- Specified by:
setMap1in interfaceSub1<JoinedBase,JoinedEmbeddable, JoinedEmbeddableSub1>
-