|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
JaxbListElement.oneToMany
|
protected JaxbOneToManyElement |
JaxbBagElement.oneToMany
|
protected JaxbOneToManyElement |
JaxbSetElement.oneToMany
|
protected JaxbOneToManyElement |
JaxbMapElement.oneToMany
|
protected JaxbOneToManyElement |
JaxbArrayElement.oneToMany
|
| Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbOneToManyElement | |
|---|---|
JaxbOneToManyElement |
ObjectFactory.createJaxbOneToManyElement()
Create an instance of JaxbOneToManyElement |
JaxbOneToManyElement |
PluralAttributeElement.getOneToMany()
|
JaxbOneToManyElement |
IdBagPluralAttributeElementAdapter.getOneToMany()
|
JaxbOneToManyElement |
JaxbListElement.getOneToMany()
Gets the value of the oneToMany property. |
JaxbOneToManyElement |
JaxbBagElement.getOneToMany()
Gets the value of the oneToMany property. |
JaxbOneToManyElement |
JaxbSetElement.getOneToMany()
Gets the value of the oneToMany property. |
JaxbOneToManyElement |
JaxbMapElement.getOneToMany()
Gets the value of the oneToMany property. |
JaxbOneToManyElement |
JaxbArrayElement.getOneToMany()
Gets the value of the oneToMany property. |
| Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbOneToManyElement | |
|---|---|
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 |
JaxbSetElement.setOneToMany(JaxbOneToManyElement value)
Sets the value of the oneToMany property. |
void |
JaxbMapElement.setOneToMany(JaxbOneToManyElement value)
Sets the value of the oneToMany property. |
void |
JaxbArrayElement.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||