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 JaxbOrderColumnJaxbElementCollection. orderColumnprotected JaxbOrderColumnJaxbManyToMany. orderColumnprotected JaxbOrderColumnJaxbOneToMany. orderColumnMethods in org.hibernate.boot.jaxb.mapping that return JaxbOrderColumn Modifier and Type Method Description JaxbOrderColumnObjectFactory. createJaxbOrderColumn()Create an instance ofJaxbOrderColumnJaxbOrderColumnCollectionAttribute. getOrderColumn()JaxbOrderColumnJaxbElementCollection. getOrderColumn()Gets the value of the orderColumn property.JaxbOrderColumnJaxbManyToMany. getOrderColumn()Gets the value of the orderColumn property.JaxbOrderColumnJaxbOneToMany. 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 voidCollectionAttribute. setOrderColumn(JaxbOrderColumn value)voidJaxbElementCollection. setOrderColumn(JaxbOrderColumn value)Sets the value of the orderColumn property.voidJaxbManyToMany. setOrderColumn(JaxbOrderColumn value)Sets the value of the orderColumn property.voidJaxbOneToMany. setOrderColumn(JaxbOrderColumn value)Sets the value of the orderColumn property.
-