Class EntityOfLists
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.EntityOfLists
-
-
Constructor Summary
Constructors Constructor Description EntityOfLists()
EntityOfLists(Integer id, String name)
-
Method Summary
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
addBasic
public void addBasic(String basic)
-
addNumber
public void addNumber(double number)
-
addConvertedEnum
public void addConvertedEnum(EnumValue value)
-
addEnum
public void addEnum(EnumValue value)
-
getListOfComponents
public List<SimpleComponent> getListOfComponents()
-
setListOfComponents
public void setListOfComponents(List<SimpleComponent> listOfComponents)
-
addComponent
public void addComponent(SimpleComponent value)
-
getListOfOneToMany
public List<SimpleEntity> getListOfOneToMany()
-
setListOfOneToMany
public void setListOfOneToMany(List<SimpleEntity> listOfOneToMany)
-
addOneToMany
public void addOneToMany(SimpleEntity value)
-
getListOfManyToMany
public List<SimpleEntity> getListOfManyToMany()
-
setListOfManyToMany
public void setListOfManyToMany(List<SimpleEntity> listOfManyToMany)
-
addManyToMany
public void addManyToMany(SimpleEntity value)
-
-