Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbCacheModeAttribute |
JaxbQueryElement.cacheMode |
protected JaxbCacheModeAttribute |
JaxbSqlQueryElement.cacheMode |
Modifier and Type | Method and Description |
---|---|
static JaxbCacheModeAttribute |
JaxbCacheModeAttribute.fromValue(String v) |
JaxbCacheModeAttribute |
JaxbQueryElement.getCacheMode()
Gets the value of the cacheMode property.
|
JaxbCacheModeAttribute |
JaxbSqlQueryElement.getCacheMode()
Gets the value of the cacheMode property.
|
static JaxbCacheModeAttribute |
JaxbCacheModeAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbCacheModeAttribute[] |
JaxbCacheModeAttribute.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.setCacheMode(JaxbCacheModeAttribute value)
Sets the value of the cacheMode property.
|
void |
JaxbSqlQueryElement.setCacheMode(JaxbCacheModeAttribute value)
Sets the value of the cacheMode property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.