|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
JaxbIdbagElement.manyToMany
|
protected JaxbManyToManyElement |
JaxbListElement.manyToMany
|
protected JaxbManyToManyElement |
JaxbBagElement.manyToMany
|
protected JaxbManyToManyElement |
JaxbSetElement.manyToMany
|
protected JaxbManyToManyElement |
JaxbMapElement.manyToMany
|
protected JaxbManyToManyElement |
JaxbArrayElement.manyToMany
|
| Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbManyToManyElement | |
|---|---|
JaxbManyToManyElement |
ObjectFactory.createJaxbManyToManyElement()
Create an instance of JaxbManyToManyElement |
JaxbManyToManyElement |
PluralAttributeElement.getManyToMany()
|
JaxbManyToManyElement |
JaxbIdbagElement.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 |
JaxbSetElement.getManyToMany()
Gets the value of the manyToMany property. |
JaxbManyToManyElement |
JaxbMapElement.getManyToMany()
Gets the value of the manyToMany property. |
JaxbManyToManyElement |
JaxbArrayElement.getManyToMany()
Gets the value of the manyToMany property. |
| Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbManyToManyElement | |
|---|---|
void |
JaxbIdbagElement.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 |
JaxbSetElement.setManyToMany(JaxbManyToManyElement value)
Sets the value of the manyToMany property. |
void |
JaxbMapElement.setManyToMany(JaxbManyToManyElement value)
Sets the value of the manyToMany property. |
void |
JaxbArrayElement.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||