|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JaxbCheckAttribute | |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Uses of JaxbCheckAttribute in org.hibernate.internal.jaxb.mapping.hbm |
---|
Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbCheckAttribute | |
---|---|
protected JaxbCheckAttribute |
JaxbSqlInsertElement.check
|
protected JaxbCheckAttribute |
JaxbSqlDeleteElement.check
|
protected JaxbCheckAttribute |
JaxbSqlDeleteAllElement.check
|
protected JaxbCheckAttribute |
JaxbSqlUpdateElement.check
|
Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbCheckAttribute | |
---|---|
static JaxbCheckAttribute |
JaxbCheckAttribute.fromValue(String v)
|
JaxbCheckAttribute |
CustomSqlElement.getCheck()
|
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 |
JaxbSqlUpdateElement.getCheck()
Gets the value of the check property. |
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. |
Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbCheckAttribute | |
---|---|
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. |
void |
JaxbSqlUpdateElement.setCheck(JaxbCheckAttribute value)
Sets the value of the check property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |