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 voidEntityOfMaps. addBasicByComponent(SimpleComponent key, String value)voidEntityOfLists. addComponent(SimpleComponent value)voidEntityOfSets. addComponent(SimpleComponent value)voidEntityOfMaps. addComponentByBasic(String key, SimpleComponent value)voidEntityOfMaps. addComponentByBasicOrdered(String key, SimpleComponent value)voidEntityOfSets. addExtraLazyComponent(SimpleComponent value)Method parameters in org.hibernate.testing.orm.domain.gambit with type arguments of type SimpleComponent Modifier and Type Method Description voidEntityOfMaps. setBasicByComponent(Map<SimpleComponent,String> basicByComponent)voidEntityOfMaps. setComponentByBasic(Map<String,SimpleComponent> componentByBasic)voidEntityOfMaps. setComponentByBasicOrdered(Map<String,SimpleComponent> componentByBasicOrdered)voidEntityOfSets. setExtraLazySetOfComponents(Set<SimpleComponent> extraLazySetOfComponents)voidEntityOfLists. setListOfComponents(List<SimpleComponent> listOfComponents)voidEntityOfSets. setSetOfComponents(Set<SimpleComponent> setOfComponents)
-