Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
Packages that use JaxbOrderColumn
-
Uses of JaxbOrderColumn in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbOrderColumnModifier and TypeFieldDescriptionprotected JaxbOrderColumnJaxbElementCollection.orderColumnprotected JaxbOrderColumnJaxbManyToMany.orderColumnprotected JaxbOrderColumnJaxbOneToMany.orderColumnMethods in org.hibernate.boot.jaxb.mapping that return JaxbOrderColumnModifier and TypeMethodDescriptionObjectFactory.createJaxbOrderColumn()Create an instance ofJaxbOrderColumnCollectionAttribute.getOrderColumn()JaxbElementCollection.getOrderColumn()Gets the value of the orderColumn property.JaxbManyToMany.getOrderColumn()Gets the value of the orderColumn property.JaxbOneToMany.getOrderColumn()Gets the value of the orderColumn property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbOrderColumnModifier and TypeMethodDescriptionvoidCollectionAttribute.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.