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

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

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

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbManyToManyElement
protected  JaxbManyToManyElement JaxbMapElement.manyToMany
           
protected  JaxbManyToManyElement JaxbListElement.manyToMany
           
protected  JaxbManyToManyElement JaxbBagElement.manyToMany
           
protected  JaxbManyToManyElement JaxbArrayElement.manyToMany
           
protected  JaxbManyToManyElement JaxbSetElement.manyToMany
           
protected  JaxbManyToManyElement JaxbIdbagElement.manyToMany
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbManyToManyElement
 JaxbManyToManyElement ObjectFactory.createJaxbManyToManyElement()
          Create an instance of JaxbManyToManyElement
 JaxbManyToManyElement PluralAttributeElement.getManyToMany()
           
 JaxbManyToManyElement JaxbMapElement.getManyToMany()
          Gets the value of the manyToMany property.
 JaxbManyToManyElement JaxbListElement.getManyToMany()
          Gets the value of the manyToMany property.
 JaxbManyToManyElement JaxbBagElement.getManyToMany()
          Gets the value of the manyToMany property.
 JaxbManyToManyElement JaxbArrayElement.getManyToMany()
          Gets the value of the manyToMany property.
 JaxbManyToManyElement JaxbSetElement.getManyToMany()
          Gets the value of the manyToMany property.
 JaxbManyToManyElement JaxbIdbagElement.getManyToMany()
          Gets the value of the manyToMany property.
 

Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbManyToManyElement
 void JaxbMapElement.setManyToMany(JaxbManyToManyElement value)
          Sets the value of the manyToMany property.
 void JaxbListElement.setManyToMany(JaxbManyToManyElement value)
          Sets the value of the manyToMany property.
 void JaxbBagElement.setManyToMany(JaxbManyToManyElement value)
          Sets the value of the manyToMany property.
 void JaxbArrayElement.setManyToMany(JaxbManyToManyElement value)
          Sets the value of the manyToMany property.
 void JaxbSetElement.setManyToMany(JaxbManyToManyElement value)
          Sets the value of the manyToMany property.
 void JaxbIdbagElement.setManyToMany(JaxbManyToManyElement value)
          Sets the value of the manyToMany property.
 

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

Constructors in org.hibernate.metamodel.source.hbm with parameters of type JaxbManyToManyElement
ManyToManyPluralAttributeElementSourceImpl(JaxbManyToManyElement manyToManyElement, LocalBindingContext bindingContext)
           
 



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