Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbFlushModeAttribute |
JaxbQueryElement.flushMode |
protected JaxbFlushModeAttribute |
JaxbSqlQueryElement.flushMode |
Modifier and Type | Method and Description |
---|---|
static JaxbFlushModeAttribute |
JaxbFlushModeAttribute.fromValue(String v) |
JaxbFlushModeAttribute |
JaxbQueryElement.getFlushMode()
Gets the value of the flushMode property.
|
JaxbFlushModeAttribute |
JaxbSqlQueryElement.getFlushMode()
Gets the value of the flushMode property.
|
static JaxbFlushModeAttribute |
JaxbFlushModeAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbFlushModeAttribute[] |
JaxbFlushModeAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbQueryElement.setFlushMode(JaxbFlushModeAttribute value)
Sets the value of the flushMode property.
|
void |
JaxbSqlQueryElement.setFlushMode(JaxbFlushModeAttribute value)
Sets the value of the flushMode property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.