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

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

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

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbTypeElement
protected  JaxbTypeElement JaxbHibernateMapping.JaxbClass.JaxbId.type
           
protected  JaxbTypeElement JaxbMapElement.JaxbMapKey.type
           
protected  JaxbTypeElement JaxbKeyPropertyElement.type
           
protected  JaxbTypeElement JaxbPropertyElement.type
           
protected  JaxbTypeElement JaxbElementElement.type
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbTypeElement
 JaxbTypeElement ObjectFactory.createJaxbTypeElement()
          Create an instance of JaxbTypeElement
 JaxbTypeElement SingularAttributeSource.getType()
           
 JaxbTypeElement JaxbHibernateMapping.JaxbClass.JaxbId.getType()
          Gets the value of the type property.
 JaxbTypeElement JaxbMapElement.JaxbMapKey.getType()
          Gets the value of the type property.
 JaxbTypeElement JaxbKeyPropertyElement.getType()
          Gets the value of the type property.
 JaxbTypeElement JaxbPropertyElement.getType()
          Gets the value of the type property.
 JaxbTypeElement JaxbElementElement.getType()
          Gets the value of the type property.
 

Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbTypeElement
 void JaxbHibernateMapping.JaxbClass.JaxbId.setType(JaxbTypeElement value)
          Sets the value of the type property.
 void JaxbMapElement.JaxbMapKey.setType(JaxbTypeElement value)
          Sets the value of the type property.
 void JaxbKeyPropertyElement.setType(JaxbTypeElement value)
          Sets the value of the type property.
 void JaxbPropertyElement.setType(JaxbTypeElement value)
          Sets the value of the type property.
 void JaxbElementElement.setType(JaxbTypeElement value)
          Sets the value of the type property.
 



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