Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbFetchAttribute |
JaxbOneToOneElement.fetch |
protected JaxbFetchAttribute |
JaxbManyToOneElement.fetch |
protected JaxbFetchAttribute |
JaxbManyToManyElement.fetch |
protected JaxbFetchAttribute |
JaxbJoinElement.fetch |
Modifier and Type | Method and Description |
---|---|
static JaxbFetchAttribute |
JaxbFetchAttribute.fromValue(String v) |
JaxbFetchAttribute |
JaxbOneToOneElement.getFetch()
Gets the value of the fetch property.
|
JaxbFetchAttribute |
JaxbManyToOneElement.getFetch()
Gets the value of the fetch property.
|
JaxbFetchAttribute |
JaxbManyToManyElement.getFetch()
Gets the value of the fetch property.
|
JaxbFetchAttribute |
JaxbJoinElement.getFetch()
Gets the value of the fetch property.
|
static JaxbFetchAttribute |
JaxbFetchAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbFetchAttribute[] |
JaxbFetchAttribute.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.setFetch(JaxbFetchAttribute value)
Sets the value of the fetch property.
|
void |
JaxbManyToOneElement.setFetch(JaxbFetchAttribute value)
Sets the value of the fetch property.
|
void |
JaxbManyToManyElement.setFetch(JaxbFetchAttribute value)
Sets the value of the fetch property.
|
void |
JaxbJoinElement.setFetch(JaxbFetchAttribute value)
Sets the value of the fetch property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.