| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.gambit |
| Modifier and Type | Field and Description |
|---|---|
static SingularAttribute<Shirt,Shirt.Size> |
Shirt_.size |
| Modifier and Type | Method and Description |
|---|---|
Shirt.Size |
Shirt.getSize() |
static Shirt.Size |
Shirt.Size.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shirt.Size[] |
Shirt.Size.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Shirt.setSize(Shirt.Size size) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.