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

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

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

Fields in org.hibernate.internal.jaxb.cfg declared as JaxbTypeAttribute
protected  JaxbTypeAttribute JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent.type
           
protected  JaxbTypeAttribute JaxbListenerElement.type
           
 

Methods in org.hibernate.internal.jaxb.cfg that return JaxbTypeAttribute
static JaxbTypeAttribute JaxbTypeAttribute.fromValue(String v)
           
 JaxbTypeAttribute JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent.getType()
          Gets the value of the type property.
 JaxbTypeAttribute JaxbListenerElement.getType()
          Gets the value of the type property.
static JaxbTypeAttribute JaxbTypeAttribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbTypeAttribute[] JaxbTypeAttribute.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 JaxbTypeAttribute
 void JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent.setType(JaxbTypeAttribute value)
          Sets the value of the type property.
 void JaxbListenerElement.setType(JaxbTypeAttribute value)
          Sets the value of the type property.
 



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