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()
EntityOfLists.getListOfComponents()
EntityOfSets.getSetOfComponents()
Methods in org.hibernate.testing.orm.domain.gambit with parameters of type SimpleComponentModifier and TypeMethodDescriptionvoid
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) Method parameters in org.hibernate.testing.orm.domain.gambit with type arguments of type SimpleComponentModifier and TypeMethodDescriptionvoid
EntityOfMaps.setBasicByComponent
(Map<SimpleComponent, String> basicByComponent) void
EntityOfMaps.setComponentByBasic
(Map<String, SimpleComponent> componentByBasic) void
EntityOfMaps.setComponentByBasicOrdered
(Map<String, SimpleComponent> componentByBasicOrdered) void
EntityOfLists.setListOfComponents
(List<SimpleComponent> listOfComponents) void
EntityOfSets.setSetOfComponents
(Set<SimpleComponent> setOfComponents)