Class EntityOfLists
java.lang.Object
org.hibernate.testing.orm.domain.gambit.EntityOfLists
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addComponent
(SimpleComponent value) void
addConvertedEnum
(EnumValue value) void
void
addManyToMany
(SimpleEntity value) void
addNumber
(double number) void
addOneToMany
(SimpleEntity value) getId()
getName()
void
void
setListOfBasics
(List<String> listOfBasics) void
setListOfComponents
(List<SimpleComponent> listOfComponents) void
setListOfConvertedEnums
(List<EnumValue> listOfConvertedEnums) void
setListOfEnums
(List<EnumValue> listOfEnums) void
setListOfManyToMany
(List<SimpleEntity> listOfManyToMany) void
setListOfNumbers
(List<Double> listOfNumbers) void
setListOfOneToMany
(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
-