Package | Description |
---|---|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.model.source.internal.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbHbmOuterJoinEnum |
JaxbHbmPrimitiveArrayType.outerJoin |
protected JaxbHbmOuterJoinEnum |
JaxbHbmOneToOneType.outerJoin |
protected JaxbHbmOuterJoinEnum |
JaxbHbmArrayType.outerJoin |
protected JaxbHbmOuterJoinEnum |
JaxbHbmIdBagCollectionType.outerJoin |
protected JaxbHbmOuterJoinEnum |
JaxbHbmListType.outerJoin |
protected JaxbHbmOuterJoinEnum |
JaxbHbmMapType.outerJoin |
protected JaxbHbmOuterJoinEnum |
JaxbHbmSetType.outerJoin |
protected JaxbHbmOuterJoinEnum |
JaxbHbmBagCollectionType.outerJoin |
protected JaxbHbmOuterJoinEnum |
JaxbHbmManyToOneType.outerJoin |
protected JaxbHbmOuterJoinEnum |
JaxbHbmManyToManyCollectionElementType.outerJoin |
Modifier and Type | Method and Description |
---|---|
static JaxbHbmOuterJoinEnum |
JaxbHbmOuterJoinEnum.fromValue(java.lang.String v) |
JaxbHbmOuterJoinEnum |
PluralAttributeInfo.getOuterJoin() |
JaxbHbmOuterJoinEnum |
JaxbHbmPrimitiveArrayType.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbHbmOuterJoinEnum |
JaxbHbmOneToOneType.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbHbmOuterJoinEnum |
JaxbHbmArrayType.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbHbmOuterJoinEnum |
JaxbHbmIdBagCollectionType.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbHbmOuterJoinEnum |
JaxbHbmListType.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbHbmOuterJoinEnum |
JaxbHbmMapType.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbHbmOuterJoinEnum |
JaxbHbmSetType.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbHbmOuterJoinEnum |
JaxbHbmBagCollectionType.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbHbmOuterJoinEnum |
JaxbHbmManyToOneType.getOuterJoin()
Gets the value of the outerJoin property.
|
JaxbHbmOuterJoinEnum |
JaxbHbmManyToManyCollectionElementType.getOuterJoin()
Gets the value of the outerJoin property.
|
static JaxbHbmOuterJoinEnum |
JaxbHbmOuterJoinEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JaxbHbmOuterJoinEnum[] |
JaxbHbmOuterJoinEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbHbmPrimitiveArrayType.setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
void |
JaxbHbmOneToOneType.setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
void |
JaxbHbmArrayType.setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
void |
JaxbHbmIdBagCollectionType.setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
void |
JaxbHbmListType.setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
void |
JaxbHbmMapType.setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
void |
JaxbHbmSetType.setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
void |
JaxbHbmBagCollectionType.setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
void |
JaxbHbmManyToOneType.setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
void |
JaxbHbmManyToManyCollectionElementType.setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.