Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbCheckAttribute |
JaxbSqlUpdateElement.check |
protected JaxbCheckAttribute |
JaxbSqlInsertElement.check |
protected JaxbCheckAttribute |
JaxbSqlDeleteElement.check |
protected JaxbCheckAttribute |
JaxbSqlDeleteAllElement.check |
Modifier and Type | Method and Description |
---|---|
static JaxbCheckAttribute |
JaxbCheckAttribute.fromValue(String v) |
JaxbCheckAttribute |
JaxbSqlUpdateElement.getCheck()
Gets the value of the check property.
|
JaxbCheckAttribute |
JaxbSqlInsertElement.getCheck()
Gets the value of the check property.
|
JaxbCheckAttribute |
JaxbSqlDeleteElement.getCheck()
Gets the value of the check property.
|
JaxbCheckAttribute |
JaxbSqlDeleteAllElement.getCheck()
Gets the value of the check property.
|
JaxbCheckAttribute |
CustomSqlElement.getCheck() |
static JaxbCheckAttribute |
JaxbCheckAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbCheckAttribute[] |
JaxbCheckAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbSqlUpdateElement.setCheck(JaxbCheckAttribute value)
Sets the value of the check property.
|
void |
JaxbSqlInsertElement.setCheck(JaxbCheckAttribute value)
Sets the value of the check property.
|
void |
JaxbSqlDeleteElement.setCheck(JaxbCheckAttribute value)
Sets the value of the check property.
|
void |
JaxbSqlDeleteAllElement.setCheck(JaxbCheckAttribute value)
Sets the value of the check property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.