Uses of Class
org.hibernate.testing.orm.domain.gambit.SimpleComponent
Packages that use SimpleComponent
-
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 SimpleComponentModifier and TypeMethodDescriptionEntityOfMaps.getBasicByComponent()EntityOfMaps.getComponentByBasic()EntityOfMaps.getComponentByBasicOrdered()EntityOfSets.getExtraLazySetOfComponents()EntityOfLists.getListOfComponents()EntityOfSets.getSetOfComponents()Methods in org.hibernate.testing.orm.domain.gambit with parameters of type SimpleComponentModifier and TypeMethodDescriptionvoidEntityOfMaps.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 SimpleComponentModifier and TypeMethodDescriptionvoidEntityOfMaps.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)