Class EmbeddableTestEntityEmbeddable
java.lang.Object
com.blazebit.persistence.testsuite.entity.EmbeddableTestEntityEmbeddable
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetElementCollection(Map<String, NameObject> elementCollection) voidsetElementCollection2(Map<String, String> elementCollection2) voidsetElementCollection3(List<NameObject> elementCollection3) voidsetManyToMany(Map<String, IntIdEntity> manyToMany) voidsetManyToOne(EmbeddableTestEntity manyToOne) voidsetNameObject(NameObject nameObject) voidsetNestedEmbeddable(EmbeddableTestEntityNestedEmbeddable nestedEmbeddable) voidsetOneToMany(Set<EmbeddableTestEntity> oneToMany) voidsetOneToMany2(Set<EmbeddableTestEntity> oneToMany2)
-
Constructor Details
-
EmbeddableTestEntityEmbeddable
public EmbeddableTestEntityEmbeddable()
-
-
Method Details
-
getManyToOne
-
setManyToOne
-
getNameObject
-
setNameObject
-
getOneToMany
-
setOneToMany
-
getOneToMany2
-
setOneToMany2
-
getElementCollection
-
setElementCollection
-
getManyToMany
-
setManyToMany
-
getNestedEmbeddable
-
setNestedEmbeddable
-
getElementCollection2
-
setElementCollection2
-
getElementCollection3
-
setElementCollection3
-