| Package | Description |
|---|---|
| org.hibernate.boot.jaxb.hbm.spi |
| Modifier and Type | Field and Description |
|---|---|
protected JaxbHbmLazyEnum |
JaxbHbmCompositeKeyManyToOneType.lazy |
protected JaxbHbmLazyEnum |
JaxbHbmManyToManyCollectionElementType.lazy |
| Modifier and Type | Method and Description |
|---|---|
static JaxbHbmLazyEnum |
JaxbHbmLazyEnum.fromValue(String v) |
JaxbHbmLazyEnum |
JaxbHbmCompositeKeyManyToOneType.getLazy()
Gets the value of the lazy property.
|
JaxbHbmLazyEnum |
JaxbHbmManyToManyCollectionElementType.getLazy()
Gets the value of the lazy property.
|
static JaxbHbmLazyEnum |
JaxbHbmLazyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbHbmLazyEnum[] |
JaxbHbmLazyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JaxbHbmCompositeKeyManyToOneType.setLazy(JaxbHbmLazyEnum value)
Sets the value of the lazy property.
|
void |
JaxbHbmManyToManyCollectionElementType.setLazy(JaxbHbmLazyEnum value)
Sets the value of the lazy property.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.