Uses of Class
org.hibernate.testing.orm.domain.gambit.SimpleComponent
-
Packages that use SimpleComponent Package Description org.hibernate.testing.orm.domain.gambit -
-
Uses of SimpleComponent in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return types with arguments of type SimpleComponent Modifier and Type Method Description Map<SimpleComponent,String>
EntityOfMaps. getBasicByComponent()
Map<String,SimpleComponent>
EntityOfMaps. getComponentByBasic()
Map<String,SimpleComponent>
EntityOfMaps. getComponentByBasicOrdered()
Set<SimpleComponent>
EntityOfSets. getExtraLazySetOfComponents()
List<SimpleComponent>
EntityOfLists. getListOfComponents()
Set<SimpleComponent>
EntityOfSets. getSetOfComponents()
Methods in org.hibernate.testing.orm.domain.gambit with parameters of type SimpleComponent Modifier and Type Method Description void
EntityOfMaps. addBasicByComponent(SimpleComponent key, String value)
void
EntityOfLists. addComponent(SimpleComponent value)
void
EntityOfSets. addComponent(SimpleComponent value)
void
EntityOfMaps. addComponentByBasic(String key, SimpleComponent value)
void
EntityOfMaps. addComponentByBasicOrdered(String key, SimpleComponent value)
void
EntityOfSets. addExtraLazyComponent(SimpleComponent value)
Method parameters in org.hibernate.testing.orm.domain.gambit with type arguments of type SimpleComponent Modifier and Type Method Description void
EntityOfMaps. setBasicByComponent(Map<SimpleComponent,String> basicByComponent)
void
EntityOfMaps. setComponentByBasic(Map<String,SimpleComponent> componentByBasic)
void
EntityOfMaps. setComponentByBasicOrdered(Map<String,SimpleComponent> componentByBasicOrdered)
void
EntityOfSets. setExtraLazySetOfComponents(Set<SimpleComponent> extraLazySetOfComponents)
void
EntityOfLists. setListOfComponents(List<SimpleComponent> listOfComponents)
void
EntityOfSets. setSetOfComponents(Set<SimpleComponent> setOfComponents)
-