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