Package | Description |
---|---|
org.hibernate.boot.jaxb.hbm.spi |
Modifier and Type | Field and Description |
---|---|
protected JaxbHbmNotFoundEnum |
JaxbHbmOneToManyCollectionElementType.notFound |
protected JaxbHbmNotFoundEnum |
JaxbHbmManyToOneType.notFound |
protected JaxbHbmNotFoundEnum |
JaxbHbmManyToManyCollectionElementType.notFound |
Modifier and Type | Method and Description |
---|---|
static JaxbHbmNotFoundEnum |
JaxbHbmNotFoundEnum.fromValue(String v) |
JaxbHbmNotFoundEnum |
JaxbHbmOneToManyCollectionElementType.getNotFound()
Gets the value of the notFound property.
|
JaxbHbmNotFoundEnum |
JaxbHbmManyToOneType.getNotFound()
Gets the value of the notFound property.
|
JaxbHbmNotFoundEnum |
JaxbHbmManyToManyCollectionElementType.getNotFound()
Gets the value of the notFound property.
|
static JaxbHbmNotFoundEnum |
JaxbHbmNotFoundEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbHbmNotFoundEnum[] |
JaxbHbmNotFoundEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbHbmOneToManyCollectionElementType.setNotFound(JaxbHbmNotFoundEnum value)
Sets the value of the notFound property.
|
void |
JaxbHbmManyToOneType.setNotFound(JaxbHbmNotFoundEnum value)
Sets the value of the notFound property.
|
void |
JaxbHbmManyToManyCollectionElementType.setNotFound(JaxbHbmNotFoundEnum value)
Sets the value of the notFound property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.