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 OrderColumnElementCollection. orderColumnprotected OrderColumnManyToMany. orderColumnprotected OrderColumnOneToMany. orderColumnMethods in org.hibernate.jpamodelgen.xml.jaxb that return OrderColumn Modifier and Type Method Description OrderColumnObjectFactory. createOrderColumn()Create an instance ofOrderColumnOrderColumnElementCollection. getOrderColumn()Gets the value of the orderColumn property.OrderColumnManyToMany. getOrderColumn()Gets the value of the orderColumn property.OrderColumnOneToMany. 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 voidElementCollection. setOrderColumn(OrderColumn value)Sets the value of the orderColumn property.voidManyToMany. setOrderColumn(OrderColumn value)Sets the value of the orderColumn property.voidOneToMany. setOrderColumn(OrderColumn value)Sets the value of the orderColumn property.
-