Uses of Class
org.hibernate.internal.jaxb.cfg.JaxbUsageAttribute

Packages that use JaxbUsageAttribute
org.hibernate.internal.jaxb.cfg   
 

Uses of JaxbUsageAttribute in org.hibernate.internal.jaxb.cfg
 

Fields in org.hibernate.internal.jaxb.cfg declared as JaxbUsageAttribute
protected  JaxbUsageAttribute JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache.usage
           
protected  JaxbUsageAttribute JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache.usage
           
 

Methods in org.hibernate.internal.jaxb.cfg that return JaxbUsageAttribute
static JaxbUsageAttribute JaxbUsageAttribute.fromValue(String v)
           
 JaxbUsageAttribute JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache.getUsage()
          Gets the value of the usage property.
 JaxbUsageAttribute JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache.getUsage()
          Gets the value of the usage property.
static JaxbUsageAttribute JaxbUsageAttribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbUsageAttribute[] JaxbUsageAttribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.internal.jaxb.cfg with parameters of type JaxbUsageAttribute
 void JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache.setUsage(JaxbUsageAttribute value)
          Sets the value of the usage property.
 void JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache.setUsage(JaxbUsageAttribute value)
          Sets the value of the usage property.
 



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