Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
-
Packages that use JaxbOrderColumn Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbOrderColumn in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbOrderColumn Modifier and Type Field Description protected JaxbOrderColumn
JaxbElementCollection. orderColumn
protected JaxbOrderColumn
JaxbManyToMany. orderColumn
protected JaxbOrderColumn
JaxbOneToMany. orderColumn
Methods in org.hibernate.boot.jaxb.mapping that return JaxbOrderColumn Modifier and Type Method Description JaxbOrderColumn
ObjectFactory. createJaxbOrderColumn()
Create an instance ofJaxbOrderColumn
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.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbOrderColumn Modifier and Type Method 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.
-