| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.gambit |
| Modifier and Type | Field and Description |
|---|---|
static SingularAttribute<EntityWithManyToOneSelfReference,Integer> |
EntityWithManyToOneSelfReference_.id |
static SingularAttribute<EntityWithManyToOneSelfReference,String> |
EntityWithManyToOneSelfReference_.name |
static SingularAttribute<EntityWithManyToOneSelfReference,EntityWithManyToOneSelfReference> |
EntityWithManyToOneSelfReference_.other |
static SingularAttribute<EntityWithManyToOneSelfReference,EntityWithManyToOneSelfReference> |
EntityWithManyToOneSelfReference_.other |
static SingularAttribute<EntityWithManyToOneSelfReference,Integer> |
EntityWithManyToOneSelfReference_.someInteger |
| Modifier and Type | Method and Description |
|---|---|
EntityWithManyToOneSelfReference |
EntityWithManyToOneSelfReference.getOther() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityWithManyToOneSelfReference.setOther(EntityWithManyToOneSelfReference other) |
| Constructor and Description |
|---|
EntityWithManyToOneSelfReference(Integer id,
String name,
EntityWithManyToOneSelfReference other,
Integer someInteger) |
EntityWithManyToOneSelfReference(Integer id,
String name,
Integer someInteger,
EntityWithManyToOneSelfReference other) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.