| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.gambit |
| Modifier and Type | Field and Description |
|---|---|
static SingularAttribute<Component,Integer> |
Component_.basicInteger |
static SingularAttribute<Component,Long> |
Component_.basicLong |
static SingularAttribute<Component,Integer> |
Component_.basicPrimitiveInt |
static SingularAttribute<Component,String> |
Component_.basicString |
static MapAttribute<EntityOfMaps,String,Component> |
EntityOfMaps_.basicToComponentMap |
static SingularAttribute<EntityOfComposites,Component> |
EntityOfComposites_.component |
static MapAttribute<EntityOfMaps,Component,String> |
EntityOfMaps_.componentToBasicMap |
static ListAttribute<EntityOfLists,Component> |
EntityOfLists_.listOfComponents |
static SingularAttribute<Component,Component.Nested> |
Component_.nested |
static SetAttribute<EntityOfSets,Component> |
EntityOfSets_.setOfComponents |
static SetAttribute<EntityOfSets,Component> |
EntityOfSets_.setOfExtraLazyComponents |
| Modifier and Type | Method and Description |
|---|---|
Component |
EntityOfComposites.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Component> |
EntityOfMaps.getBasicToComponentMap() |
Map<Component,String> |
EntityOfMaps.getComponentToBasicMap() |
List<Component> |
EntityOfLists.getListOfComponents() |
Set<Component> |
EntityOfSets.getSetOfComponents() |
Set<Component> |
EntityOfSets.getSetOfExtraLazyComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityOfComposites.setComponent(Component component) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityOfMaps.setBasicToComponentMap(Map<String,Component> basicToComponentMap) |
void |
EntityOfMaps.setComponentToBasicMap(Map<Component,String> componentToBasicMap) |
void |
EntityOfLists.setListOfComponents(List<Component> listOfComponents) |
void |
EntityOfSets.setSetOfComponents(Set<Component> setOfComponents) |
void |
EntityOfSets.setSetOfExtraLazyComponents(Set<Component> setOfExtraLazyComponents) |
| Constructor and Description |
|---|
EntityOfComposites(Integer id,
Component component) |
EntityOfComposites(Integer id,
String name,
Component component) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.