| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.gambit |
| Modifier and Type | Method and Description |
|---|---|
SimpleEntity |
EntityWithLazyOneToOne.getOther() |
SimpleEntity |
EntityWithOneToOne.getOther() |
SimpleEntity |
EntityWithOneToOneJoinTable.getOther() |
SimpleEntity |
EntityWithOneToOneSharingPrimaryKey.getOther() |
SimpleEntity |
EntityWithManyToOneJoinTable.getOther() |
| Modifier and Type | Method and Description |
|---|---|
Map<SimpleEntity,String> |
EntityOfMaps.getBasicByOneToMany() |
List<SimpleEntity> |
EntityOfLists.getListOfManyToMany() |
List<SimpleEntity> |
EntityOfLists.getListOfOneToMany() |
Map<String,SimpleEntity> |
EntityOfMaps.getManyToManyByBasic() |
Map<String,SimpleEntity> |
EntityOfMaps.getOneToManyByBasic() |
Set<SimpleEntity> |
EntityWithOneToMany.getOthers() |
List<SimpleEntity> |
EntityWithOneToMany.getOthersIdentifierBag() |
Set<SimpleEntity> |
EntityOfSets.getSetOfManyToMany() |
Set<SimpleEntity> |
EntityOfSets.getSetOfOneToMany() |
SortedMap<String,SimpleEntity> |
EntityOfMaps.getSortedManyToManyByBasic() |
SortedMap<String,SimpleEntity> |
EntityOfMaps.getSortedManyToManyByBasicWithComparator() |
SortedMap<String,SimpleEntity> |
EntityOfMaps.getSortedManyToManyByBasicWithSortNaturalByDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
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(SimpleEntity key,
String val) |
void |
EntityOfMaps.addOneToManyByBasic(String key,
SimpleEntity value) |
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 |
EntityWithOneToOne.setOther(SimpleEntity other) |
void |
EntityWithOneToOneJoinTable.setOther(SimpleEntity other) |
void |
EntityWithOneToOneSharingPrimaryKey.setOther(SimpleEntity other) |
void |
EntityWithManyToOneJoinTable.setOther(SimpleEntity other) |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.