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

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

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

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbIndexElement
protected  JaxbIndexElement JaxbMapElement.index
           
protected  JaxbIndexElement JaxbListElement.index
           
protected  JaxbIndexElement JaxbPrimitiveArrayElement.index
           
protected  JaxbIndexElement JaxbArrayElement.index
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbIndexElement
 JaxbIndexElement ObjectFactory.createJaxbIndexElement()
          Create an instance of JaxbIndexElement
 JaxbIndexElement JaxbMapElement.getIndex()
          Gets the value of the index property.
 JaxbIndexElement JaxbListElement.getIndex()
          Gets the value of the index property.
 JaxbIndexElement JaxbPrimitiveArrayElement.getIndex()
          Gets the value of the index property.
 JaxbIndexElement JaxbArrayElement.getIndex()
          Gets the value of the index property.
 

Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbIndexElement
 void JaxbMapElement.setIndex(JaxbIndexElement value)
          Sets the value of the index property.
 void JaxbListElement.setIndex(JaxbIndexElement value)
          Sets the value of the index property.
 void JaxbPrimitiveArrayElement.setIndex(JaxbIndexElement value)
          Sets the value of the index property.
 void JaxbArrayElement.setIndex(JaxbIndexElement value)
          Sets the value of the index property.
 



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