|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JaxbNotFoundAttribute | |
|---|---|
| org.hibernate.internal.jaxb.mapping.hbm | |
| Uses of JaxbNotFoundAttribute in org.hibernate.internal.jaxb.mapping.hbm |
|---|
| Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbNotFoundAttribute | |
|---|---|
protected JaxbNotFoundAttribute |
JaxbOneToManyElement.notFound
|
protected JaxbNotFoundAttribute |
JaxbManyToOneElement.notFound
|
protected JaxbNotFoundAttribute |
JaxbManyToManyElement.notFound
|
| Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbNotFoundAttribute | |
|---|---|
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. |
| Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbNotFoundAttribute | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||