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 TypeMethodDescriptionvoidEntityOfLists.addManyToMany(SimpleEntity value) voidEntityOfSets.addManyToMany(SimpleEntity value) voidEntityOfMaps.addManyToManyByComponent(String key, SimpleEntity value) voidEntityOfLists.addOneToMany(SimpleEntity value) voidEntityOfSets.addOneToMany(SimpleEntity value) voidEntityOfMaps.addOneToManyByBasic(String key, SimpleEntity value) voidEntityOfMaps.addOneToManyByBasic(SimpleEntity key, String val) voidEntityWithOneToMany.addOther(SimpleEntity other) voidEntityOfMaps.addSortedManyToManyByBasicWithComparator(String key, SimpleEntity value) voidEntityOfMaps.addSortedManyToManyByBasicWithSortNaturalByDefault(String key, SimpleEntity value) voidEntityWithLazyOneToOne.setOther(SimpleEntity other) voidEntityWithManyToOneJoinTable.setOther(SimpleEntity other) voidEntityWithOneToOne.setOther(SimpleEntity other) voidEntityWithOneToOneJoinTable.setOther(SimpleEntity other) voidEntityWithOneToOneSharingPrimaryKey.setOther(SimpleEntity other) Method parameters in org.hibernate.testing.orm.domain.gambit with type arguments of type SimpleEntityModifier and TypeMethodDescriptionvoidEntityOfMaps.setBasicByOneToMany(Map<SimpleEntity, String> basicByOneToMany) voidEntityOfLists.setListOfManyToMany(List<SimpleEntity> listOfManyToMany) voidEntityOfLists.setListOfOneToMany(List<SimpleEntity> listOfOneToMany) voidEntityOfMaps.setManyToManyByBasic(Map<String, SimpleEntity> manyToManyByBasic) voidEntityOfMaps.setOneToManyByBasic(Map<String, SimpleEntity> oneToManyByBasic) voidEntityWithOneToMany.setOthers(Set<SimpleEntity> others) voidEntityWithOneToMany.setOthersIdentifierBag(List<SimpleEntity> othersIdentifierBag) voidEntityOfSets.setSetOfManyToMany(Set<SimpleEntity> setOfManyToMany) voidEntityOfSets.setSetOfOneToMany(Set<SimpleEntity> setOfOneToMany) voidEntityOfMaps.setSortedManyToManyByBasic(SortedMap<String, SimpleEntity> sortedManyToManyByBasic) voidEntityOfMaps.setSortedManyToManyByBasicWithComparator(SortedMap<String, SimpleEntity> sortedManyToManyByBasicWithComparator) voidEntityOfMaps.setSortedManyToManyByBasicWithSortNaturalByDefault(SortedMap<String, SimpleEntity> sortedManyToManyByBasicWithSortNaturalByDefault)