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