Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.hbm | |
org.hibernate.metamodel.source.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbOneToManyElement |
JaxbListElement.oneToMany |
protected JaxbOneToManyElement |
JaxbBagElement.oneToMany |
protected JaxbOneToManyElement |
JaxbSetElement.oneToMany |
protected JaxbOneToManyElement |
JaxbMapElement.oneToMany |
protected JaxbOneToManyElement |
JaxbArrayElement.oneToMany |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
OneToManyPluralAttributeElementSourceImpl(JaxbOneToManyElement oneToManyElement,
LocalBindingContext bindingContext) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.