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