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

Packages that use JaxbOneToManyElement
org.hibernate.internal.jaxb.mapping.hbm   
org.hibernate.metamodel.source.hbm   
 

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

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbOneToManyElement
protected  JaxbOneToManyElement JaxbMapElement.oneToMany
           
protected  JaxbOneToManyElement JaxbListElement.oneToMany
           
protected  JaxbOneToManyElement JaxbBagElement.oneToMany
           
protected  JaxbOneToManyElement JaxbArrayElement.oneToMany
           
protected  JaxbOneToManyElement JaxbSetElement.oneToMany
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbOneToManyElement
 JaxbOneToManyElement ObjectFactory.createJaxbOneToManyElement()
          Create an instance of JaxbOneToManyElement
 JaxbOneToManyElement IdBagPluralAttributeElementAdapter.getOneToMany()
           
 JaxbOneToManyElement PluralAttributeElement.getOneToMany()
           
 JaxbOneToManyElement JaxbMapElement.getOneToMany()
          Gets the value of the oneToMany property.
 JaxbOneToManyElement JaxbListElement.getOneToMany()
          Gets the value of the oneToMany property.
 JaxbOneToManyElement JaxbBagElement.getOneToMany()
          Gets the value of the oneToMany property.
 JaxbOneToManyElement JaxbArrayElement.getOneToMany()
          Gets the value of the oneToMany property.
 JaxbOneToManyElement JaxbSetElement.getOneToMany()
          Gets the value of the oneToMany property.
 

Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbOneToManyElement
 void JaxbMapElement.setOneToMany(JaxbOneToManyElement value)
          Sets the value of the oneToMany property.
 void JaxbListElement.setOneToMany(JaxbOneToManyElement value)
          Sets the value of the oneToMany property.
 void JaxbBagElement.setOneToMany(JaxbOneToManyElement value)
          Sets the value of the oneToMany property.
 void JaxbArrayElement.setOneToMany(JaxbOneToManyElement value)
          Sets the value of the oneToMany property.
 void JaxbSetElement.setOneToMany(JaxbOneToManyElement value)
          Sets the value of the oneToMany property.
 

Uses of JaxbOneToManyElement in org.hibernate.metamodel.source.hbm
 

Constructors in org.hibernate.metamodel.source.hbm with parameters of type JaxbOneToManyElement
OneToManyPluralAttributeElementSourceImpl(JaxbOneToManyElement oneToManyElement, LocalBindingContext bindingContext)
           
 



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