Uses of Class
org.hibernate.internal.jaxb.mapping.hbm.JaxbCacheModeAttribute

Packages that use JaxbCacheModeAttribute
org.hibernate.internal.jaxb.mapping.hbm   
 

Uses of JaxbCacheModeAttribute in org.hibernate.internal.jaxb.mapping.hbm
 

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbCacheModeAttribute
protected  JaxbCacheModeAttribute JaxbSqlQueryElement.cacheMode
           
protected  JaxbCacheModeAttribute JaxbQueryElement.cacheMode
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbCacheModeAttribute
static JaxbCacheModeAttribute JaxbCacheModeAttribute.fromValue(String v)
           
 JaxbCacheModeAttribute JaxbSqlQueryElement.getCacheMode()
          Gets the value of the cacheMode property.
 JaxbCacheModeAttribute JaxbQueryElement.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.
 

Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbCacheModeAttribute
 void JaxbSqlQueryElement.setCacheMode(JaxbCacheModeAttribute value)
          Sets the value of the cacheMode property.
 void JaxbQueryElement.setCacheMode(JaxbCacheModeAttribute value)
          Sets the value of the cacheMode property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.