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