Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbColumn
Packages that use JaxbColumn
-
Uses of JaxbColumn in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return JaxbColumnConstructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type JaxbColumnModifierConstructorDescriptionTargetColumnAdapterJaxbColumn(JaxbColumn jaxbColumn, org.hibernate.boot.jaxb.hbm.transform.ColumnDefaults columnDefaults) -
Uses of JaxbColumn in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbColumnModifier and TypeFieldDescriptionprotected JaxbColumnJaxbAttributeOverride.columnprotected JaxbColumnJaxbBasic.columnprotected JaxbColumnJaxbElementCollection.columnprotected JaxbColumnJaxbHbmAnyDiscriminator.columnprotected JaxbColumnJaxbId.columnprotected JaxbColumnJaxbMultiTenancy.columnprotected JaxbColumnJaxbVersion.columnFields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbColumnMethods in org.hibernate.boot.jaxb.mapping that return JaxbColumnModifier and TypeMethodDescriptionObjectFactory.createJaxbColumn()Create an instance ofJaxbColumnDiscriminatedAssociation.Discriminator.getColumn()The column holding the discriminator valueJaxbAttributeOverride.getColumn()Gets the value of the column property.JaxbBasic.getColumn()Gets the value of the column property.JaxbElementCollection.getColumn()Gets the value of the column property.JaxbHbmAnyDiscriminator.getColumn()Gets the value of the column property.JaxbId.getColumn()Gets the value of the column property.JaxbMultiTenancy.getColumn()Gets the value of the column property.JaxbVersion.getColumn()Gets the value of the column property.Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbColumnModifier and TypeMethodDescriptionDiscriminatedAssociation.Key.getColumns()JaxbHbmAnyKey.getColumns()Gets the value of the columns property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbColumnModifier and TypeMethodDescriptionvoidJaxbAttributeOverride.setColumn(JaxbColumn value) Sets the value of the column property.voidJaxbBasic.setColumn(JaxbColumn value) Sets the value of the column property.voidJaxbElementCollection.setColumn(JaxbColumn value) Sets the value of the column property.voidJaxbHbmAnyDiscriminator.setColumn(JaxbColumn value) Sets the value of the column property.voidJaxbId.setColumn(JaxbColumn value) Sets the value of the column property.voidJaxbMultiTenancy.setColumn(JaxbColumn value) Sets the value of the column property.voidJaxbVersion.setColumn(JaxbColumn value) Sets the value of the column property.