Class EntityOfLists
java.lang.Object
org.hibernate.testing.orm.domain.gambit.EntityOfLists
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddComponent(SimpleComponent value) voidaddConvertedEnum(EnumValue value) voidvoidaddManyToMany(SimpleEntity value) voidaddNumber(double number) voidaddOneToMany(SimpleEntity value) getId()getName()voidvoidsetListOfBasics(List<String> listOfBasics) voidsetListOfComponents(List<SimpleComponent> listOfComponents) voidsetListOfConvertedEnums(List<EnumValue> listOfConvertedEnums) voidsetListOfEnums(List<EnumValue> listOfEnums) voidsetListOfManyToMany(List<SimpleEntity> listOfManyToMany) voidsetListOfNumbers(List<Double> listOfNumbers) voidsetListOfOneToMany(List<SimpleEntity> listOfOneToMany) void
-
Constructor Details
-
EntityOfLists
public EntityOfLists() -
EntityOfLists
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getListOfBasics
-
setListOfBasics
-
getListOfNumbers
-
setListOfNumbers
-
addBasic
-
addNumber
public void addNumber(double number) -
getListOfConvertedEnums
-
setListOfConvertedEnums
-
addConvertedEnum
-
getListOfEnums
-
setListOfEnums
-
addEnum
-
getListOfComponents
-
setListOfComponents
-
addComponent
-
getListOfOneToMany
-
setListOfOneToMany
-
addOneToMany
-
getListOfManyToMany
-
setListOfManyToMany
-
addManyToMany
-