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 JaxbOrderColumnImpl
JaxbElementCollectionImpl.orderColumn
protected JaxbOrderColumnImpl
JaxbManyToManyImpl.orderColumn
protected JaxbOrderColumnImpl
JaxbOneToManyImpl.orderColumn
protected JaxbOrderColumnImpl
JaxbPluralAnyMappingImpl.orderColumn
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbOrderColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbOrderColumnImpl()
Create an instance ofJaxbOrderColumnImpl
JaxbElementCollectionImpl.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 TypeMethodDescriptionvoid
JaxbElementCollectionImpl.setOrderColumn
(JaxbOrderColumnImpl value) Sets the value of the orderColumn property.void
JaxbManyToManyImpl.setOrderColumn
(JaxbOrderColumnImpl value) Sets the value of the orderColumn property.void
JaxbOneToManyImpl.setOrderColumn
(JaxbOrderColumnImpl value) Sets the value of the orderColumn property.void
JaxbPluralAnyMappingImpl.setOrderColumn
(JaxbOrderColumnImpl value) Sets the value of the orderColumn property.void
JaxbPluralAttribute.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 TypeMethodDescriptionvoid
OrderColumnJpaAnnotation.apply
(JaxbOrderColumnImpl jaxbColumn, XmlDocumentContext xmlDocumentContext)