| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.gambit |
| Modifier and Type | Field and Description |
|---|---|
static SingularAttribute<EntityOfLists,Integer> |
EntityOfLists_.id |
static ListAttribute<EntityOfLists,String> |
EntityOfLists_.listOfBasics |
static ListAttribute<EntityOfLists,Component> |
EntityOfLists_.listOfComponents |
static ListAttribute<EntityOfLists,EntityOfLists> |
EntityOfLists_.listOfManyToMany |
static ListAttribute<EntityOfLists,EntityOfLists> |
EntityOfLists_.listOfManyToMany |
static ListAttribute<EntityOfLists,EntityOfLists> |
EntityOfLists_.listOfOneToMany |
static ListAttribute<EntityOfLists,EntityOfLists> |
EntityOfLists_.listOfOneToMany |
| Modifier and Type | Method and Description |
|---|---|
List<EntityOfLists> |
EntityOfLists.getListOfManyToMany() |
List<EntityOfLists> |
EntityOfLists.getListOfOneToMany() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityOfLists.setListOfManyToMany(List<EntityOfLists> listOfManyToMany) |
void |
EntityOfLists.setListOfOneToMany(List<EntityOfLists> listOfOneToMany) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.