Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
Packages that use OrderColumn Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of OrderColumn in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as OrderColumn Modifier and Type Field Description protected OrderColumn
ElementCollection. orderColumn
protected OrderColumn
ManyToMany. orderColumn
protected OrderColumn
OneToMany. orderColumn
Methods in org.hibernate.jpamodelgen.xml.jaxb that return OrderColumn Modifier and Type Method Description OrderColumn
ObjectFactory. createOrderColumn()
Create an instance ofOrderColumn
OrderColumn
ElementCollection. getOrderColumn()
Gets the value of the orderColumn property.OrderColumn
ManyToMany. getOrderColumn()
Gets the value of the orderColumn property.OrderColumn
OneToMany. getOrderColumn()
Gets the value of the orderColumn property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type OrderColumn Modifier and Type Method Description void
ElementCollection. setOrderColumn(OrderColumn value)
Sets the value of the orderColumn property.void
ManyToMany. setOrderColumn(OrderColumn value)
Sets the value of the orderColumn property.void
OneToMany. setOrderColumn(OrderColumn value)
Sets the value of the orderColumn property.
-