| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.gambit |
| Modifier and Type | Field and Description |
|---|---|
static ListAttribute<EntityWithOneToManyNotOwned,EntityWithManyToOneWithoutJoinTable> |
EntityWithOneToManyNotOwned_.children |
static SingularAttribute<EntityWithManyToOneWithoutJoinTable,Integer> |
EntityWithManyToOneWithoutJoinTable_.id |
static SingularAttribute<EntityWithManyToOneWithoutJoinTable,EntityWithOneToManyNotOwned> |
EntityWithManyToOneWithoutJoinTable_.owner |
static SingularAttribute<EntityWithManyToOneWithoutJoinTable,Integer> |
EntityWithManyToOneWithoutJoinTable_.someInteger |
| Modifier and Type | Method and Description |
|---|---|
List<EntityWithManyToOneWithoutJoinTable> |
EntityWithOneToManyNotOwned.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityWithOneToManyNotOwned.addChild(EntityWithManyToOneWithoutJoinTable child) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityWithOneToManyNotOwned.setChildren(List<EntityWithManyToOneWithoutJoinTable> children) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.