Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbOuterJoinAttribute |
JaxbIdbagElement.outerJoin |
protected JaxbOuterJoinAttribute |
JaxbOneToOneElement.outerJoin |
protected JaxbOuterJoinAttribute |
JaxbListElement.outerJoin |
protected JaxbOuterJoinAttribute |
JaxbBagElement.outerJoin |
protected JaxbOuterJoinAttribute |
JaxbManyToOneElement.outerJoin |
protected JaxbOuterJoinAttribute |
JaxbSetElement.outerJoin |
protected JaxbOuterJoinAttribute |
JaxbManyToManyElement.outerJoin |
protected JaxbOuterJoinAttribute |
JaxbMapElement.outerJoin |
protected JaxbOuterJoinAttribute |
JaxbArrayElement.outerJoin |
protected JaxbOuterJoinAttribute |
JaxbPrimitiveArrayElement.outerJoin |
Modifier and Type | Method and Description |
---|---|
static JaxbOuterJoinAttribute |
JaxbOuterJoinAttribute.fromValue(String v) |
JaxbOuterJoinAttribute |
PluralAttributeElement.getOuterJoin() |
JaxbOuterJoinAttribute |
JaxbIdbagElement.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbOuterJoinAttribute |
JaxbOneToOneElement.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbOuterJoinAttribute |
JaxbListElement.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbOuterJoinAttribute |
JaxbBagElement.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbOuterJoinAttribute |
JaxbManyToOneElement.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbOuterJoinAttribute |
JaxbSetElement.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbOuterJoinAttribute |
JaxbManyToManyElement.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbOuterJoinAttribute |
JaxbMapElement.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbOuterJoinAttribute |
JaxbArrayElement.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbOuterJoinAttribute |
JaxbPrimitiveArrayElement.getOuterJoin()
Gets the value of the outerJoin property.
|
static JaxbOuterJoinAttribute |
JaxbOuterJoinAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbOuterJoinAttribute[] |
JaxbOuterJoinAttribute.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.setOuterJoin(JaxbOuterJoinAttribute value)
Sets the value of the outerJoin property.
|
void |
JaxbOneToOneElement.setOuterJoin(JaxbOuterJoinAttribute value)
Sets the value of the outerJoin property.
|
void |
JaxbListElement.setOuterJoin(JaxbOuterJoinAttribute value)
Sets the value of the outerJoin property.
|
void |
JaxbBagElement.setOuterJoin(JaxbOuterJoinAttribute value)
Sets the value of the outerJoin property.
|
void |
JaxbManyToOneElement.setOuterJoin(JaxbOuterJoinAttribute value)
Sets the value of the outerJoin property.
|
void |
JaxbSetElement.setOuterJoin(JaxbOuterJoinAttribute value)
Sets the value of the outerJoin property.
|
void |
JaxbManyToManyElement.setOuterJoin(JaxbOuterJoinAttribute value)
Sets the value of the outerJoin property.
|
void |
JaxbMapElement.setOuterJoin(JaxbOuterJoinAttribute value)
Sets the value of the outerJoin property.
|
void |
JaxbArrayElement.setOuterJoin(JaxbOuterJoinAttribute value)
Sets the value of the outerJoin property.
|
void |
JaxbPrimitiveArrayElement.setOuterJoin(JaxbOuterJoinAttribute value)
Sets the value of the outerJoin property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.