Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbFetchAttributeWithSubselect |
JaxbIdbagElement.fetch |
protected JaxbFetchAttributeWithSubselect |
JaxbListElement.fetch |
protected JaxbFetchAttributeWithSubselect |
JaxbBagElement.fetch |
protected JaxbFetchAttributeWithSubselect |
JaxbSetElement.fetch |
protected JaxbFetchAttributeWithSubselect |
JaxbMapElement.fetch |
protected JaxbFetchAttributeWithSubselect |
JaxbArrayElement.fetch |
protected JaxbFetchAttributeWithSubselect |
JaxbPrimitiveArrayElement.fetch |
Modifier and Type | Method and Description |
---|---|
static JaxbFetchAttributeWithSubselect |
JaxbFetchAttributeWithSubselect.fromValue(String v) |
JaxbFetchAttributeWithSubselect |
PluralAttributeElement.getFetch() |
JaxbFetchAttributeWithSubselect |
JaxbIdbagElement.getFetch()
Gets the value of the fetch property.
|
JaxbFetchAttributeWithSubselect |
JaxbListElement.getFetch()
Gets the value of the fetch property.
|
JaxbFetchAttributeWithSubselect |
JaxbBagElement.getFetch()
Gets the value of the fetch property.
|
JaxbFetchAttributeWithSubselect |
JaxbSetElement.getFetch()
Gets the value of the fetch property.
|
JaxbFetchAttributeWithSubselect |
JaxbMapElement.getFetch()
Gets the value of the fetch property.
|
JaxbFetchAttributeWithSubselect |
JaxbArrayElement.getFetch()
Gets the value of the fetch property.
|
JaxbFetchAttributeWithSubselect |
JaxbPrimitiveArrayElement.getFetch()
Gets the value of the fetch property.
|
static JaxbFetchAttributeWithSubselect |
JaxbFetchAttributeWithSubselect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbFetchAttributeWithSubselect[] |
JaxbFetchAttributeWithSubselect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbIdbagElement.setFetch(JaxbFetchAttributeWithSubselect value)
Sets the value of the fetch property.
|
void |
JaxbListElement.setFetch(JaxbFetchAttributeWithSubselect value)
Sets the value of the fetch property.
|
void |
JaxbBagElement.setFetch(JaxbFetchAttributeWithSubselect value)
Sets the value of the fetch property.
|
void |
JaxbSetElement.setFetch(JaxbFetchAttributeWithSubselect value)
Sets the value of the fetch property.
|
void |
JaxbMapElement.setFetch(JaxbFetchAttributeWithSubselect value)
Sets the value of the fetch property.
|
void |
JaxbArrayElement.setFetch(JaxbFetchAttributeWithSubselect value)
Sets the value of the fetch property.
|
void |
JaxbPrimitiveArrayElement.setFetch(JaxbFetchAttributeWithSubselect value)
Sets the value of the fetch property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.