Uses of Class
org.hibernate.testing.orm.domain.gambit.SimpleEntity
Packages that use SimpleEntity
-
Uses of SimpleEntity in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return SimpleEntityModifier and TypeMethodDescriptionEntityWithLazyOneToOne.getOther()
EntityWithManyToOneJoinTable.getOther()
EntityWithOneToOne.getOther()
EntityWithOneToOneJoinTable.getOther()
EntityWithOneToOneSharingPrimaryKey.getOther()
Methods in org.hibernate.testing.orm.domain.gambit that return types with arguments of type SimpleEntityModifier and TypeMethodDescriptionEntityOfMaps.getBasicByOneToMany()
EntityOfLists.getListOfManyToMany()
EntityOfLists.getListOfOneToMany()
EntityOfMaps.getManyToManyByBasic()
EntityOfMaps.getOneToManyByBasic()
EntityWithOneToMany.getOthers()
EntityWithOneToMany.getOthersIdentifierBag()
EntityOfSets.getSetOfManyToMany()
EntityOfSets.getSetOfOneToMany()
EntityOfMaps.getSortedManyToManyByBasic()
EntityOfMaps.getSortedManyToManyByBasicWithComparator()
EntityOfMaps.getSortedManyToManyByBasicWithSortNaturalByDefault()
Methods in org.hibernate.testing.orm.domain.gambit with parameters of type SimpleEntityModifier and TypeMethodDescriptionvoid
EntityOfLists.addManyToMany
(SimpleEntity value) void
EntityOfSets.addManyToMany
(SimpleEntity value) void
EntityOfMaps.addManyToManyByComponent
(String key, SimpleEntity value) void
EntityOfLists.addOneToMany
(SimpleEntity value) void
EntityOfSets.addOneToMany
(SimpleEntity value) void
EntityOfMaps.addOneToManyByBasic
(String key, SimpleEntity value) void
EntityOfMaps.addOneToManyByBasic
(SimpleEntity key, String val) void
EntityWithOneToMany.addOther
(SimpleEntity other) void
EntityOfMaps.addSortedManyToManyByBasicWithComparator
(String key, SimpleEntity value) void
EntityOfMaps.addSortedManyToManyByBasicWithSortNaturalByDefault
(String key, SimpleEntity value) void
EntityWithLazyOneToOne.setOther
(SimpleEntity other) void
EntityWithManyToOneJoinTable.setOther
(SimpleEntity other) void
EntityWithOneToOne.setOther
(SimpleEntity other) void
EntityWithOneToOneJoinTable.setOther
(SimpleEntity other) void
EntityWithOneToOneSharingPrimaryKey.setOther
(SimpleEntity other) Method parameters in org.hibernate.testing.orm.domain.gambit with type arguments of type SimpleEntityModifier and TypeMethodDescriptionvoid
EntityOfMaps.setBasicByOneToMany
(Map<SimpleEntity, String> basicByOneToMany) void
EntityOfLists.setListOfManyToMany
(List<SimpleEntity> listOfManyToMany) void
EntityOfLists.setListOfOneToMany
(List<SimpleEntity> listOfOneToMany) void
EntityOfMaps.setManyToManyByBasic
(Map<String, SimpleEntity> manyToManyByBasic) void
EntityOfMaps.setOneToManyByBasic
(Map<String, SimpleEntity> oneToManyByBasic) void
EntityWithOneToMany.setOthers
(Set<SimpleEntity> others) void
EntityWithOneToMany.setOthersIdentifierBag
(List<SimpleEntity> othersIdentifierBag) void
EntityOfSets.setSetOfManyToMany
(Set<SimpleEntity> setOfManyToMany) void
EntityOfSets.setSetOfOneToMany
(Set<SimpleEntity> setOfOneToMany) void
EntityOfMaps.setSortedManyToManyByBasic
(SortedMap<String, SimpleEntity> sortedManyToManyByBasic) void
EntityOfMaps.setSortedManyToManyByBasicWithComparator
(SortedMap<String, SimpleEntity> sortedManyToManyByBasicWithComparator) void
EntityOfMaps.setSortedManyToManyByBasicWithSortNaturalByDefault
(SortedMap<String, SimpleEntity> sortedManyToManyByBasicWithSortNaturalByDefault)