Package | Description |
---|---|
org.hibernate.boot.jaxb.mapping.spi |
Modifier and Type | Field and Description |
---|---|
protected JaxbOrderColumn |
JaxbElementCollection.orderColumn |
protected JaxbOrderColumn |
JaxbManyToMany.orderColumn |
protected JaxbOrderColumn |
JaxbOneToMany.orderColumn |
Modifier and Type | Method and Description |
---|---|
JaxbOrderColumn |
ObjectFactory.createJaxbOrderColumn()
Create an instance of
JaxbOrderColumn |
JaxbOrderColumn |
CollectionAttribute.getOrderColumn() |
JaxbOrderColumn |
JaxbElementCollection.getOrderColumn()
Gets the value of the orderColumn property.
|
JaxbOrderColumn |
JaxbManyToMany.getOrderColumn()
Gets the value of the orderColumn property.
|
JaxbOrderColumn |
JaxbOneToMany.getOrderColumn()
Gets the value of the orderColumn property.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionAttribute.setOrderColumn(JaxbOrderColumn value) |
void |
JaxbElementCollection.setOrderColumn(JaxbOrderColumn value)
Sets the value of the orderColumn property.
|
void |
JaxbManyToMany.setOrderColumn(JaxbOrderColumn value)
Sets the value of the orderColumn property.
|
void |
JaxbOneToMany.setOrderColumn(JaxbOrderColumn value)
Sets the value of the orderColumn property.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.