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