Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbColumnImpl
Packages that use JaxbColumnImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbColumnImpl in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return JaxbColumnImplConstructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type JaxbColumnImplModifierConstructorDescriptionTargetColumnAdapterJaxbColumn(JaxbColumnImpl jaxbColumn, org.hibernate.boot.jaxb.hbm.transform.ColumnDefaults columnDefaults) -
Uses of JaxbColumnImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbColumnImplModifier and TypeFieldDescriptionprotected JaxbColumnImplJaxbAnyMappingDiscriminatorImpl.columnprotected JaxbColumnImplJaxbAttributeOverrideImpl.columnprotected JaxbColumnImplJaxbBasicImpl.columnprotected JaxbColumnImplJaxbCollectionIdImpl.columnprotected JaxbColumnImplJaxbElementCollectionImpl.columnprotected JaxbColumnImplJaxbIdImpl.columnprotected JaxbColumnImplJaxbMultiTenancyImpl.columnprotected JaxbColumnImplJaxbVersionImpl.columnFields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbColumnImplMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbColumnImplModifier and TypeMethodDescriptionObjectFactory.createJaxbColumnImpl()Create an instance ofJaxbColumnImplJaxbAnyMapping.Discriminator.getColumn()The column holding the discriminator valueJaxbAnyMappingDiscriminatorImpl.getColumn()Gets the value of the column property.JaxbAttributeOverrideImpl.getColumn()Gets the value of the column property.JaxbBasicImpl.getColumn()Gets the value of the column property.JaxbCollectionIdImpl.getColumn()Gets the value of the column property.JaxbElementCollectionImpl.getColumn()Gets the value of the column property.JaxbIdImpl.getColumn()Gets the value of the column property.JaxbMultiTenancyImpl.getColumn()Gets the value of the column property.JaxbVersionImpl.getColumn()Gets the value of the column property.Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbColumnImplModifier and TypeMethodDescriptionJaxbAnyMapping.Key.getColumns()JaxbAnyMappingKeyImpl.getColumns()Gets the value of the columns property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbColumnImplModifier and TypeMethodDescriptionvoidJaxbAnyMappingDiscriminatorImpl.setColumn(JaxbColumnImpl value) Sets the value of the column property.voidJaxbAttributeOverrideImpl.setColumn(JaxbColumnImpl value) Sets the value of the column property.voidJaxbBasicImpl.setColumn(JaxbColumnImpl value) Sets the value of the column property.voidJaxbCollectionIdImpl.setColumn(JaxbColumnImpl value) Sets the value of the column property.voidJaxbElementCollectionImpl.setColumn(JaxbColumnImpl value) Sets the value of the column property.voidJaxbIdImpl.setColumn(JaxbColumnImpl value) Sets the value of the column property.voidJaxbMultiTenancyImpl.setColumn(JaxbColumnImpl value) Sets the value of the column property.voidJaxbVersionImpl.setColumn(JaxbColumnImpl value) Sets the value of the column property. -
Uses of JaxbColumnImpl in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal with parameters of type JaxbColumnImplModifier and TypeMethodDescriptionvoidColumnJpaAnnotation.apply(JaxbColumnImpl jaxbColumn, XmlDocumentContext xmlDocumentContext) voidJoinColumnJpaAnnotation.apply(JaxbColumnImpl jaxbColumn, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbColumnImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbColumnImplModifier and TypeMethodDescriptionstatic voidXmlAnnotationHelper.applyColumn(JaxbColumnImpl jaxbColumn, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) static voidXmlAnnotationHelper.applyColumnTransformation(JaxbColumnImpl jaxbColumn, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)