Class EntityOfSets
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.EntityOfSets
-
-
Constructor Summary
Constructors Constructor Description EntityOfSets()
EntityOfSets(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 value)
-
addOrderedBasic
public void addOrderedBasic(String value)
-
addSortedBasic
public void addSortedBasic(String value)
-
setSortedSetOfBasicsWithComparator
public void setSortedSetOfBasicsWithComparator(SortedSet<String> sortedSetOfBasicsWithComparator)
-
addSortedBasicWithComparator
public void addSortedBasicWithComparator(String value)
-
getSortedSetOfBasicsWithSortNaturalByDefault
public SortedSet<String> getSortedSetOfBasicsWithSortNaturalByDefault()
-
setSortedSetOfBasicsWithSortNaturalByDefault
public void setSortedSetOfBasicsWithSortNaturalByDefault(SortedSet<String> sortedSetOfBasicsWithSortNaturalByDefault)
-
addSortedBasicWithSortNaturalByDefault
public void addSortedBasicWithSortNaturalByDefault(String value)
-
addConvertedEnum
public void addConvertedEnum(EnumValue value)
-
addEnum
public void addEnum(EnumValue value)
-
getSetOfComponents
public Set<SimpleComponent> getSetOfComponents()
-
setSetOfComponents
public void setSetOfComponents(Set<SimpleComponent> setOfComponents)
-
addComponent
public void addComponent(SimpleComponent value)
-
getExtraLazySetOfComponents
public Set<SimpleComponent> getExtraLazySetOfComponents()
-
setExtraLazySetOfComponents
public void setExtraLazySetOfComponents(Set<SimpleComponent> extraLazySetOfComponents)
-
addExtraLazyComponent
public void addExtraLazyComponent(SimpleComponent value)
-
getSetOfOneToMany
public Set<SimpleEntity> getSetOfOneToMany()
-
setSetOfOneToMany
public void setSetOfOneToMany(Set<SimpleEntity> setOfOneToMany)
-
addOneToMany
public void addOneToMany(SimpleEntity value)
-
getSetOfManyToMany
public Set<SimpleEntity> getSetOfManyToMany()
-
setSetOfManyToMany
public void setSetOfManyToMany(Set<SimpleEntity> setOfManyToMany)
-
addManyToMany
public void addManyToMany(SimpleEntity value)
-
-