Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumnImpl
Packages that use JaxbOrderColumnImpl
Package
Description
-
Uses of JaxbOrderColumnImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbOrderColumnImplModifier and TypeFieldDescriptionprotected JaxbOrderColumnImplJaxbElementCollectionImpl.orderColumnprotected JaxbOrderColumnImplJaxbManyToManyImpl.orderColumnprotected JaxbOrderColumnImplJaxbOneToManyImpl.orderColumnprotected JaxbOrderColumnImplJaxbPluralAnyMappingImpl.orderColumnMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbOrderColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbOrderColumnImpl()Create an instance ofJaxbOrderColumnImplJaxbElementCollectionImpl.getOrderColumn()Gets the value of the orderColumn property.JaxbManyToManyImpl.getOrderColumn()Gets the value of the orderColumn property.JaxbOneToManyImpl.getOrderColumn()Gets the value of the orderColumn property.JaxbPluralAnyMappingImpl.getOrderColumn()Gets the value of the orderColumn property.JaxbPluralAttribute.getOrderColumn()Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbOrderColumnImplModifier and TypeMethodDescriptionvoidJaxbElementCollectionImpl.setOrderColumn(JaxbOrderColumnImpl value) Sets the value of the orderColumn property.voidJaxbManyToManyImpl.setOrderColumn(JaxbOrderColumnImpl value) Sets the value of the orderColumn property.voidJaxbOneToManyImpl.setOrderColumn(JaxbOrderColumnImpl value) Sets the value of the orderColumn property.voidJaxbPluralAnyMappingImpl.setOrderColumn(JaxbOrderColumnImpl value) Sets the value of the orderColumn property.voidJaxbPluralAttribute.setOrderColumn(JaxbOrderColumnImpl value) -
Uses of JaxbOrderColumnImpl in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal with parameters of type JaxbOrderColumnImplModifier and TypeMethodDescriptionvoidOrderColumnJpaAnnotation.apply(JaxbOrderColumnImpl jaxbColumn, XmlDocumentContext xmlDocumentContext)